diff --git a/README.md b/README.md index 3df789dd7..eacb669d6 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ You can optionally pass build arguments to specify which binary to rebuild 2. `g` This will re-build the Gaia binary 3. `j` This will re-build the Juno binary 4. `j` This will re-build the Osmo binary -5. `j` This will re-build the Stargaze binary +5. `t` This will re-build the Stargaze binary 6. `r` This will re-build the Go Relayer binary 7. `h` This will re-build the Hermes binary 8. `i` This will re-build the ICQ binary diff --git a/scripts/init_chain.sh b/scripts/init_chain.sh index 06e49aa40..c70242ebe 100644 --- a/scripts/init_chain.sh +++ b/scripts/init_chain.sh @@ -165,7 +165,7 @@ $MAIN_NODE_CMD collect-gentxs &> /dev/null # wipe out the persistent peers for the main node (these are incorrectly autogenerated for each validator during collect-gentxs) sed -i -E "s|persistent_peers = .*|persistent_peers = \"\"|g" $MAIN_CONFIG -# update chian-specific genesis settings +# update chain-specific genesis settings if [ "$CHAIN_ID" == "$STRIDE_CHAIN_ID" ]; then set_stride_genesis $MAIN_GENESIS else diff --git a/scripts/test-util/4.sh b/scripts/test-util/4.sh index cbcb1d0a6..fec083536 100644 --- a/scripts/test-util/4.sh +++ b/scripts/test-util/4.sh @@ -7,7 +7,7 @@ source ${SCRIPT_DIR}/../vars.sh $GAIA_MAIN_CMD q bank balances $GAIA_RECEIVER_ACCT #claim stake -EPOCH=5 +EPOCH=$($STRIDE_MAIN_CMD q records list-user-redemption-record | grep -Fiw 'epochNumber' | head -n 1 | grep -o -E '[0-9]+') SENDER=stride1uk4ze0x4nvh4fk0xm4jdud58eqn4yxhrt52vv7 $STRIDE_MAIN_CMD tx stakeibc claim-undelegated-tokens GAIA $EPOCH $(STRIDE_ADDRESS) --from ${STRIDE_VAL_PREFIX}1 -y