Skip to content

Commit c3595da

Browse files
authored
Update superchain-erc20.mdx
1 parent b186865 commit c3595da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/stack/interop/superchain-erc20.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Setting this up in advance ensures tokens will benefit from interop when it beco
105105
106106
*/}
107107

108-
* Deploy the `SuperchainERC0` at the same address on every chain in the Superchain where you want your token to be available. If you do not deploy the contract to a specific destination chain, users will be unable to successfully move their tokens to that chain.
108+
* Deploy the `SuperchainERC20` at the same address on every chain in the Superchain where you want your token to be available. If you do not deploy the contract to a specific destination chain, users will be unable to successfully move their tokens to that chain.
109109

110110
<Callout type="warning">
111111
To ensure security, you must either design the deployer to allow only a specific trusted ERC-20 contract, such as `SuperchainERC20`, to be deployed through it, or call `CREATE2` to deploy the contract directly from an EOA you control.

0 commit comments

Comments
 (0)