🌉Bridge
Mainnet
Requires ewEth: https://app.bridge.edgeless.network/
Testnet
Requires ewETH: https://testnet-bridge.edgeless.network/
Bridging via Contracts
Mint EwEth by calling
depositEth(address recipient)
on the Edgeless Deposit Contractapprove()
EwEth to the Inbox ContractCall the
depositERC20()
function on the Inbox Contract
Withdrawing From Edgeless
Withdraw from Edgeless using any of the mainnet bridges, or call
withdrawEth(address destination)
on the Edgeless Withdrawal ContractWait 7 days for the transfer to finalize
Finalize the withdrawal using https://app.bridge.edgeless.network/. Account -> Withdrawals
Unwrapping EwEth to Eth
Call
withdrawEth(address to, uint256 amount)
from the address that holds EwETH on the Edgeless Deposit Contract. This burns the EwEth in your address.You should receive an equivalent amount of ETH as EwEth burned
Last updated