-
Notifications
You must be signed in to change notification settings - Fork 12k
Test ethers 6.13.6-beta.1, use solc 0.8.27 and prague
EVM version
#5663
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
Test ethers 6.13.6-beta.1, use solc 0.8.27 and prague
EVM version
#5663
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
prague
EVM version
Not really sure what this issue is for, but noticed it linked to EIP-7702 support in Ethers. The latest Ethers now has EIP-7702 support, there is no need to use the experimental npm tag. |
That's weird. I'm working on this PR. I'm upgrading ethers with:
Also can confirm the package was upgraded from changes to the package-lock.json
However, if I run the tests, I keep getting:
|
Hmmm… v6.13.7 doesn’t have EIP-7702, but v6.14.0 does. Can you try with that version? |
It worked! Thanks. I just updated #5668 with the 6.14.0 version so I'm merging as soon as tests pass. Same for our community repository: OpenZeppelin/openzeppelin-community-contracts#139 |
Pre #5664
PR Checklist
npx changeset add
)