Skip to content

Commit

Permalink
Merge pull request HemeraProtocol#175 from HemeraProtocol/chore/modif…
Browse files Browse the repository at this point in the history
…y_default_config

Modify default rpc and entity_type
  • Loading branch information
shanshuo0918 authored Sep 29, 2024
2 parents f0ab857 + d39a4ca commit 2876d8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
15 changes: 1 addition & 14 deletions docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,9 @@ services:
container_name: indexer
environment:
- AUTO_UPGRADE_DB=true
- ENTITY_TYPES=EXPLORER_BASE,EXPLORER_TOKEN
- ENTITY_TYPES=EXPLORER_BASE
- SYNC_RECORDER=pg:main_recorder

hemera-trace-indexer:
<<: *common-settings
depends_on:
postgresql:
condition: service_healthy
hemera-main-indexer:
condition: service_started
container_name: indexer-trace
environment:
- AUTO_UPGRADE_DB=false
- ENTITY_TYPES=EXPLORER_TRACE
- SYNC_RECORDER=pg:trace_recorder

hemera-uop-indexer:
<<: *common-settings
container_name: indexer-uop
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/hemera-indexer.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROVIDER_URI=https://eth.llamarpc.com
DEBUG_PROVIDER_URI=https://eth.llamarpc.com
PROVIDER_URI=https://ethereum.publicnode.com
DEBUG_PROVIDER_URI=https://ethereum.publicnode.com
START_BLOCK=20159954
POSTGRES_URL=postgresql://user:Ts6YZSrGegXr8PPONtHcSLAHDGd1fjwHBjFZ6WVNpgiOmGf7ghYXl0I1@postgresql:5432/postgres
OUTPUT=postgres
Expand Down

0 comments on commit 2876d8f

Please sign in to comment.