I updated Truffle to use @ensdomains/ensjs instead of ethereum-ens for ENS resolution. After doing so, when running truffle test we are now getting a warning printed on the screen which seems to be coming from ethers
WARNING: Missing strong random number source
Searching for the message in the codebase leads to the ethers dep from @ensdomains/ensjs. After we remove @ensdomains/ensjs from Truffle the warning goes away. See the screenshot below.
Have you seen this error before or do you know of any workarounds to get rid of it?
I updated Truffle to use @ensdomains/ensjs instead of ethereum-ens for ENS resolution. After doing so, when running
truffle test
we are now getting a warning printed on the screen which seems to be coming from ethersSearching for the message in the codebase leads to the ethers dep from @ensdomains/ensjs. After we remove @ensdomains/ensjs from Truffle the warning goes away. See the screenshot below.
Have you seen this error before or do you know of any workarounds to get rid of it?