Skip to content

Commit 2876d8f

Browse files
authored
Merge pull request HemeraProtocol#175 from HemeraProtocol/chore/modify_default_config
Modify default rpc and entity_type
2 parents f0ab857 + d39a4ca commit 2876d8f

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

docker-compose/docker-compose.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff 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

docker-compose/hemera-indexer.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
START_BLOCK=20159954
44
POSTGRES_URL=postgresql://user:Ts6YZSrGegXr8PPONtHcSLAHDGd1fjwHBjFZ6WVNpgiOmGf7ghYXl0I1@postgresql:5432/postgres
55
OUTPUT=postgres

0 commit comments

Comments
 (0)