[OP Stack Deployment] - Tokens not bridging from Sepolia to Base Sepolia #847
Replies: 1 comment 6 replies
-
you used the wrong L1 standred bridge contract, 0xFBb0621E0B23b5478B630BD55a5f21f67730B0F1 is op sepolia contracts, not base sepolia https://docs.optimism.io/superchain/addresses#sepolia-l1 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
I am trying to bridge my erc20(simple erc20 token) from sepolia(0x40e3c945e37c8a3c2d1bc060ba6af9b84885463e) to base sepolia however i have not been able to successfully do this. I have an erc20 on sepolia and IOptimismMintableERC20 created using IOptimismMintableERC20Factory on base(0x86bb5ff3413f795a7a70a1ca33e2e903a41ba6b0). After approval when i am using L1Standard bridge to transfer the erc20, its giving some reverr errors which i am unable to understand and solve. This is the last one i tried today but still unsuccessful -
https://sepolia.etherscan.io/tx/0x0550228511bfbcf1577408bddf486707570397fdfd4c0b096198b476d667970c.
Need some guidance on what might be going wrong or what i might be missing. Appreciate the help in advance
Steps followed:
My wallet address - 0x578aeA18A73A283b9f7C702BAB3e22c7aD8f5fbd
Logs
Parity trace shows this for revert:
Action [4]
From: 0xfbb0621e0b23b5478b630bd55a5f21f67730b0f1
CallType: staticcall
Gas: 30000
To: 0x40e3c945e37c8a3c2d1bc060ba6af9b84885463e
Value: 0 Ether
BlockHash: 0xa66247ca1e2bab54d757b8f547976880f4bc80f5f4de3aff0d914283fdf5b845
BlockNumber: 8705980
Error: Reverted
GasUsed: 234
Subtraces: 0
TraceAddress: [ 1, 0 ]
TransactionHash: 0xc2232c31edf53893b90e27253c06fcd552b02f5562d1b880444ad568ec66b9a6
TransactionPosition: 34
Type: call
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions