Skip to content

Commit

Permalink
Removing local flag (#15)
Browse files Browse the repository at this point in the history
* Removing local flag

* Fixing docs

* Reseting histoflux crate

* Fixing remaining issues with substreams

* Fixing prometheus issues

* Fixing docker compose
  • Loading branch information
leboiko authored Dec 5, 2024
1 parent dd037f3 commit a15e8f1
Show file tree
Hide file tree
Showing 23 changed files with 205 additions and 232 deletions.
3 changes: 2 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RPC_URL_MAINNET=
SUBSTREAMS_API_TOKEN=

API_PORT=3000
CONSUMER_METRICS_API_PORT=3002
CONSUMER_TYPE=sqs
DATABASE_URL="postgres://testuser:test@database:5435/storage"
DECODED_LOGS_QUEUE_URL="http://sqs.us-east-1.localhost.localstack.cloud:4566/000000000000/decoded_logs"
Expand Down Expand Up @@ -36,4 +37,4 @@ SUBSTREAMS_API_TOKEN=
SUBSTREAMS_ENDPOINT=https://base-mainnet.streamingfast.io:443
SUBSTREAMS_MODULE=filtered_events
SUBSTREAMS_PACKAGE=https://spkg.io/streamingfast/ethereum-common-v0.3.0.spkg
SUBSTREAMS_START_BLOCK=18528268
SUBSTREAMS_START_BLOCK=18528268
Loading

0 comments on commit a15e8f1

Please sign in to comment.