mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-17 22:20:22 -04:00
Update .env.example
This commit is contained in:
parent
2907a8f042
commit
41be2c4372
1 changed files with 11 additions and 0 deletions
|
@ -52,3 +52,14 @@ CONTRACT_ADDRESS=
|
||||||
ABI=
|
ABI=
|
||||||
CALLDATA=
|
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 =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue