Add funds to Ledger accounts

This commit is contained in:
Simon Warta
2020-09-23 17:13:34 +02:00
parent b46ab541be
commit 12dec1f4dc
13 changed files with 231 additions and 21 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: "cosmosvaloper1e9zn2ueue2m0edjhmsgsf03yfcmeg7m7xh5xu5",
validator_address: "cosmosvaloper103c7vm0c5mz85ecdy4ldftk4a3ydcyp2sscqrz",
amount: coin(300000, "ustake"),
},
};