Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
sampocs committed Oct 19, 2022
1 parent 61fb448 commit 7973f6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/init_chain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/test-util/4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7973f6f

Please sign in to comment.