mirror of
https://github.com/autistic-symposium/blockchain-data-engineering-toolkit.git
synced 2025-05-02 14:56:17 -04:00
first commit
This commit is contained in:
commit
bb17a2a56e
29 changed files with 1238 additions and 0 deletions
25
token-scanner-api/.env.example
Normal file
25
token-scanner-api/.env.example
Normal file
|
@ -0,0 +1,25 @@
|
|||
#########################
|
||||
##### requests settings
|
||||
#########################
|
||||
|
||||
RPC_PROVIDER_URL =
|
||||
TOKEN_CONTRACT =
|
||||
TOKEN_CONTRACT_ABI =
|
||||
|
||||
#########################
|
||||
##### indexing token data
|
||||
#########################
|
||||
|
||||
|
||||
MAX_RETRIES =
|
||||
RETRIES_TIMEOUT =
|
||||
SIZE_CHUNK_NEXT =
|
||||
|
||||
|
||||
#########################
|
||||
##### system settings
|
||||
#########################
|
||||
|
||||
LOG_LEVEL=info
|
||||
OUTPUT_DIR = ./output
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue