This commit is contained in:
Para Dox
2025-04-13 20:42:08 +07:00
parent a919bcdbbc
commit 8ba07ac2cf
178 changed files with 282 additions and 228 deletions

View File

@@ -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

View File

@@ -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}

View File

@@ -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

View File

@@ -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}

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# False # False
# #
# True # arb
services: services:
arbitrum-nova: arbitrum-nova:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# False # False
# #
# True # arb
services: services:
arbitrum-one: arbitrum-one:

View File

@@ -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:

View File

@@ -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

View File

@@ -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}

View File

@@ -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

View File

@@ -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}

View File

@@ -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

View File

@@ -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}

View File

@@ -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}

View File

@@ -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

View File

@@ -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}

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# True # True
# #
# False # bsc
services: services:
bsc-chapel: bsc-chapel:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# True # True
# #
# False # bsc
services: services:
bsc-mainnet: bsc-mainnet:

View File

@@ -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:

View File

@@ -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:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# True # True
# #
# False # core
services: services:
core-buffalo: core-buffalo:

View File

@@ -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:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# True # True
# #
# False # core
services: services:
core-mainnet: core-mainnet:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# True # True
# #
# False # core
services: services:
core-pigeon: core-pigeon:

View File

@@ -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:

View File

@@ -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:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# False # False
# #
# # ethereum
services: services:
ethereum-holesky: ethereum-holesky:

View File

@@ -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:

View File

@@ -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:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# False # False
# #
# # ethereum
services: services:
ethereum-mainnet: ethereum-mainnet:

View File

@@ -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:

View File

@@ -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:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# False # False
# #
# # ethereum
services: services:
ethereum-sepolia: ethereum-sepolia:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# False # False
# #
# False # ethereum
services: services:
ethereum-holesky: ethereum-holesky:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# False # False
# #
# False # ethereum
services: services:
ethereum-mainnet: ethereum-mainnet:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# False # False
# #
# False # ethereum
services: services:
ethereum-sepolia: ethereum-sepolia:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# False # False
# #
# # fantom
services: services:
fantom-mainnet: fantom-mainnet:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# False # False
# #
# # fantom
services: services:
fantom-mainnet: fantom-mainnet:

View File

@@ -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:

View File

@@ -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:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# False # False
# #
# # fantom
services: services:
fantom-testnet: fantom-testnet:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# False # False
# #
# # fantom
services: services:
fantom-testnet: fantom-testnet:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# False # False
# #
# # gnosis
services: services:
gnosis-chiado: gnosis-chiado:

View File

@@ -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:

View File

@@ -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:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# False # False
# #
# # gnosis
services: services:
gnosis-mainnet: gnosis-mainnet:

View File

@@ -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:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# True # True
# #
# False # goat
services: services:
goat-mainnet: goat-mainnet:

View File

@@ -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:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# True # True
# #
# False # goat
services: services:
goat-testnet3: goat-testnet3:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# False # False
# #
# False # haqq
services: services:
haqq-mainnet: haqq-mainnet:

View File

@@ -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:

View File

@@ -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:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# True # True
# #
# # linea
services: services:
linea-mainnet: linea-mainnet:

View File

@@ -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:

View File

@@ -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:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# True # True
# #
# # linea
services: services:
linea-sepolia: linea-sepolia:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# False # False
# #
# True # op
services: services:
base-mainnet: base-mainnet:

View File

@@ -2,7 +2,7 @@
# use at your own risk # use at your own risk
# False # False
# #
# True # op
services: services:
base-sepolia: base-sepolia:

View File

@@ -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:

View File

@@ -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