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.
When running
make e2e-test
there are several warnings for a deprecated module during contract deployment. The same warning shows up when running tests withnpx 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.