Skip to content

Commit

Permalink
Merge pull request OffchainLabs#1738 from OffchainLabs/docs-fix
Browse files Browse the repository at this point in the history
Update Bridging_Assets.md
  • Loading branch information
DZGoldman authored Oct 19, 2021
2 parents 600e4ff + c8c32a1 commit 76e1574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Bridging_Assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Follow the following steps to get your token set up to use the Generic Custom Ga

**0. Have an L1 token**

- You token on L1 should conform to the [ICustomToken](./sol_contract_docs/md_docs/arb-bridge-peripherals/tokenbridge/libraries/gateway/ICustomGateway.md) interface; (see [TestCustomTokenL1](https://github.com/OffchainLabs/arbitrum/blob/master/packages/arb-bridge-peripherals/contracts/tokenbridge/test/TestCustomTokenL1.sol) for an example implementation). Crucially, it must have an `isArbitrumEnabled` method in its interface.
- Your token on L1 should conform to the [ICustomToken](./sol_contract_docs/md_docs/arb-bridge-peripherals/tokenbridge/ethereum/ICustomToken.md) interface; (see [TestCustomTokenL1](https://github.com/OffchainLabs/arbitrum/blob/master/packages/arb-bridge-peripherals/contracts/tokenbridge/test/TestCustomTokenL1.sol) for an example implementation). Crucially, it must have an `isArbitrumEnabled` method in its interface.

**1. Deploy your token on Arbitrum**

Expand Down

0 comments on commit 76e1574

Please sign in to comment.