Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bridge ETH to L2 #63

Closed
4 of 5 tasks
Tracked by #8
karlb opened this issue Sep 26, 2023 · 0 comments · Fixed by #73
Closed
4 of 5 tasks
Tracked by #8

Bridge ETH to L2 #63

karlb opened this issue Sep 26, 2023 · 0 comments · Fixed by #73
Assignees

Comments

@karlb
Copy link

karlb commented Sep 26, 2023

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 and creditGasFee, we could use bridged tokens as gas currencies (see #60).

See

Tasks

Preview Give feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant