Skip to content

Commit

Permalink
Modify default rpc and entity_type
Browse files Browse the repository at this point in the history
  • Loading branch information
ideal93 committed Sep 29, 2024
1 parent 9ba1ed2 commit d39a4ca
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 d39a4ca

Please sign in to comment.