Error when trying to redeploy contracts
See original GitHub issueI keep getting the following error when running truffle deploy --network=rinkeby
Error: invalid address (argument="address", value=undefined, code=INVALID_ARGUMENT, version=address/5.0.5) (argument="signerAddress", value=undefined, code=INVALID_ARGUMENT, version=abi/5.0.0-beta.153)
Do you have any idea what my mistake might be?
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
solidity - What happens when i redeploy my contract on truffle?
Correct, if you deploy a contract twice you will have 2 contracts that work as 2 separate entities that have nothing to do...
Read more >Truffle Contract Not Deployed Error – Solution
Getting the error message “ContractName has not been deployed to detected network (network/artifact mismatch)” ? Read the solution below! Want to learn more?...
Read more >Why is network already up to date while trying to deploy a ...
I have just started writing smart contracts in solidity using truffle framework. For testing, I'm using ganache.
Read more >Lesson 6 (Brownie FundMe) - Having trouble interacting with ...
Hi Everyone. I am having trouble interacting with the deployed "FundMe" contract in Lesson 5, via fund_and_withdraw.py.
Read more >Error Upgrading smart contracts - SDK - OpenZeppelin Forum
I'm trying to upgrade an old Upgradeable smart contract and getting transaction errors when calling openzeppelin upgrade. Console output:
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@kenokenobingo it is missing an environment variable:
COUPON_CREATOR_ADDR
(https://github.com/openlawteam/tribute-contracts/pull/281)Nevermind, I accidentally deleted a line from
2_deploy_contracts.js
. 🙄