Replies: 2 comments
-
Please share your repo |
Beta Was this translation helpful? Give feedback.
0 replies
-
i have the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks, could anyone help me?
I get an error:
Error: factory runner does not support sending transactions (operation="sendTransaction", code=UNSUPPORTED_OPERATION, version=6.6.3)
at makeError (/root/hardhat-simple-storage-fcc/node_modules/ethers/src.ts/utils/errors.ts:677:21)
at assert (/root/hardhat-simple-storage-fcc/node_modules/ethers/src.ts/utils/errors.ts:694:25)
at ContractFactory.deploy (/root/hardhat-simple-storage-fcc/node_modules/ethers/src.ts/contract/factory.ts:107:15)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at main (/root/hardhat-simple-storage-fcc/scripts/deploy.js:9:26) {
code: 'UNSUPPORTED_OPERATION',
operation: 'sendTransaction'
}
Beta Was this translation helpful? Give feedback.
All reactions