From 57951eeb8dd0f3ed2d25e33ea0d7cee147b062d3 Mon Sep 17 00:00:00 2001 From: Robby Uitbeijerse Date: Thu, 26 Sep 2024 13:30:23 +0200 Subject: [PATCH] chore: rename org --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af87405c..8f416d29 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. @@ -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).