Skip to content

Commit

Permalink
chore: use -a instead of jq
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs committed Mar 29, 2024
1 parent ae94536 commit ee7f4ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/settlement/add_genesis_accounts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ tee "$ROLLAPP_SETTLEMENT_INIT_DIR_PATH/genesis_accounts.json" >/dev/null <<EOF
[
{"amount":
{"amount":"10000000000000000000000","denom":"a${DENOM}"},
"address": "$(dymd keys show bob-genesis --keyring-backend test --output json | jq -r .address)"
"address": "$(dymd keys show -a bob-genesis --keyring-backend test)"
},
{"amount":
{"amount":"50000000000000000000000","denom":"a${DENOM}"},
"address":"$(dymd keys show alice-genesis --keyring-backend test --output json | jq -r .address)"
"address":"$(dymd keys show -a alice-genesis --keyring-backend test)"
}
]
EOF

0 comments on commit ee7f4ee

Please sign in to comment.