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:
2020 container_name : indexer
2121 environment :
2222 - AUTO_UPGRADE_DB=true
23- - ENTITY_TYPES=EXPLORER_BASE,EXPLORER_TOKEN
23+ - ENTITY_TYPES=EXPLORER_BASE
2424 - SYNC_RECORDER=pg:main_recorder
2525
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-
3926 hemera-uop-indexer :
4027 << : *common-settings
4128 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
33START_BLOCK = 20159954
44POSTGRES_URL = postgresql://user:Ts6YZSrGegXr8PPONtHcSLAHDGd1fjwHBjFZ6WVNpgiOmGf7ghYXl0I1@postgresql:5432/postgres
55OUTPUT = postgres
You can’t perform that action at this time.
0 commit comments