-
Notifications
You must be signed in to change notification settings - Fork 203
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
Deploy safe fails to confirm on latest version with ethers v6 #623
Comments
@froggiedev thank you for your report. Could you also share which chain, Safe version and RPC provider you were using? Thank you! |
Chain: Arbitrum |
@froggiedev as far as I checked the issue is not coming from |
Does contract v1.3.0 work with ethers v6? |
Yes, you can safely use ethers v6 in the |
Ah, but v1.3.0 does not support the Safe ERC-4337 module if I remember correctly. |
The issue should be now solved for Arbitrum, as the addresses are available at Also this ticket relates better to the issue that causes this unexpected behavior. |
This exact same error is happening to me while deploying a Safe using Sepolia. "@safe-global/protocol-kit": "^3.1.1", This is how I create the factory:
This is how I deploy the safe:
Here you can see the safe is succesfully being deployed: https://sepolia.etherscan.io/tx/0x2b8941304e26195213e2c47f3aac42bf68078573cb77aedab9a75664965af7c3 Here's the error: |
Expected behavior: Safe is deployed, then receipt is confirmed and returned
Current behavior: Safe is deployed, but the receipt fails to be confirmed with the following error:
Reproducing code:
"ethers": "^6.7.1"
"@safe-global/protocol-kit": "^2.0.0
The text was updated successfully, but these errors were encountered: