[Application Development] How can a smart contract programmatically bridge ETH from an Optimism L2 to Ethereum L1 using the Optimism bridge? #427
-
Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionI want to programmatically bridge ETH from an Optimism L2 to Ethereum L1 via a smart contract. Based on what superchain bridge interfaces prompt wallets with, they're calling the Additional InformationNo response FeedbackI cannot find any documentation for how to interact with the superchain bridge via smart contracts. Only offchain via your SDK. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello! If not using the Optimism SDK, you will need to manually create a Merkle proof to prove that the withdrawal transaction is included in the L2 state. This process will require off-chain resources. |
Beta Was this translation helpful? Give feedback.
Hello!
If not using the Optimism SDK, you will need to manually create a Merkle proof to prove that the withdrawal transaction is included in the L2 state. This process will require off-chain resources.
Please refer to the relevant specifications for more details.