@@ -27,14 +27,14 @@ Developers can access interoperability protocols through gateway adapters. The l
2727
2828## ` ERC7786OpenBridge `
2929
30- <a target = " _blank" style = { {marginTop: " 1.5em" }} href = " https://github.com/OpenZeppelin/openzeppelin-community-contracts/blob/v0.0.1 /contracts/crosschain/ERC7786OpenBridge.sol" >
30+ <a target = " _blank" style = { {marginTop: " 1.5em" }} href = " https://github.com/OpenZeppelin/openzeppelin-community-contracts/blob/master /contracts/crosschain/ERC7786OpenBridge.sol" >
3131<svg xmlns = " http://www.w3.org/2000/svg" width = " 24" height = " 24" viewBox = " 0 0 24 24" fill = " none" stroke = " currentColor" stroke-width = " 2" stroke-linecap = " round" stroke-linejoin = " round" class = " lucide lucide-github-icon lucide-github" ><path d = " M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" /><path d = " M9 18c-4.51 2-5-2-7-2" /></svg >
3232</a >
3333
3434</div >
3535
3636``` solidity
37- import "@openzeppelin/community-contracts/contracts/ crosschain/ERC7786OpenBridge.sol";
37+ import "@openzeppelin/community-contracts/crosschain/ERC7786OpenBridge.sol";
3838```
3939
4040N of M gateway: Sends your message through M independent gateways. It will be delivered to the recipient by an
@@ -747,14 +747,14 @@ Recovery method in case value is ever received through [`ERC7786OpenBridge.recei
747747
748748## ` AxelarGatewayAdapter `
749749
750- <a target = " _blank" style = { {marginTop: " 1.5em" }} href = " https://github.com/OpenZeppelin/openzeppelin-community-contracts/blob/v0.0.1 /contracts/crosschain/axelar/AxelarGatewayAdapter.sol" >
750+ <a target = " _blank" style = { {marginTop: " 1.5em" }} href = " https://github.com/OpenZeppelin/openzeppelin-community-contracts/blob/master /contracts/crosschain/axelar/AxelarGatewayAdapter.sol" >
751751<svg xmlns = " http://www.w3.org/2000/svg" width = " 24" height = " 24" viewBox = " 0 0 24 24" fill = " none" stroke = " currentColor" stroke-width = " 2" stroke-linecap = " round" stroke-linejoin = " round" class = " lucide lucide-github-icon lucide-github" ><path d = " M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" /><path d = " M9 18c-4.51 2-5-2-7-2" /></svg >
752752</a >
753753
754754</div >
755755
756756``` solidity
757- import "@openzeppelin/community-contracts/contracts/ crosschain/axelar/AxelarGatewayAdapter.sol";
757+ import "@openzeppelin/community-contracts/crosschain/axelar/AxelarGatewayAdapter.sol";
758758```
759759
760760Implementation of an ERC-7786 gateway destination adapter for the Axelar Network in dual mode.
@@ -1237,14 +1237,14 @@ A chain equivalence has been registered.
12371237
12381238## ` ERC7786Attributes `
12391239
1240- <a target = " _blank" style = { {marginTop: " 1.5em" }} href = " https://github.com/OpenZeppelin/openzeppelin-community-contracts/blob/v0.0.1 /contracts/crosschain/utils/ERC7786Attributes.sol" >
1240+ <a target = " _blank" style = { {marginTop: " 1.5em" }} href = " https://github.com/OpenZeppelin/openzeppelin-community-contracts/blob/master /contracts/crosschain/utils/ERC7786Attributes.sol" >
12411241<svg xmlns = " http://www.w3.org/2000/svg" width = " 24" height = " 24" viewBox = " 0 0 24 24" fill = " none" stroke = " currentColor" stroke-width = " 2" stroke-linecap = " round" stroke-linejoin = " round" class = " lucide lucide-github-icon lucide-github" ><path d = " M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" /><path d = " M9 18c-4.51 2-5-2-7-2" /></svg >
12421242</a >
12431243
12441244</div >
12451245
12461246``` solidity
1247- import "@openzeppelin/community-contracts/contracts/ crosschain/utils/ERC7786Attributes.sol";
1247+ import "@openzeppelin/community-contracts/crosschain/utils/ERC7786Attributes.sol";
12481248```
12491249
12501250Library of helper to parse/process ERC-7786 attributes
@@ -1279,14 +1279,14 @@ Parse the `requestRelay(uint256,uint256,address)` (0x4cbb573a) attribute into it
12791279
12801280## ` WormholeGatewayAdapter `
12811281
1282- <a target = " _blank" style = { {marginTop: " 1.5em" }} href = " https://github.com/OpenZeppelin/openzeppelin-community-contracts/blob/v0.0.1 /contracts/crosschain/wormhole/WormholeGatewayAdapter.sol" >
1282+ <a target = " _blank" style = { {marginTop: " 1.5em" }} href = " https://github.com/OpenZeppelin/openzeppelin-community-contracts/blob/master /contracts/crosschain/wormhole/WormholeGatewayAdapter.sol" >
12831283<svg xmlns = " http://www.w3.org/2000/svg" width = " 24" height = " 24" viewBox = " 0 0 24 24" fill = " none" stroke = " currentColor" stroke-width = " 2" stroke-linecap = " round" stroke-linejoin = " round" class = " lucide lucide-github-icon lucide-github" ><path d = " M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" /><path d = " M9 18c-4.51 2-5-2-7-2" /></svg >
12841284</a >
12851285
12861286</div >
12871287
12881288``` solidity
1289- import "@openzeppelin/community-contracts/contracts/ crosschain/wormhole/WormholeGatewayAdapter.sol";
1289+ import "@openzeppelin/community-contracts/crosschain/wormhole/WormholeGatewayAdapter.sol";
12901290```
12911291
12921292An ERC-7786 compliant adapter to send and receive messages via Wormhole.
0 commit comments