invalid address (argument="address", value=["0xD4a33860578De61DBAbDc8BFdb98FD742fA7028e"] #4695
Unanswered
philiplorber
asked this question in
Q&A
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Perhaps this might help what worked for me and looks like yours seems just like mine is in this area Replace |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Okay read all related other discussions none worked out for me so here I am. I feel like I'm messing somewhere between passing and copying the goerli address but can't seem to find it where.
Error prompt
Error: ERROR processing /home/philipo0/hh-fcc/hardhat-fund-me-fcc/deploy/01-deploy-fund-me.js:
Error: invalid address (argument="address", value=["0xD4a33860578De61DBAbDc8BFdb98FD742fA7028e"], code=INVALID_ARGUMENT, version=address/5.5.0) (argument="priceFeed", value=["0xD4a33860578De61DBAbDc8BFdb98FD742fA7028e"], code=INVALID_ARGUMENT, version=abi/5.5.0)
at Logger.makeError (/home/philipo0/hh-fcc/hardhat-fund-me-fcc/node_modules/@ethersproject/logger/src.ts/index.ts:225:28)
at Logger.throwError (/home/philipo0/hh-fcc/hardhat-fund-me-fcc/node_modules/@ethersproject/logger/src.ts/index.ts:237:20)
at Logger.throwArgumentError (/home/philipo0/hh-fcc/hardhat-fund-me-fcc/node_modules/@ethersproject/logger/src.ts/index.ts:241:21)
at AddressCoder.Coder._throwError (/home/philipo0/hh-fcc/hardhat-fund-me-fcc/node_modules/@ethersproject/abi/src.ts/coders/abstract-coder.ts:68:16)
at AddressCoder.encode (/home/philipo0/hh-fcc/hardhat-fund-me-fcc/node_modules/@ethersproject/abi/src.ts/coders/address.ts:22:18)
at /home/philipo0/hh-fcc/hardhat-fund-me-fcc/node_modules/@ethersproject/abi/src.ts/coders/array.ts:71:19
at Array.forEach ()
at pack (/home/philipo0/hh-fcc/hardhat-fund-me-fcc/node_modules/@ethersproject/abi/src.ts/coders/array.ts:54:12)
at TupleCoder.encode (/home/philipo0/hh-fcc/hardhat-fund-me-fcc/node_modules/@ethersproject/abi/src.ts/coders/tuple.ts:54:20)
at AbiCoder.encode (/home/philipo0/hh-fcc/hardhat-fund-me-fcc/node_modules/@ethersproject/abi/src.ts/abi-coder.ts:112:15)
at DeploymentsManager.executeDeployScripts (/home/philipo0/hh-fcc/hardhat-fund-me-fcc/node_modules/hardhat-deploy/src/DeploymentsManager.ts:1222:19)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at DeploymentsManager.runDeploy (/home/philipo0/hh-fcc/hardhat-fund-me-fcc/node_modules/hardhat-deploy/src/DeploymentsManager.ts:1052:5)
at SimpleTaskDefinition.action (/home/philipo0/hh-fcc/hardhat-fund-me-fcc/node_modules/hardhat-deploy/src/index.ts:438:5)
at Environment._runTaskDefinition (/home/philipo0/hh-fcc/hardhat-fund-me-fcc/node_modules/hardhat/src/internal/core/runtime-environment.ts:217:14)
at Environment.run (/home/philipo0/hh-fcc/hardhat-fund-me-fcc/node_modules/hardhat/src/internal/core/runtime-environment.ts:129:14)
at SimpleTaskDefinition.action (/home/philipo0/hh-fcc/hardhat-fund-me-fcc/node_modules/hardhat-deploy/src/index.ts:584:32)
at Environment._runTaskDefinition (/home/philipo0/hh-fcc/hardhat-fund-me-fcc/node_modules/hardhat/src/internal/core/runtime-environment.ts:217:14)
at Environment.run (/home/philipo0/hh-fcc/hardhat-fund-me-fcc/node_modules/hardhat/src/internal/core/runtime-environment.ts:129:14)
at SimpleTaskDefinition.action (/home/philipo0/hh-fcc/hardhat-fund-me-fcc/node_modules/hardhat-deploy/src/index.ts:669:5)
01-deploy-fund-me.js
hardhat.config.js
helper-hardhat-config.js
Beta Was this translation helpful? Give feedback.
All reactions