web3-starter-py/web3toolkit/.env.example
dr. mia von steinkirch, phd 75a4fdf440
Update .env.example
2023-01-24 21:46:36 -08:00

54 lines
823 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=
##############################
# decode_calldata.py
#############################
CONTRACT_ADDRESS=
ABI=
CALLDATA=