Remove the usage of the simapp42 backend

This commit is contained in:
Simon Warta
2022-08-03 18:43:06 +02:00
parent 93f2c2c086
commit b73487acbb
14 changed files with 103 additions and 152 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ const msg: MsgDelegateEncodeObject = {
typeUrl: "/cosmos.staking.v1beta1.MsgDelegate",
value: {
delegatorAddress: signerAddress,
// To get the proper validator address, start the demo chain (./scripts/simapp42/start.sh), then run:
// To get the proper validator address, start the demo chain (./scripts/simapp44/start.sh), then run:
// curl http://localhost:1318/staking/validators | jq '.result[0].operator_address'
validatorAddress: "cosmosvaloper1urk9gy7cfws0ak9x5nu7lx4un9n6gqkrp230jk",
amount: coin(300000, "ustake"),