Update .env.example

This commit is contained in:
steinkirch.eth 2023-03-11 13:46:37 -08:00 committed by GitHub
parent 2907a8f042
commit 41be2c4372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,3 +52,14 @@ CONTRACT_ADDRESS=
ABI=
CALLDATA=
##############################
# get_transfer_logs_and_wallets_balance_for_a_token.py
#############################
RPC_PROVIDER_URL = https://mainnet.infura.io/v3/<your infura project id>
CHUNK_SIZE = 100000
NUM_ATTEMPTS = 3
TRANSFER_EVENT_TOPIC_HASH = 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef
TOKEN_ADDRESS =
DECIMALS =