-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add support for Immutable zkEVM #55
Add support for Immutable zkEVM #55
Conversation
…loy-chains transitive dependancy
I have pushed additional changes so that Immutable zkEVM testnet is now also supported. |
@drinkcoffee Can you fix the conflicts? |
Thanks for the reminder. I will get back to this late this week. |
@drinkcoffee You should now be able to use a custom genesis JSON file to run RSP, rather than needing to add support manually with a PR. Relevant PR here: #72 The relevant documentation is here: https://github.com/succinctlabs/rsp?tab=readme-ov-file#running-the-cli |
Instead of require a new variant to override the beneficiary address, we'll add a CLI argument to allow to customize it. |
Add support for Immutable zkEVM blockchain.