Skip to content

Commit

Permalink
Fixed devel/standard config to work properly
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Oct 3, 2023
1 parent f2404c4 commit feef69c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
Binary file modified devel/standard/miner/bootstrap.tar.zst
Binary file not shown.
25 changes: 20 additions & 5 deletions devel/standard/standard.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,32 @@
start:
args:
- merger
- firehose
- reader-node
- node
- reader-node
- merger
- relayer
- combined-index-builder
- firehose
- substreams-tier1
- substreams-tier2
flags:
node-role: dev-miner
node-bootstrap-data-url: ./miner/bootstrap.tar.zst
node-log-to-zap: false
reader-node-bootstrap-data-url: ./reader/genesis.json
reader-node-enforce-peers: localhost:13041 # App `node` manager API port
reader-node-arguments: +--firehose-genesis-file=./reader/genesis.json --authrpc.port=8552
reader-node-log-to-zap: false
merger-time-between-store-pruning: 10s
substreams-enabled: true
substreams-rpc-endpoints: "http://localhost:8545"
firehose-grpc-listen-addr: :8089
#substreams-rpc-endpoints: $ETH_MAINNET_RPC # replace with eth mainnet rpc endpoint
substreams-rpc-cache-chunk-size: 100
substreams-state-bundle-size: 100
substreams-tier1-grpc-listen-addr: :9000
substreams-tier1-subrequests-insecure: false
substreams-tier1-subrequests-plaintext: true
substreams-tier1-subrequests-endpoint: :9001
substreams-tier1-max-subrequests: 5
substreams-tier2-grpc-listen-addr: :9001



0 comments on commit feef69c

Please sign in to comment.