Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo Update bridging-superchain-weth.md #272

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/guides/interop/bridging-superchain-weth.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ In a few seconds, you should see the RelayedMessage on chain 902:

```sh
# example
INFO [08-30|14:30:14.698] SuperchainWETH#CrosschainMint to=0x420bEEF000000000000000000000000000000002 amount=10,000,000,000,000,000,000
INFO [08-30|14:30:14.698] SuperchainWETH#CrosschainMint to=0x420beeF000000000000000000000000000000002 amount=10,000,000,000,000,000,000
```

### 4. Check the balance on chain 902
Expand All @@ -105,4 +105,4 @@ Verify that the balance of ETH for account 0xCE35738E4bC96bB0a194F71B3d184809F37

```sh
cast balance 0xCE35738E4bC96bB0a194F71B3d184809F3727f56 --rpc-url http://127.0.0.1:9546
```
```