axelarnetwork / support

Your source for support with the Axelar Network
3 stars 1 forks source link

Error When Deploying CosmWasm Contracts to Devnet #123

Closed benjamin852 closed 1 month ago

benjamin852 commented 1 month ago

Trying to deploy my contract to devnet but hitting this error

Error: rpc error: code = NotFound desc = rpc error: code = NotFound desc = account axelar1rf2lh2z8zt97chqq4dv88f3aflnlgt9dyknl9j not found: key not found
Error running deploy voting_verifier. Stdout:

Stderr:
Error: rpc error: code = NotFound desc = rpc error: code = NotFound desc = account axelar1rf2lh2z8zt97chqq4dv88f3aflnlgt9dyknl9j not found: key not found
benjamin852 commented 1 month ago

Update: Ran axelard keys list --keyring-backend=test and saw that my address had 0 funds. Requested funds on faucet and was able to deploy fine after that.