You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running make e2e-test there are several warnings for a deprecated module during contract deployment.
The same warning shows up when running tests with npx hardhat test.
(node:54562) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Running Node.js v22.4.0 on MacOS 14.5.
This is probably not a big deal, but would be nice to have it fixed.
The text was updated successfully, but these errors were encountered:
dd23
changed the title
DeprecationWarning for punycode module during make e2e-test
DeprecationWarning for punycode module
Jul 18, 2024
When running
make e2e-test
there are several warnings for a deprecated module during contract deployment.The same warning shows up when running tests with
npx hardhat test
.Running Node.js v22.4.0 on MacOS 14.5.
This is probably not a big deal, but would be nice to have it fixed.
The text was updated successfully, but these errors were encountered: