Recreate wasmd genesis and update tests

This commit is contained in:
Simon Warta
2020-07-30 10:12:33 +02:00
parent 3c19ac47d2
commit 7863afdd31
17 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const msg: MsgDelegate = {
delegator_address: senderAddress,
// To get the proper validator address, start the demo chain (./scripts/wasmd/start.sh), then run:
// curl http://localhost:1317/staking/validators | jq '.result[0].operator_address'
validator_address: "cosmosvaloper1fa7hj49pf8uzc4m0lw5swjhhl5th2484gvnlpv",
validator_address: "cosmosvaloper1e9zn2ueue2m0edjhmsgsf03yfcmeg7m7xh5xu5",
amount: coin(300000, "ustake"),
},
};