Skip to content

Commit

Permalink
[client] update dump_update_account_balances (#258)
Browse files Browse the repository at this point in the history
* client/dump_account_balances: update cid for leu

* client/dump_account_balances: update block hash

* [client/dump_account_balances] fix block_hash
  • Loading branch information
clangenb authored Oct 13, 2022
1 parent 82d2d27 commit fbc1e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/dump_account_balances.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cat accounts_all.txt | while read a
do
BAL=$(../target/release/encointer-client-notee -u wss://kusama.api.encointer.org -p 443 balance $a --cid u0qj9QqA2Q --at 0xe3310c3d23bb95a618f72cca98a512c1e928923e80997bd29d121bc66bcb8a86)
BAL=$(../target/release/encointer-client-notee -u wss://kusama.api.encointer.org -p 443 balance $a --cid u0qj944rhWE --at 0x64e356817cefc0aa9353cac6d6e28169b9887b1e5df4535c218a7b553513e875)
# translate Kusama prefix to substrate prefix for easy search
ACC=$(subkey inspect $a --network substrate | grep -P '^[\s]+SS58' | sed 's/^ *SS58 Address: *//')
echo $a,$ACC,$BAL
Expand Down

0 comments on commit fbc1e6e

Please sign in to comment.