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
yarn hardhat run scripts/deploy.js --network sepolia
here's the error
error = new Error(message);
^
Error: could not decode result data (value="0x", info={ "method": "retrieve", "signature": "retrieve()" }, code=BAD_DATA, version=6.12.0)
at makeError (/hh-fcc/hardhat-simple-storage-fcc/node_modules/ethers/src.ts/utils/errors.ts:694:21)
at assert (/hh-fcc/hardhat-simple-storage-fcc/node_modules/ethers/src.ts/utils/errors.ts:715:25)
at Interface.decodeFunctionResult (/hh-fcc/hardhat-simple-storage-fcc/node_modules/ethers/src.ts/abi/interface.ts:916:15)
at staticCallResult (/hh-fcc/hardhat-simple-storage-fcc/node_modules/ethers/src.ts/contract/contract.ts:346:35)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at staticCall (/hh-fcc/hardhat-simple-storage-fcc/node_modules/ethers/src.ts/contract/contract.ts:303:24)
at Proxy.retrieve (/hh-fcc/hardhat-simple-storage-fcc/node_modules/ethers/src.ts/contract/contract.ts:351:41)
at main (/hh-fcc/hardhat-simple-storage-fcc/scripts/deploy.js:16:24)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
my verify code
here's what I'm trying to run
here's the error
Beta Was this translation helpful? Give feedback.
All reactions