SuperBridgeETHWrapper.sol contract and its deployed addresses.
Purpose
TheSuperBridgeETHWrapper.sol contract allows users to bridge native ETH from an L1 network (like Ethereum or Sepolia) to the Celo L2 network, where it arrives as WETH.
When using Superbridge, this entire process is abstracted away from the user.
How it Works (Simplified):
- User sends ETH to this contract on L1 (calls
wrapAndBridgefunction). - Contract wraps ETH into WETH on L1.
- Contract uses the L1 Standard Bridge to send this WETH to Celo L2.
- WETH arrives on Celo L2.