-
Notifications
You must be signed in to change notification settings - Fork 9
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
1.3.0 Safes are not supported #2
Comments
Could you please share your hardhat config or a link to your project? |
I will answer here rmeissner/hardhat-safe-deployer-example#1 |
Currently the implementation only supports Safes with version from 1.0.0 to before 1.3.0 (exclusive). To support 1.3.0 Safes it is required to adjust the EIP-712 domain: https://github.com/rmeissner/hardhat-safe-deployer/blob/main/src/adapter.ts#L76 |
What adjustments should I make. |
What should alter in eip712 |
This is something that needs to be adjusted in the project. Not much you can do right now |
I need this, it is very urgent, and it is a major blocker in our project. |
As this is a side project there is no guarantee on this. You can try patching it yourself if you need it right now |
Can you give a guide line on how I can patch it or what you think I can do to fix it |
@dagogodboss It works for me. #3 |
Okay i will ur pr and try |
Whenever I try to deploy smart contract on rinkeby it returns a 422 when trying to propose a transaction.
The text was updated successfully, but these errors were encountered: