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

refactor: Proper gas token setup #7692

Closed
Tracked by #7820
LHerskind opened this issue Jul 31, 2024 · 0 comments · Fixed by #7944
Closed
Tracked by #7820

refactor: Proper gas token setup #7692

LHerskind opened this issue Jul 31, 2024 · 0 comments · Fixed by #7944
Assignees

Comments

@LHerskind
Copy link
Contributor

The current gas token setup only works because nothing is real.

The rollups "gas token" is disconnected from anything that is actually deposited into the rollup, e.g., fully separate balance. The rollup contract should NEVER have a balance. A bridge will have a balance, and it will talk to the bridge, but that is kinda it.

Also need to consider the setup for upgrades.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant