From 4d265557f6eb0f74c9eb3930eab3f72d3e88c57e Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Sun, 17 Nov 2024 14:43:11 +0300 Subject: [PATCH] Typo Update bridging-superchain-weth.md The address 0x420bEEF000000000000000000000000000000002 is incorrect. This appears to be a typo, and the correct address should be 0x420beeF000000000000000000000000000000002. This mistake could cause confusion about which address is being referenced. --- docs/src/guides/interop/bridging-superchain-weth.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/guides/interop/bridging-superchain-weth.md b/docs/src/guides/interop/bridging-superchain-weth.md index a4fdd74d..e66a8876 100644 --- a/docs/src/guides/interop/bridging-superchain-weth.md +++ b/docs/src/guides/interop/bridging-superchain-weth.md @@ -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 @@ -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 -``` \ No newline at end of file +```