question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error when trying to redeploy contracts

See original GitHub issue

I 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:closed
  • Created 2 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
fforbeckcommented, May 7, 2021

@kenokenobingo it is missing an environment variable: COUPON_CREATOR_ADDR (https://github.com/openlawteam/tribute-contracts/pull/281)

0reactions
kenokenobingocommented, Jun 1, 2021

Nevermind, I accidentally deleted a line from 2_deploy_contracts.js. 🙄

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found