mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-17 14:10:21 -04:00
49 lines
708 B
Text
49 lines
708 B
Text
##########
|
|
# general
|
|
##########
|
|
|
|
##### options are: 'error' < 'info' < 'debug'
|
|
LOG_LEVEL=info
|
|
|
|
PROVIDER_TYPE=
|
|
|
|
PROVIDER_URL=
|
|
|
|
BLOCK_NUMBER=
|
|
|
|
|
|
######################
|
|
# get_block_history.py
|
|
######################
|
|
|
|
#### options are 'local_ipc', 'local_http', 'local_ws', 'ipc', 'ws', 'http'
|
|
#### for locally run nodes, an IPC connection is the mosts secure option.
|
|
|
|
|
|
PAIR_ADDRESSES=
|
|
|
|
ABI_JSON_PATH=
|
|
|
|
|
|
##############################
|
|
# get_deep_block_data.py
|
|
#############################
|
|
|
|
|
|
|
|
##############################
|
|
# get_deep_tx_data.py
|
|
#############################
|
|
|
|
TRANSACTION=
|
|
|
|
|
|
##############################
|
|
# get_contracts_deployed.py
|
|
#############################
|
|
|
|
START_BLOCK=
|
|
|
|
TX_FILE=
|
|
|
|
|