Update to cosmos-sdk v0.40.0

This commit is contained in:
Alex Peters
2021-01-11 13:42:10 +01:00
committed by Simon Warta
parent 3ac935399a
commit 38ef4d5133
15 changed files with 323 additions and 604 deletions
+1 -1
View File
@@ -41,5 +41,5 @@ SELF_DELEGATION="3000000$STAKE" # 3 STAKE (leads to a voting power of 3)
echo "$PASSWORD"
echo "$PASSWORD"
echo "$PASSWORD"
) | simd gentx validator --offline --amount "$SELF_DELEGATION" --chain-id "$CHAIN_ID" --moniker="$MONIKER"
) | simd gentx validator "$SELF_DELEGATION" --offline --chain-id "$CHAIN_ID" --moniker="$MONIKER"
simd collect-gentxs