Skip to content

Commit f0f4499

Browse files
committed
chore: changes due to update of layer zero repo
1 parent f705491 commit f0f4499

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pages/chain/builder/omnichain-tokens.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ The tables below are meant to help you to find the right contract type to base y
4848

4949
- ExtendedONFT721 & ExtendedONFT721Upgradeable `*` (Enumerable _ONFT721_ with on-chain royalties, updatable metadata uri and batch transfers)
5050
- MinterONFT721 & MinterONFT721Upgradeable `*` (_ExtendedONFT721_ with minting capabilities)
51-
- DistributeONFT721
5251
- ONFT721A
5352

5453
### Omnichain ERC1155 NFTs
@@ -77,7 +76,7 @@ In our example, we'll bridge **USDC** from Ethereum to Beam using _upgradeable_
7776
- the _Proxy_ contract on the Ethereum side: `ProxyOFTV2Upgradeable`
7877
- an _Omnichain ERC20 contract_ on the Beam side: `OFTV2Upgradeable`
7978

80-
Create a new contract file, and drop it into `contracts/contracts-upgradeable/example/MyUSDCBridge.sol`.
79+
Create a new contract file, and drop it into `contracts/contracts-upgradeable/examples/MyUSDCBridge.sol`.
8180
This is necessary to not cause any clashes with already deployed contracts with the same name.
8281

8382
```solidity

0 commit comments

Comments
 (0)