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

fix: wrong l2 chain owner and nonce issues #41

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

gzeoneth
Copy link
Member

fixes an issue where the incorrect chain owner is set in the chain config file, leading to unexpected l2 chain owner
the new l2owner private key can be obtained by

docker compose run scripts print-private-key --account l2owner | tail -n 1 | tr -d '\r\n'

also moving to use the token bridge deployer for l1l2 bridge to reduce chance of nonce race

also added l1user, l2user and l3user as nonce race free accounts

godzillaba
godzillaba previously approved these changes Feb 25, 2024
Copy link
Contributor

@godzillaba godzillaba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

Ferret-san pushed a commit to celestiaorg/nitro-testnode that referenced this pull request Aug 27, 2024
* Fix the L3 node
* Add comments for l3node with espresso mode
* Fix smoke test
* Add l3 node test in smoke test
* Separate the l3 test bash
* Add flake.nix

---------

Co-authored-by: sveitser <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants