This commit is contained in:
Para Dox
2025-05-20 22:28:39 +07:00
parent 1dc50366cb
commit bc12f3d42c
10 changed files with 20 additions and 20 deletions

View File

@@ -112,7 +112,7 @@ services:
entrypoint: [sh, -c, exec fireeth --config-file="" --log-to-file=false start firehose index-builder relayer merger $@, _]
command:
- --log-to-file=false
- --relayer-source=http://bsc-mainnet:10010
- --relayer-source=bsc-mainnet:10010
restart: unless-stopped
depends_on:
- bsc-mainnet
@@ -138,7 +138,7 @@ services:
- 10016
entrypoint: [sh, -c, exec fireeth --config-file="" --log-to-file=false start substreams-tier1 substreams-tier2 $@, _]
command:
- --common-live-blocks-addr=http://bsc-mainnet-firehose:10014
- --common-live-blocks-addr=bsc-mainnet-firehose:10014
- --log-to-file=false
- --substreams-rpc-endpoints=${BSC_MAINNET_EXECUTION_ARCHIVE_RPC}
restart: unless-stopped