Skip to content

Commit

Permalink
fix: binary prefix genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed Jan 13, 2025
1 parent ff5dff9 commit 5146d23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gentx-atomone-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ jobs:
for f in ${GENTX_FILES}; do
ADDR=$(cat $f | jq -r '.body.messages[0].delegator_address')
atomoned add-genesis-account $ADDR 10000000uatomone
atomoned genesis add-genesis-account $ADDR 10000000uatomone
done
atomoned collect-gentxs --gentx-dir ./atomone-1/gentx
atomoned genesis collect-gentxs --gentx-dir ./atomone-1/gentx
- name: Validate genesis
run: |
atomoned validate-genesis
atomoned genesis validate-genesis

0 comments on commit 5146d23

Please sign in to comment.