Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MC-Beam omnichain-tokens.mdx #171

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pages/chain/builder/omnichain-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down Expand Up @@ -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).

Expand Down
Loading