File tree Expand file tree Collapse file tree 2 files changed +3
-16
lines changed Expand file tree Collapse file tree 2 files changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -20,22 +20,9 @@ services:
20
20
container_name : indexer
21
21
environment :
22
22
- AUTO_UPGRADE_DB=true
23
- - ENTITY_TYPES=EXPLORER_BASE,EXPLORER_TOKEN
23
+ - ENTITY_TYPES=EXPLORER_BASE
24
24
- SYNC_RECORDER=pg:main_recorder
25
25
26
- hemera-trace-indexer :
27
- << : *common-settings
28
- depends_on :
29
- postgresql :
30
- condition : service_healthy
31
- hemera-main-indexer :
32
- condition : service_started
33
- container_name : indexer-trace
34
- environment :
35
- - AUTO_UPGRADE_DB=false
36
- - ENTITY_TYPES=EXPLORER_TRACE
37
- - SYNC_RECORDER=pg:trace_recorder
38
-
39
26
hemera-uop-indexer :
40
27
<< : *common-settings
41
28
container_name : indexer-uop
Original file line number Diff line number Diff line change 1
- PROVIDER_URI = https://eth.llamarpc .com
2
- DEBUG_PROVIDER_URI = https://eth.llamarpc .com
1
+ PROVIDER_URI = https://ethereum.publicnode .com
2
+ DEBUG_PROVIDER_URI = https://ethereum.publicnode .com
3
3
START_BLOCK = 20159954
4
4
POSTGRES_URL = postgresql://user:Ts6YZSrGegXr8PPONtHcSLAHDGd1fjwHBjFZ6WVNpgiOmGf7ghYXl0I1@postgresql:5432/postgres
5
5
OUTPUT = postgres
You can’t perform that action at this time.
0 commit comments