You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
[LayerZero](https://layerzero.gitbook.io/docs/) is an omnichain interoperability protocol that connects Beam to other networks.
4
4
It enables everyone to build **Omnichain tokens and NFTs on Beam** that can be transferred cross-chain, and bridge existing assets from other networks.
5
5
6
-
Merit Circle's [LayerZero contracts repository](https://github.com/Merit-Circle/layerzero-contracts) is forked from
6
+
Merit Circle's [LayerZero contracts repository](https://github.com/BuildOnBeam/layerzero-contracts) is forked from
7
7
LayerZero Labs' [example contracts](https://github.com/LayerZero-Labs/solidity-examples) and additionally includes all the necessary setup to get
8
8
started with Beam, as well as more improvements like upgradeable smart contracts, contract verification and better configuration options under the hood.
9
9
@@ -24,7 +24,7 @@ The following extensions are available:
24
24
Depending on your use case, you'll need to combine these differently. You can find common use cases in the [examples](#examples) section.
25
25
The tables below are meant to help you to find the right contract type to base your Omnichain token on.
26
26
27
-
> This repository contains contracts created by LayerZero which have been [audited](https://github.com/Merit-Circle/layerzero-contracts/tree/main/audit),
27
+
> This repository contains contracts created by LayerZero which have been [audited](https://github.com/BuildOnBeam/layerzero-contracts/tree/main/audit),
28
28
> and contracts built on top of those by Merit Circle. The latter haven't been formally
29
29
> audited yet, and are marked with `*` below.
30
30
@@ -61,7 +61,7 @@ The tables below are meant to help you to find the right contract type to base y
61
61
62
62
## Examples
63
63
64
-
In the following section, we use Merit Circle's [LayerZero contracts repository](https://github.com/Merit-Circle/layerzero-contracts)
64
+
In the following section, we use Merit Circle's [LayerZero contracts repository](https://github.com/BuildOnBeam/layerzero-contracts)
65
65
to walk you through different use cases. The examples are tailored towards Beam, but the instructions can be adapted
66
66
for any [network supported by LayerZero](#supported-networks).
0 commit comments