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

@@ -113,7 +113,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://polygon-mainnet:10010
- --relayer-source=polygon-mainnet:10010
restart: unless-stopped
depends_on:
- polygon-mainnet
@@ -139,7 +139,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://polygon-mainnet-firehose:10014
- --common-live-blocks-addr=polygon-mainnet-firehose:10014
- --log-to-file=false
- --substreams-rpc-endpoints=${POLYGON_MAINNET_EXECUTION_ARCHIVE_RPC}
restart: unless-stopped