Update packages etc for launchpad chain renaming

This commit is contained in:
willclarktech
2020-11-10 16:46:21 +01:00
parent 36d7267efd
commit 3bbcd63378
28 changed files with 520 additions and 511 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const msg: MsgDelegate = {
type: "cosmos-sdk/MsgDelegate",
value: {
delegator_address: senderAddress,
// To get the proper validator address, start the demo chain (./scripts/wasmd/start.sh), then run:
// To get the proper validator address, start the demo chain (./scripts/launchpad/start.sh), then run:
// curl http://localhost:1317/staking/validators | jq '.result[0].operator_address'
validator_address: "cosmosvaloper1yfkkk04ve8a0sugj4fe6q6zxuvmvza8r3arurr",
amount: coin(300000, "ustake"),