fix
This commit is contained in:
@@ -57,7 +57,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ${ALEPHZERO_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-alephzero-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum
|
- ${ALEPHZERO_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-alephzero-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum
|
||||||
- ./arb/mainnet:/config
|
- ./arb/alephzero/-mainnet:/config
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# True
|
# arb
|
||||||
|
|
||||||
services:
|
services:
|
||||||
alephzero-mainnet:
|
alephzero-mainnet:
|
||||||
@@ -25,9 +25,10 @@ services:
|
|||||||
- 8545
|
- 8545
|
||||||
- 8551
|
- 8551
|
||||||
command:
|
command:
|
||||||
- --chain.id=41455
|
- --conf.file=/config/baseConfig.json
|
||||||
- --execution.caching.archive=false
|
- --execution.caching.archive=false
|
||||||
- --execution.caching.state-scheme=path
|
- --execution.caching.state-scheme=path
|
||||||
|
- --execution.forwarding-target=https://rpc.alephzero.raas.gelato.cloud
|
||||||
- --execution.rpc.gas-cap=600000000
|
- --execution.rpc.gas-cap=600000000
|
||||||
- --execution.sequencer.enable=false
|
- --execution.sequencer.enable=false
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
@@ -35,6 +36,12 @@ services:
|
|||||||
- --http.corsdomain=*
|
- --http.corsdomain=*
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.alephzero.raas.gelato.cloud
|
||||||
|
- --node.data-availability.sequencer-inbox-address=0x1411949971076304187394088912578077660717096867958
|
||||||
|
- --node.feed.input.url=wss://feed.alephzero.raas.gelato.cloud
|
||||||
- --node.sequencer=false
|
- --node.sequencer=false
|
||||||
- --node.staker.enable=false
|
- --node.staker.enable=false
|
||||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ${ALEPHZERO_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-alephzero-sepolia-nitro-archive-leveldb-hash}:/root/.arbitrum
|
- ${ALEPHZERO_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-alephzero-sepolia-nitro-archive-leveldb-hash}:/root/.arbitrum
|
||||||
- ./arb/sepolia:/config
|
- ./arb/alephzero/-sepolia:/config
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# True
|
# arb
|
||||||
|
|
||||||
services:
|
services:
|
||||||
alephzero-sepolia:
|
alephzero-sepolia:
|
||||||
@@ -25,9 +25,10 @@ services:
|
|||||||
- 8545
|
- 8545
|
||||||
- 8551
|
- 8551
|
||||||
command:
|
command:
|
||||||
- --chain.id=2039
|
- --conf.file=/config/baseConfig.json
|
||||||
- --execution.caching.archive=false
|
- --execution.caching.archive=false
|
||||||
- --execution.caching.state-scheme=path
|
- --execution.caching.state-scheme=path
|
||||||
|
- --execution.forwarding-target=https://rpc.alephzero-testnet.gelato.digital
|
||||||
- --execution.rpc.gas-cap=600000000
|
- --execution.rpc.gas-cap=600000000
|
||||||
- --execution.sequencer.enable=false
|
- --execution.sequencer.enable=false
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
@@ -35,6 +36,12 @@ services:
|
|||||||
- --http.corsdomain=*
|
- --http.corsdomain=*
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.alephzero-testnet.gelato.digital
|
||||||
|
- --node.data-availability.sequencer-inbox-address=0x130937498521962644184395825246273622310592356541
|
||||||
|
- --node.feed.input.url=wss://feed.alephzero-testnet.gelato.digital
|
||||||
- --node.sequencer=false
|
- --node.sequencer=false
|
||||||
- --node.staker.enable=false
|
- --node.staker.enable=false
|
||||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST}
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# arb
|
||||||
|
|
||||||
services:
|
services:
|
||||||
arbitrum-nova:
|
arbitrum-nova:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# arb
|
||||||
|
|
||||||
services:
|
services:
|
||||||
arbitrum-one:
|
arbitrum-one:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# arb
|
||||||
|
|
||||||
services:
|
services:
|
||||||
arbitrum-sepolia-archive:
|
arbitrum-sepolia-archive:
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONNEXT_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-connext-sepolia-nitro-archive-leveldb-hash}:/root/.arbitrum
|
- ${CONNEXT_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-connext-sepolia-nitro-archive-leveldb-hash}:/root/.arbitrum
|
||||||
- ./arb/sepolia:/config
|
- ./arb/connext/-sepolia:/config
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# True
|
# arb
|
||||||
|
|
||||||
services:
|
services:
|
||||||
connext-sepolia:
|
connext-sepolia:
|
||||||
@@ -25,9 +25,10 @@ services:
|
|||||||
- 8545
|
- 8545
|
||||||
- 8551
|
- 8551
|
||||||
command:
|
command:
|
||||||
- --chain.id=6398
|
- --conf.file=/config/baseConfig.json
|
||||||
- --execution.caching.archive=false
|
- --execution.caching.archive=false
|
||||||
- --execution.caching.state-scheme=path
|
- --execution.caching.state-scheme=path
|
||||||
|
- --execution.forwarding-target=https://rpc.connext-sepolia.gelato.digital
|
||||||
- --execution.rpc.gas-cap=600000000
|
- --execution.rpc.gas-cap=600000000
|
||||||
- --execution.sequencer.enable=false
|
- --execution.sequencer.enable=false
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
@@ -35,6 +36,12 @@ services:
|
|||||||
- --http.corsdomain=*
|
- --http.corsdomain=*
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.connext-sepolia.gelato.digital
|
||||||
|
- --node.data-availability.sequencer-inbox-address=0x727095791318912381473707332248435763608420056676
|
||||||
|
- --node.feed.input.url=wss://feed.connext-sepolia.gelato.digital
|
||||||
- --node.sequencer=false
|
- --node.sequencer=false
|
||||||
- --node.staker.enable=false
|
- --node.staker.enable=false
|
||||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST}
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ${EVERCLEAR_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-everclear-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum
|
- ${EVERCLEAR_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-everclear-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum
|
||||||
- ./arb/mainnet:/config
|
- ./arb/everclear/-mainnet:/config
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# True
|
# arb
|
||||||
|
|
||||||
services:
|
services:
|
||||||
everclear-mainnet:
|
everclear-mainnet:
|
||||||
@@ -25,9 +25,10 @@ services:
|
|||||||
- 8545
|
- 8545
|
||||||
- 8551
|
- 8551
|
||||||
command:
|
command:
|
||||||
- --chain.id=25327
|
- --conf.file=/config/baseConfig.json
|
||||||
- --execution.caching.archive=false
|
- --execution.caching.archive=false
|
||||||
- --execution.caching.state-scheme=path
|
- --execution.caching.state-scheme=path
|
||||||
|
- --execution.forwarding-target=https://rpc.everclear.raas.gelato.cloud
|
||||||
- --execution.rpc.gas-cap=600000000
|
- --execution.rpc.gas-cap=600000000
|
||||||
- --execution.sequencer.enable=false
|
- --execution.sequencer.enable=false
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
@@ -35,6 +36,12 @@ services:
|
|||||||
- --http.corsdomain=*
|
- --http.corsdomain=*
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.everclear.raas.gelato.cloud
|
||||||
|
- --node.data-availability.sequencer-inbox-address=0x727095791318912381473707332248435763608420056676
|
||||||
|
- --node.feed.input.url=wss://feed.everclear.raas.gelato.cloud
|
||||||
- --node.sequencer=false
|
- --node.sequencer=false
|
||||||
- --node.staker.enable=false
|
- --node.staker.enable=false
|
||||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ${OPENCAMPUSCODEX_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-opencampuscodex-sepolia-nitro-archive-leveldb-hash}:/root/.arbitrum
|
- ${OPENCAMPUSCODEX_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-opencampuscodex-sepolia-nitro-archive-leveldb-hash}:/root/.arbitrum
|
||||||
- ./arb/sepolia:/config
|
- ./arb/opencampuscodex/arbitrum-sepolia:/config
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# True
|
# arb
|
||||||
|
|
||||||
services:
|
services:
|
||||||
opencampuscodex-sepolia:
|
opencampuscodex-sepolia:
|
||||||
@@ -25,9 +25,10 @@ services:
|
|||||||
- 8545
|
- 8545
|
||||||
- 8551
|
- 8551
|
||||||
command:
|
command:
|
||||||
- --chain.id=656476
|
- --conf.file=/config/baseConfig.json
|
||||||
- --execution.caching.archive=false
|
- --execution.caching.archive=false
|
||||||
- --execution.caching.state-scheme=path
|
- --execution.caching.state-scheme=path
|
||||||
|
- --execution.forwarding-target=https://rpc.open-campus-codex.gelato.digital
|
||||||
- --execution.rpc.gas-cap=600000000
|
- --execution.rpc.gas-cap=600000000
|
||||||
- --execution.sequencer.enable=false
|
- --execution.sequencer.enable=false
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
@@ -35,6 +36,12 @@ services:
|
|||||||
- --http.corsdomain=*
|
- --http.corsdomain=*
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ARBITRUM_SEPOLIA_EXECUTION_RPC}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.open-campus-codex.gelato.digital
|
||||||
|
- --node.data-availability.sequencer-inbox-address=0xe347C1223381b9Dcd6c0F61cf81c90175A7Bae77
|
||||||
|
- --node.feed.input.url=wss://feed.open-campus-codex.gelato.digital
|
||||||
- --node.sequencer=false
|
- --node.sequencer=false
|
||||||
- --node.staker.enable=false
|
- --node.staker.enable=false
|
||||||
- --parent-chain.connection.url=${ARBITRUM_SEPOLIA_EXECUTION_RPC}
|
- --parent-chain.connection.url=${ARBITRUM_SEPOLIA_EXECUTION_RPC}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# arb
|
||||||
|
|
||||||
services:
|
services:
|
||||||
playblock-mainnet:
|
playblock-mainnet:
|
||||||
@@ -25,9 +25,10 @@ services:
|
|||||||
- 8545
|
- 8545
|
||||||
- 8551
|
- 8551
|
||||||
command:
|
command:
|
||||||
- --chain.id=1829
|
- --conf.file=/config/baseConfig.json
|
||||||
- --execution.caching.archive=false
|
- --execution.caching.archive=false
|
||||||
- --execution.caching.state-scheme=path
|
- --execution.caching.state-scheme=path
|
||||||
|
- --execution.forwarding-target=https://rpc.playblock.io
|
||||||
- --execution.rpc.gas-cap=600000000
|
- --execution.rpc.gas-cap=600000000
|
||||||
- --execution.sequencer.enable=false
|
- --execution.sequencer.enable=false
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
@@ -35,6 +36,12 @@ services:
|
|||||||
- --http.corsdomain=*
|
- --http.corsdomain=*
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.playblock.io
|
||||||
|
- --node.data-availability.sequencer-inbox-address=0x1297541082195356755105700451499873350464260779639
|
||||||
|
- --node.feed.input.url=wss://feed.playblock.io
|
||||||
- --node.sequencer=false
|
- --node.sequencer=false
|
||||||
- --node.staker.enable=false
|
- --node.staker.enable=false
|
||||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ${REAL_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-real-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum
|
- ${REAL_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-real-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum
|
||||||
- ./arb/mainnet:/config
|
- ./arb/real/-mainnet:/config
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# True
|
# arb
|
||||||
|
|
||||||
services:
|
services:
|
||||||
real-mainnet:
|
real-mainnet:
|
||||||
@@ -25,9 +25,10 @@ services:
|
|||||||
- 8545
|
- 8545
|
||||||
- 8551
|
- 8551
|
||||||
command:
|
command:
|
||||||
- --chain.id=111188
|
- --conf.file=/config/baseConfig.json
|
||||||
- --execution.caching.archive=false
|
- --execution.caching.archive=false
|
||||||
- --execution.caching.state-scheme=path
|
- --execution.caching.state-scheme=path
|
||||||
|
- --execution.forwarding-target=https://rpc.realforreal.gelato.digital
|
||||||
- --execution.rpc.gas-cap=600000000
|
- --execution.rpc.gas-cap=600000000
|
||||||
- --execution.sequencer.enable=false
|
- --execution.sequencer.enable=false
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
@@ -35,6 +36,12 @@ services:
|
|||||||
- --http.corsdomain=*
|
- --http.corsdomain=*
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.realforreal.gelato.digital
|
||||||
|
- --node.data-availability.sequencer-inbox-address=0x466813324240923703236721233648302990016039913376
|
||||||
|
- --node.feed.input.url=wss://feed.realforreal.gelato.digital
|
||||||
- --node.sequencer=false
|
- --node.sequencer=false
|
||||||
- --node.staker.enable=false
|
- --node.staker.enable=false
|
||||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
#
|
# avalanche
|
||||||
|
|
||||||
services:
|
services:
|
||||||
avalanche-fuji-archive-client:
|
avalanche-fuji-archive-client:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# False
|
# avalanche
|
||||||
|
|
||||||
services:
|
services:
|
||||||
avalanche-fuji-client:
|
avalanche-fuji-client:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
#
|
# avalanche
|
||||||
|
|
||||||
services:
|
services:
|
||||||
avalanche-mainnet-archive-client:
|
avalanche-mainnet-archive-client:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# False
|
# avalanche
|
||||||
|
|
||||||
services:
|
services:
|
||||||
avalanche-mainnet-client:
|
avalanche-mainnet-client:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# berachain
|
||||||
|
|
||||||
services:
|
services:
|
||||||
berachain-bartio-archive:
|
berachain-bartio-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# berachain
|
||||||
|
|
||||||
services:
|
services:
|
||||||
berachain-bepolia-archive:
|
berachain-bepolia-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# berachain
|
||||||
|
|
||||||
services:
|
services:
|
||||||
berachain-mainnet-archive:
|
berachain-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# False
|
# bsc
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bsc-chapel:
|
bsc-chapel:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# False
|
# bsc
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bsc-mainnet:
|
bsc-mainnet:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# celo
|
||||||
|
|
||||||
services:
|
services:
|
||||||
celo-alfajores-archive:
|
celo-alfajores-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# celo
|
||||||
|
|
||||||
services:
|
services:
|
||||||
celo-mainnet-archive:
|
celo-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# False
|
# core
|
||||||
|
|
||||||
services:
|
services:
|
||||||
core-buffalo:
|
core-buffalo:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
#
|
# core
|
||||||
|
|
||||||
services:
|
services:
|
||||||
core-mainnet-archive:
|
core-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# False
|
# core
|
||||||
|
|
||||||
services:
|
services:
|
||||||
core-mainnet:
|
core-mainnet:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# False
|
# core
|
||||||
|
|
||||||
services:
|
services:
|
||||||
core-pigeon:
|
core-pigeon:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# ethereum
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-holesky-archive:
|
ethereum-holesky-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
#
|
# ethereum
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-holesky-minimal:
|
ethereum-holesky-minimal:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
#
|
# ethereum
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-holesky:
|
ethereum-holesky:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# ethereum
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-mainnet-archive:
|
ethereum-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
#
|
# ethereum
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-mainnet-minimal:
|
ethereum-mainnet-minimal:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
#
|
# ethereum
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-mainnet:
|
ethereum-mainnet:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# ethereum
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-sepolia-archive:
|
ethereum-sepolia-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
#
|
# ethereum
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-sepolia-minimal:
|
ethereum-sepolia-minimal:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
#
|
# ethereum
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-sepolia:
|
ethereum-sepolia:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# ethereum
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-holesky:
|
ethereum-holesky:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# ethereum
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-mainnet:
|
ethereum-mainnet:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# ethereum
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-sepolia:
|
ethereum-sepolia:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# ethereum
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-holesky-archive:
|
ethereum-holesky-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# ethereum
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-mainnet-archive:
|
ethereum-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# ethereum
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-sepolia-archive:
|
ethereum-sepolia-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# fantom
|
||||||
|
|
||||||
services:
|
services:
|
||||||
fantom-mainnet-archive:
|
fantom-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
#
|
# fantom
|
||||||
|
|
||||||
services:
|
services:
|
||||||
fantom-mainnet-archive:
|
fantom-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
#
|
# fantom
|
||||||
|
|
||||||
services:
|
services:
|
||||||
fantom-mainnet:
|
fantom-mainnet:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
#
|
# fantom
|
||||||
|
|
||||||
services:
|
services:
|
||||||
fantom-mainnet:
|
fantom-mainnet:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# fantom
|
||||||
|
|
||||||
services:
|
services:
|
||||||
fantom-testnet-archive:
|
fantom-testnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
#
|
# fantom
|
||||||
|
|
||||||
services:
|
services:
|
||||||
fantom-testnet-archive:
|
fantom-testnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
#
|
# fantom
|
||||||
|
|
||||||
services:
|
services:
|
||||||
fantom-testnet:
|
fantom-testnet:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
#
|
# fantom
|
||||||
|
|
||||||
services:
|
services:
|
||||||
fantom-testnet:
|
fantom-testnet:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# fantom
|
||||||
|
|
||||||
services:
|
services:
|
||||||
fantom-mainnet-archive:
|
fantom-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# fantom
|
||||||
|
|
||||||
services:
|
services:
|
||||||
fantom-testnet-archive:
|
fantom-testnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# gnosis
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gnosis-chiado-archive:
|
gnosis-chiado-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
#
|
# gnosis
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gnosis-chiado-minimal:
|
gnosis-chiado-minimal:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
#
|
# gnosis
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gnosis-chiado:
|
gnosis-chiado:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# gnosis
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gnosis-mainnet-archive:
|
gnosis-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
#
|
# gnosis
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gnosis-mainnet-minimal:
|
gnosis-mainnet-minimal:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
#
|
# gnosis
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gnosis-mainnet:
|
gnosis-mainnet:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
#
|
# goat
|
||||||
|
|
||||||
services:
|
services:
|
||||||
goat-mainnet-archive:
|
goat-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# False
|
# goat
|
||||||
|
|
||||||
services:
|
services:
|
||||||
goat-mainnet:
|
goat-mainnet:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
#
|
# goat
|
||||||
|
|
||||||
services:
|
services:
|
||||||
goat-testnet3-archive:
|
goat-testnet3-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# False
|
# goat
|
||||||
|
|
||||||
services:
|
services:
|
||||||
goat-testnet3:
|
goat-testnet3:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# False
|
# haqq
|
||||||
|
|
||||||
services:
|
services:
|
||||||
haqq-mainnet:
|
haqq-mainnet:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# False
|
# linea
|
||||||
|
|
||||||
services:
|
services:
|
||||||
linea-mainnet-archive:
|
linea-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
#
|
# linea
|
||||||
|
|
||||||
services:
|
services:
|
||||||
linea-mainnet-minimal:
|
linea-mainnet-minimal:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
#
|
# linea
|
||||||
|
|
||||||
services:
|
services:
|
||||||
linea-mainnet:
|
linea-mainnet:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# False
|
# linea
|
||||||
|
|
||||||
services:
|
services:
|
||||||
linea-sepolia-archive:
|
linea-sepolia-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
#
|
# linea
|
||||||
|
|
||||||
services:
|
services:
|
||||||
linea-sepolia-minimal:
|
linea-sepolia-minimal:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
#
|
# linea
|
||||||
|
|
||||||
services:
|
services:
|
||||||
linea-sepolia:
|
linea-sepolia:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
base-mainnet-archive:
|
base-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
base-sepolia-archive:
|
base-sepolia-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bob-mainnet-archive:
|
bob-mainnet-archive:
|
||||||
@@ -104,7 +104,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ./op/mainnet:/config
|
- ./op/bob/-mainnet:/config
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
boba-mainnet-archive:
|
boba-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
boba-sepolia-archive:
|
boba-sepolia-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
hashkeychain-mainnet-archive:
|
hashkeychain-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ink-mainnet-archive:
|
ink-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ink-sepolia-archive:
|
ink-sepolia-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
lisk-mainnet-archive:
|
lisk-mainnet-archive:
|
||||||
@@ -105,7 +105,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ./op/mainnet:/config
|
- ./op/lisk/-mainnet:/config
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
metal-mainnet-archive:
|
metal-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mode-mainnet-archive:
|
mode-mainnet-archive:
|
||||||
@@ -104,7 +104,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ./op/mainnet:/config
|
- ./op/mode/-mainnet:/config
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mode-sepolia-archive:
|
mode-sepolia-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
op-mainnet-archive:
|
op-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
op-sepolia-archive:
|
op-sepolia-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
snax-mainnet-archive:
|
snax-mainnet-archive:
|
||||||
@@ -104,7 +104,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ./op/mainnet:/config
|
- ./op/snax/-mainnet:/config
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
soneium-minato-archive:
|
soneium-minato-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
swell-mainnet-archive:
|
swell-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
unichain-mainnet-archive:
|
unichain-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
unichain-sepolia-archive:
|
unichain-sepolia-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
worldchain-mainnet-archive:
|
worldchain-mainnet-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
worldchain-sepolia-archive:
|
worldchain-sepolia-archive:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
zora-mainnet-archive:
|
zora-mainnet-archive:
|
||||||
@@ -104,7 +104,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ./op/mainnet:/config
|
- ./op/zora/-mainnet:/config
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
zora-sepolia-archive:
|
zora-sepolia-archive:
|
||||||
@@ -105,7 +105,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ./op/sepolia:/config
|
- ./op/zora/-sepolia:/config
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
base-mainnet:
|
base-mainnet:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# False
|
# False
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
base-sepolia:
|
base-sepolia:
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ${BLAST_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-blast-mainnet-op-geth-archive-leveldb-hash}:/data
|
- ${BLAST_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-blast-mainnet-op-geth-archive-leveldb-hash}:/data
|
||||||
- ./op/mainnet:/config
|
- ./op/blast/-mainnet:/config
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
labels:
|
labels:
|
||||||
@@ -107,7 +107,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ./op/mainnet:/config
|
- ./op/blast/-mainnet:/config
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# use at your own risk
|
# use at your own risk
|
||||||
# True
|
# True
|
||||||
#
|
#
|
||||||
# True
|
# op
|
||||||
|
|
||||||
services:
|
services:
|
||||||
blast-mainnet:
|
blast-mainnet:
|
||||||
@@ -107,7 +107,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ./op/mainnet:/config
|
- ./op/blast/-mainnet:/config
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user