Skip to content

Commit

Permalink
update on local yaml config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Voiculescu committed Jun 2, 2022
1 parent bc7e854 commit 1749308
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions devel/bsc-local/bsc-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ start:
substreams-partial-mode-enabled: true
substreams-rpc-endpoints: "$BSC_SUBSTREAMS_RPC_ENDPOINT"
substreams-stores-save-interval: 100
substreams-sub-request-parallel-jobs: 5
substreams-sub-request-block-range-size: 100
4 changes: 3 additions & 1 deletion devel/eth-local/eth-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ start:
firehose-block-index-url: gs://dfuseio-global-blocks-us/eth-mainnet/idx
firehose-grpc-listen-addr: ":9000"
substreams-enabled: true
substreams-partial-mode-enabled: true
substreams-rpc-endpoints: "$ETH_MAINNET_RPC"
substreams-rpc-cache-store-url: ./rpc-cache
substreams-stores-save-interval: 100
substreams-sub-request-parallel-jobs: 5
substreams-sub-request-block-range-size: 10

0 comments on commit 1749308

Please sign in to comment.