Skip to content

Commit

Permalink
update workflow check
Browse files Browse the repository at this point in the history
  • Loading branch information
EG-easy committed Jan 15, 2022
1 parent 218d81a commit 6419313
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify-gentx-signatures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/[email protected]
with:
go-version: 1.16
go-version: 1.17
- uses: actions/checkout@v2
- name: gentx-validation
run: |
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-genesis.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

NETWORK=neuron-1
NETWORK=nibiru-3000
DAEMON=nibirud
HOME_DIR=~/.nibiru
CONFIG=~/.nibiru/config
Expand Down
4 changes: 2 additions & 2 deletions scripts/verify-gentx.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
NETWORK=neuron-1
NETWORK=nibiru-3000
MAX_BOND=100000000000

extraquery='[.body.messages[] | select(."@type" != "/cosmos.staking.v1beta1.MsgCreateValidator")] | length'
Expand All @@ -18,7 +18,7 @@ for path in $NETWORK/gentxs/*.json; do
exit 1
fi

# only allow "game" tokens to be bonded
# only allow "ugame" tokens to be bonded
if [ "$(jq "$denomquery" "$path")" != "0" ]; then
echo "invalid denomination"
exit 1
Expand Down

0 comments on commit 6419313

Please sign in to comment.