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
Hi! When running script:
test-erc20.js
I get an error:
Error: Returned error: sender account not recognized on line:
await token.transfer(accounts[0], bal, { from: WHALE });
Can you please tell me what could be the reason?
The text was updated successfully, but these errors were encountered:
I am having the same problem despite starting from Windows DOS prompt ganache-cli --secure -u 0 --fork https://mainnet.infura.io/v3/<>
Incidentally, the environment variables have been set correctly.
Any thoughts pls?
Hi! When running script:
test-erc20.js
I get an error:
Error: Returned error: sender account not recognized on line:
await token.transfer(accounts[0], bal, { from: WHALE });
Can you please tell me what could be the reason?
The text was updated successfully, but these errors were encountered: