diff --git a/pages/chain/builder/omnichain-tokens.mdx b/pages/chain/builder/omnichain-tokens.mdx index 563ee66..27a4c7f 100644 --- a/pages/chain/builder/omnichain-tokens.mdx +++ b/pages/chain/builder/omnichain-tokens.mdx @@ -7,7 +7,7 @@ description: "Learn how to create token- and NFT bridges, and connect your proje [LayerZero](https://docs.layerzero.network/v1/) is an omnichain interoperability protocol that connects Beam to other networks. It enables everyone to build **Omnichain tokens and NFTs on Beam** that can be transferred cross-chain, and bridge existing assets from other networks. -Merit Circle's [LayerZero contracts repository](https://github.com/BuildOnBeam/layerzero-contracts) is forked from +OnBeam's [LayerZero contracts repository](https://github.com/BuildOnBeam/layerzero-contracts) is forked from LayerZero Labs' [example contracts](https://github.com/LayerZero-Labs/solidity-examples) and additionally includes all the necessary setup to get started with Beam, as well as more improvements like upgradeable smart contracts, contract verification and better configuration options under the hood. @@ -29,7 +29,7 @@ Depending on your use case, you'll need to combine these differently. You can fi The tables below are meant to help you to find the right contract type to base your Omnichain token on. > This repository contains contracts created by LayerZero which have been [audited](https://github.com/BuildOnBeam/layerzero-contracts/tree/main/audit), -> and contracts built on top of those by Merit Circle. The latter haven't been formally +> and contracts built on top of those by The Beam Foundation. The latter haven't been formally > audited yet, and are marked with `*` below. ### Omnichain ERC20 tokens @@ -65,7 +65,7 @@ The tables below are meant to help you to find the right contract type to base y ## Examples -In the following section, we use Merit Circle's [LayerZero contracts repository](https://github.com/BuildOnBeam/layerzero-contracts) +In the following section, we use OnBeam's [LayerZero contracts repository](https://github.com/BuildOnBeam/layerzero-contracts) to walk you through different use cases. The examples are tailored towards Beam, but the instructions can be adapted for any [network supported by LayerZero](#supported-networks).