Skip to content

Commit e7ded20

Browse files
Merge pull request #1646 from ethereum-optimism/zainbacchus-patch-3
Clarify grant perms to SuperchainTokenBridge
2 parents c3ecf29 + 2cbb6f9 commit e7ded20

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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-
* Grant permission to `SuperchainTokenBridge` (address `0x4200000000000000000000000000000000000028`) to call `crosschainMint` and `crosschainBurn`.
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
{/*

words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ peerstore
285285
peerstores
286286
Permissioned
287287
permissioned
288+
permissioning
288289
Permissionless
289290
permissionless
290291
permissionlessly

0 commit comments

Comments
 (0)