Skip to content

Commit

Permalink
fix: upgrade test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deepan95dev committed Feb 22, 2024
1 parent 6033e39 commit 23892e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion docker/localnet/gen-network-config-old-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function configure_genesis() {
mv "${GENESIS_TMP}" "${GENESIS}"

# supplied added tokens
jq '.app_state.bank.supply += [{"denom": "ncheq", "amount": "420004000000000200"}]' "$GENESIS" > "$GENESIS_TMP" && mv "${GENESIS_TMP}" "${GENESIS}"
# jq '.app_state.bank.supply += [{"denom": "ncheq", "amount": "420004000000000200"}]' "$GENESIS" > "$GENESIS_TMP" && mv "${GENESIS_TMP}" "${GENESIS}"
}


Expand Down
34 changes: 0 additions & 34 deletions tests/upgrade/scripts/old_binary_setup.sh

This file was deleted.

0 comments on commit 23892e9

Please sign in to comment.