Skip to content

Commit 5fe9719

Browse files
committed
code rabbit
1 parent d70604e commit 5fe9719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ content_type: article
1010

1111
import { Callout, Steps, Tabs } from 'nextra/components'
1212

13-
<Callout>
13+
<Callout type="note">
1414
The SuperchainERC20 standard is ready for production deployments.
1515
Please note that the OP Stack interoperability upgrade, required for cross-chain messaging, is currently still in active development.
1616
</Callout>
@@ -313,7 +313,7 @@ Some steps depend on whether you want to deploy on [Supersim](/interop/tools/sup
313313
cast send $INTEROP_BRIDGE --rpc-url $URL_CHAIN_A --private-key $PRIVATE_KEY "sendERC20(address,address,uint256,uint256)" $ERC20_ADDRESS $USER_ADDRESS $AMOUNT `cast chain-id --rpc-url $URL_CHAIN_B`
314314
```
315315

316-
4. See the new balances. The A chain should have 0.9 tokens, and the B chain should have 0.1 tokens.
316+
4. See the new balances. Chain A should have 0.9 tokens, and Chain B should have 0.1 tokens.
317317

318318
```sh
319319
cast call $ERC20_ADDRESS "balanceOf(address)" $USER_ADDRESS --rpc-url $URL_CHAIN_A | cast from-wei

0 commit comments

Comments
 (0)