From 3410bb5ba5307c94e6b20a7aa08ea0a25d30c3b9 Mon Sep 17 00:00:00 2001 From: "ignacio.pena@coinfabrik.com" Date: Thu, 30 Jan 2025 10:17:27 -0300 Subject: [PATCH] minor fixes --- SUMMARY.md | 2 +- developers/contracts/README.md | 2 +- developers/contracts/meta-peg-out-endpoint.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index 6caa3dd..6295219 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -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) diff --git a/developers/contracts/README.md b/developers/contracts/README.md index c1bca58..e191255 100644 --- a/developers/contracts/README.md +++ b/developers/contracts/README.md @@ -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. diff --git a/developers/contracts/meta-peg-out-endpoint.md b/developers/contracts/meta-peg-out-endpoint.md index 310c6fc..a84359e 100644 --- a/developers/contracts/meta-peg-out-endpoint.md +++ b/developers/contracts/meta-peg-out-endpoint.md @@ -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.