Skip to content

Commit 1c1647a

Browse files
committed
chore: adds crosschain to navigation and index file
1 parent c390b89 commit 1c1647a

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

content/contracts/5.x/api/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ This API reference is automatically generated from the OpenZeppelin Contracts re
1515
- [ERC721](/contracts/5.x/api/token/ERC721) - Non-fungible token standard implementation
1616
- [ERC1155](/contracts/5.x/api/token/ERC1155) - Multi-token standard implementation
1717

18+
### Crosschain
19+
- [ERC7786](/contracts/5.x/api/crosschain) - Contracts for sending and receiving cross chain messages that follows the ERC-7786 standard.
20+
1821
### Utilities
1922
- [Utils](/contracts/5.x/api/utils) - General utility functions and contracts
2023
- [Cryptography](/contracts/5.x/api/utils/cryptography) - Cryptographic utilities

src/navigation/ethereum-evm.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,11 @@
186186
"name": "Account",
187187
"url": "/contracts/5.x/api/account"
188188
},
189+
{
190+
"type": "page",
191+
"name": "Crosschain",
192+
"url": "/contracts/5.x/api/crosschain"
193+
},
189194
{
190195
"type": "page",
191196
"name": "Finance",

0 commit comments

Comments
 (0)