minor fixes

This commit is contained in:
ignacio.pena@coinfabrik.com
2025-01-30 10:17:27 -03:00
parent 60dff0fad5
commit 3410bb5ba5
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@
* [btc peg-in endpoint](developers/contracts/btc-peg-in-endpoint.md)
* [btc-peg-out-endpoint-v2-01](developers/contracts/btc-peg-out-endpoint-v2-01.md)
* [meta peg-in endpoint v2-02](developers/contracts/meta-peg-in-endpoint-v2-02.md)
* [meta peg-out endpoint v2-03](developers/contracts/meta-peg-out-endpoint.md)
* [meta peg-out endpoint](developers/contracts/meta-peg-out-endpoint.md)
* [cross-peg-in-endpoint-v2-03](developers/contracts/cross-peg-in-endpoint-v2-03.md)
* [cross-peg-out-endpoint-v2-01](developers/contracts/cross-peg-out-endpoint-v2-01.md)
* [xlink-staking](developers/contracts/xlink-staking.md)

View File

@@ -49,7 +49,7 @@ This endpoint's main responsibility the bridging of assets in the Bitcoin chain
#### Meta Peg-Out Endpoint
- Contract name: `meta-peg-out-endpoint-v2-03`
- Contract name: `meta-peg-out-endpoint`
- [Complete technical documentation](meta-peg-out-endpoint.md)
This endpoint manages the bridging of tokens from the Stacks chain back to the Bitcoin blockchain, where they are converted into BRC-20 assets.

View File

@@ -1,6 +1,6 @@
# meta-peg-out-endpoint
- Location: `xlink/packages/contracts/bridge-stacks/contracts/meta-peg-out-endpoint-v2-04`
- Location: `xlink/packages/contracts/bridge-stacks/contracts`
- [Deployed contract]()
This technical document provides a detailed overview of the contract responsible for facilitating the peg-out process of tokens from the Stacks network to the burn blockchain. The target token standard is BRC-20, a protocol on Bitcoin's metaprotocol layer that supports fungible assets, inspired by Ethereum's ERC-20 standard.