-
Notifications
You must be signed in to change notification settings - Fork 300
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
feat: Add Eclipse Testnet v1.3.0 contracts #376
feat: Add Eclipse Testnet v1.3.0 contracts #376
Conversation
hapetherw
commented
Feb 7, 2024
- Relevant issue: [New chain]: Eclipse Testnet #375
Hmm, some of these contracts appear to be on the wrong address. For example the |
@nlordell Thanks for your prompt comment. |
We use deterministic deployments for the Safe contracts. The contract added to the JSON is on a different address than one of the two canonical addresses (you can find them by looking at the other
This indicates that either:
Seeing as, for example, |
Thanks for your clarification, now i got your point. |
You should use the The contracts on the |
@nlordell I updated contract addresses using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good over all, just SignMessageLib
is still not deployed to the expected address.
@nlordell I think deploying the |
So, using the Safe singleton factory is the preferred way, but using the “standard” create2 deployer should also work. In fact, all of the other contracts landed on expected addresses with the exception of |
@nlordell Okay, I have redeployed the contract addresses and confirmed that all contract addresses match the expected configurations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks great :)
@nlordell Any approximate timeframe to publish new release version of the repo including this PR? |
@mmv08 seems to have released this with 1.33 already :) |
Ok thank you, i am moving on to the next step. |