-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.env
28 lines (19 loc) · 1.2 KB
/
example.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# use this as an env file for vscode launches
PGHOST=localhost
PGDATABASE=postgres
PGUSER=postgres
PGPASSWORD=postgres
EVM_ARCHIVE_ENDPOINT=http://localhost:8545
EVM_ARCHIVE_SCHEMA=public
# if omitted will query for logs of all contracts
#EVM_ARCHIVE_CONTRACTS=0x985BcA32293A7A496300a48081947321177a86FD,0x96b244391D98B62D19aE89b1A4dCcf0fc56970C7,0xcd3B51D98478D53F4515A306bE565c6EebeF1D58,0x4204cAd97732282d261FbB7088e07557810A6408,0xe31A3b6c62Ebe9Db3b991661530fA9871584CC85,0xC6ca172FC8BDB803c5e12731109744fb0200587b,0x09A793cCa9D98b14350F2a767Eb5736AA6B6F921,0x63d43D0EDda7DE4B5ed9B2F2AA855f81FBd71697,0x54825778d33140fE9011DcfbBbD50b924e368fa9,0x9d48141B234BB9528090E915085E0e6Af5Aad42c,0xD118fa707147c54387B738F54838Ea5dD4196E71,0x909b62DeB98EA8B46f7Af0f4494c2c1d119aef70,0x2fc63231f734850c4b8c6b80c275fdb66983846f
# WBTC, WETH
EVM_ARCHIVE_TOKENS=0x2260fac5e5542a773aa44fbcfedf7c193bc2c599,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
# if omitted will query repeatedly for the latest block with sleep in between
EVM_ARCHIVE_FROM_BLOCK=18327769
# if omitted defaults to max uint64
#EVM_ARCHIVE_TO_BLOCK=4009813
# if omitted defaults to 100
EVM_ARCHIVE_BLOCK_STEP=10
# if omitted defaults to 5
EVM_ARCHIVE_SLEEP_SECONDS=5