You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/interop/superchain-erc20.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ sequenceDiagram
117
117
Application developers must complete two steps to make their tokens compatible with `SuperchainERC20`.
118
118
Setting this up in advance ensures tokens will benefit from interop when it becomes available.
119
119
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.
121
121
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.
0 commit comments