Skip to content

Commit

Permalink
chore: rename org
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbyUitbeijerse authored Sep 26, 2024
1 parent f28f8aa commit 57951ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[LayerZero](https://layerzero.gitbook.io/docs/) 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/Merit-Circle/layerzero-contracts) is forked from
Merit Circle'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 @@ -24,7 +24,7 @@ The following extensions are available:
Depending on your use case, you'll need to combine these differently. You can find common use cases in the [examples](#examples) section.
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/Merit-Circle/layerzero-contracts/tree/main/audit),
> 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
> audited yet, and are marked with `*` below.
Expand Down Expand Up @@ -61,7 +61,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/Merit-Circle/layerzero-contracts)
In the following section, we use Merit Circle'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

0 comments on commit 57951ee

Please sign in to comment.