no http
This commit is contained in:
@@ -118,7 +118,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://base-mainnet:10010
|
||||
- --relayer-source=base-mainnet:10010
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- base-mainnet
|
||||
@@ -144,7 +144,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://base-mainnet-firehose:10014
|
||||
- --common-live-blocks-addr=base-mainnet-firehose:10014
|
||||
- --log-to-file=false
|
||||
- --substreams-rpc-endpoints=${BASE_MAINNET_EXECUTION_ARCHIVE_RPC}
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -119,7 +119,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://op-mainnet:10010
|
||||
- --relayer-source=op-mainnet:10010
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- op-mainnet
|
||||
@@ -145,7 +145,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://op-mainnet-firehose:10014
|
||||
- --common-live-blocks-addr=op-mainnet-firehose:10014
|
||||
- --log-to-file=false
|
||||
- --substreams-rpc-endpoints=${OP_MAINNET_EXECUTION_ARCHIVE_RPC}
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -118,7 +118,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://unichain-mainnet:10010
|
||||
- --relayer-source=unichain-mainnet:10010
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- unichain-mainnet
|
||||
@@ -144,7 +144,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://unichain-mainnet-firehose:10014
|
||||
- --common-live-blocks-addr=unichain-mainnet-firehose:10014
|
||||
- --log-to-file=false
|
||||
- --substreams-rpc-endpoints=${UNICHAIN_MAINNET_EXECUTION_ARCHIVE_RPC}
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user