You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current wrapped ETH tokens on Celo are bridged through Axelar and Wormhole (two separate tokens). If we add native bridging, we would get a new ETH token on CELO (and use unwrapped ETH, if possible).
The current wrapped ETH tokens on Celo are bridged through Axelar and Wormhole (two separate tokens). If we add native bridging, we would get a new ETH token on CELO (and use unwrapped ETH, if possible).
The default token contract for bridged tokens on the L2 is https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/universal/OptimismMintableERC20.sol. If we add
debitGasFee
andcreditGasFee
, we could use bridged tokens as gas currencies (see #60).See
Tasks
The text was updated successfully, but these errors were encountered: