Skip to content

Commit

Permalink
fix typo in erc20 balances example
Browse files Browse the repository at this point in the history
  • Loading branch information
sslivkoff committed Jan 12, 2024
1 parent 123091a commit 9171da6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/erc20_balances.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# get ERC20 balances of addresses over some block range

# ERC20 = USDC, USDT
export ERC20s="0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 0xdac17f958d2ee523a2206206994597c13d831ec7"
export ERC20="0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 0xdac17f958d2ee523a2206206994597c13d831ec7"

# Wallet = Maker PSM, Arbitrum Brdige
# WALLET = Maker PSM, Arbitrum Brdige
export WALLETS="0x0a59649758aa4d66e25f08dd01271e891fe52199 0xcee284f754e854890e311e3280b767f80797180d"

# block range = 10 blocks between 16,000,000 and 17,000,000
export BLOCKS="16M:17M/10"

# collect data
cryo erc20_balances --blocks $BLOCKS --contract $CONTRACT --address $WALLET
cryo erc20_balances --blocks $BLOCKS --contract $ERC20 --address $WALLET

0 comments on commit 9171da6

Please sign in to comment.