Update codebase to launchpad backend

This commit is contained in:
Simon Warta
2020-07-28 14:54:36 +02:00
parent ce72832a93
commit b7d9b59fd1
8 changed files with 26 additions and 26 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: "cosmosvaloper1gjvanqxc774u6ed9thj4gpn9gj5zus5u32enqn",
validator_address: "cosmosvaloper1fa7hj49pf8uzc4m0lw5swjhhl5th2484gvnlpv",
amount: coin(300000, "ustake"),
},
};