Update validator addresses after genesis regeneration

This commit is contained in:
Simon Warta
2020-10-08 16:25:55 +02:00
parent dd4cbe6c1f
commit b77c19a673
5 changed files with 11 additions and 17 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: "cosmosvaloper103c7vm0c5mz85ecdy4ldftk4a3ydcyp2sscqrz",
validator_address: "cosmosvaloper1yfkkk04ve8a0sugj4fe6q6zxuvmvza8r3arurr",
amount: coin(300000, "ustake"),
},
};