Skip to content

Commit 2cbb6f9

Browse files
Add clarification about check
1 parent 1dc4b69 commit 2cbb6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/interop/superchain-erc20.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ sequenceDiagram
117117
Application developers must complete two steps to make their tokens compatible with `SuperchainERC20`.
118118
Setting this up in advance ensures tokens will benefit from interop when it becomes available.
119119

120-
* Your contract must implement `crosschainMint` and `crosschainBurn`, and include a check that the `SuperchainTokenBridge` (address `0x4200000000000000000000000000000000000028`) can call them. No additional permissioning or role setup is required.
120+
* Your contract must implement `crosschainMint` and `crosschainBurn` , and allow the `SuperchainTokenBridge` (address 0x4200000000000000000000000000000000000028) to call them. No additional permissioning or role setup is required.
121121
If you are using [`SuperchainERC20`](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/SuperchainERC20.sol) this is already done for you.
122122

123123
{/*

0 commit comments

Comments
 (0)