Skip to content

Commit 73aaa6b

Browse files
authored
Update upgrade-to-superchain-erc20.mdx
1 parent 7c6db48 commit 73aaa6b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/interop/tutorials/upgrade-to-superchain-erc20.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ upgrade-to-superchain-erc20/custom-bridge.
3939
4040
*/}
4141

42-
| When To Use | Action |
43-
| ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
44-
| You can install a new ERC20 contract | [**Deploy New SuperchainERC20 contracts** directly](/interop/tutorials/deploy-superchain-erc20) |
45-
| Existing ERC20 contract cannot be upgraded | [**Implement Lockbox Solution** to bridge between tokens](/interop/tutorials/upgrade-to-superchain-erc20/lockbox) |
46-
| You can deploy to other chains using same proxy address | [**Perform Contract Upgrade** while maintaining address](/interop/tutorials/upgrade-to-superchain-erc20/contract-upgrade) |
42+
| When To Use | Action |
43+
| ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
44+
| You can install a new ERC20 contract | [**Deploy New SuperchainERC20 contracts** directly](/interop/tutorials/deploy-superchain-erc20) |
45+
| Existing ERC20 contract cannot be upgraded | [**Implement Lockbox Solution** to bridge between tokens](/interop/tutorials/upgrade-to-superchain-erc20/lockbox) |
46+
| You can deploy to other chains using the same proxy address | [**Perform Contract Upgrade** while maintaining address](/interop/tutorials/upgrade-to-superchain-erc20/contract-upgrade) |
4747

4848
<Cards>
4949
<Card title="Contract upgrade" href="/interop/tutorials/upgrade-to-superchain-erc20/contract-upgrade" icon={<img src="/img/icons/shapes.svg" />} />

0 commit comments

Comments
 (0)