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
volumes:
- ${ALEPHZERO_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-alephzero-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum
- ./arb/mainnet:/config
- ./arb/alephzero/-mainnet:/config
- /slowdisk:/slowdisk
labels:
- traefik.enable=true

View File

@@ -2,7 +2,7 @@
# use at your own risk
# True
#
# True
# arb
services:
alephzero-mainnet:
@@ -25,9 +25,10 @@ services:
- 8545
- 8551
command:
- --chain.id=41455
- --conf.file=/config/baseConfig.json
- --execution.caching.archive=false
- --execution.caching.state-scheme=path
- --execution.forwarding-target=https://rpc.alephzero.raas.gelato.cloud
- --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false
- --http.addr=0.0.0.0
@@ -35,6 +36,12 @@ services:
- --http.corsdomain=*
- --http.vhosts=*
- --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.staker.enable=false
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}

View File

@@ -57,7 +57,7 @@ services:
- chains
volumes:
- ${ALEPHZERO_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-alephzero-sepolia-nitro-archive-leveldb-hash}:/root/.arbitrum
- ./arb/sepolia:/config
- ./arb/alephzero/-sepolia:/config
- /slowdisk:/slowdisk
labels:
- traefik.enable=true

View File

@@ -2,7 +2,7 @@
# use at your own risk
# True
#
# True
# arb
services:
alephzero-sepolia:
@@ -25,9 +25,10 @@ services:
- 8545
- 8551
command:
- --chain.id=2039
- --conf.file=/config/baseConfig.json
- --execution.caching.archive=false
- --execution.caching.state-scheme=path
- --execution.forwarding-target=https://rpc.alephzero-testnet.gelato.digital
- --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false
- --http.addr=0.0.0.0
@@ -35,6 +36,12 @@ services:
- --http.corsdomain=*
- --http.vhosts=*
- --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.staker.enable=false
- --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST}

View File

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

View File

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

View File

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

View File

@@ -57,7 +57,7 @@ services:
- chains
volumes:
- ${CONNEXT_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-connext-sepolia-nitro-archive-leveldb-hash}:/root/.arbitrum
- ./arb/sepolia:/config
- ./arb/connext/-sepolia:/config
- /slowdisk:/slowdisk
labels:
- traefik.enable=true

View File

@@ -2,7 +2,7 @@
# use at your own risk
# True
#
# True
# arb
services:
connext-sepolia:
@@ -25,9 +25,10 @@ services:
- 8545
- 8551
command:
- --chain.id=6398
- --conf.file=/config/baseConfig.json
- --execution.caching.archive=false
- --execution.caching.state-scheme=path
- --execution.forwarding-target=https://rpc.connext-sepolia.gelato.digital
- --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false
- --http.addr=0.0.0.0
@@ -35,6 +36,12 @@ services:
- --http.corsdomain=*
- --http.vhosts=*
- --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.staker.enable=false
- --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST}

View File

@@ -57,7 +57,7 @@ services:
- chains
volumes:
- ${EVERCLEAR_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-everclear-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum
- ./arb/mainnet:/config
- ./arb/everclear/-mainnet:/config
- /slowdisk:/slowdisk
labels:
- traefik.enable=true

View File

@@ -2,7 +2,7 @@
# use at your own risk
# True
#
# True
# arb
services:
everclear-mainnet:
@@ -25,9 +25,10 @@ services:
- 8545
- 8551
command:
- --chain.id=25327
- --conf.file=/config/baseConfig.json
- --execution.caching.archive=false
- --execution.caching.state-scheme=path
- --execution.forwarding-target=https://rpc.everclear.raas.gelato.cloud
- --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false
- --http.addr=0.0.0.0
@@ -35,6 +36,12 @@ services:
- --http.corsdomain=*
- --http.vhosts=*
- --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.staker.enable=false
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}

View File

@@ -56,7 +56,7 @@ services:
- chains
volumes:
- ${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
labels:
- traefik.enable=true

View File

@@ -2,7 +2,7 @@
# use at your own risk
# True
#
# True
# arb
services:
opencampuscodex-sepolia:
@@ -25,9 +25,10 @@ services:
- 8545
- 8551
command:
- --chain.id=656476
- --conf.file=/config/baseConfig.json
- --execution.caching.archive=false
- --execution.caching.state-scheme=path
- --execution.forwarding-target=https://rpc.open-campus-codex.gelato.digital
- --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false
- --http.addr=0.0.0.0
@@ -35,6 +36,12 @@ services:
- --http.corsdomain=*
- --http.vhosts=*
- --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.staker.enable=false
- --parent-chain.connection.url=${ARBITRUM_SEPOLIA_EXECUTION_RPC}

View File

@@ -2,7 +2,7 @@
# use at your own risk
# False
#
# True
# arb
services:
playblock-mainnet:
@@ -25,9 +25,10 @@ services:
- 8545
- 8551
command:
- --chain.id=1829
- --conf.file=/config/baseConfig.json
- --execution.caching.archive=false
- --execution.caching.state-scheme=path
- --execution.forwarding-target=https://rpc.playblock.io
- --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false
- --http.addr=0.0.0.0
@@ -35,6 +36,12 @@ services:
- --http.corsdomain=*
- --http.vhosts=*
- --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.staker.enable=false
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}

View File

@@ -57,7 +57,7 @@ services:
- chains
volumes:
- ${REAL_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-real-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum
- ./arb/mainnet:/config
- ./arb/real/-mainnet:/config
- /slowdisk:/slowdisk
labels:
- traefik.enable=true

View File

@@ -2,7 +2,7 @@
# use at your own risk
# True
#
# True
# arb
services:
real-mainnet:
@@ -25,9 +25,10 @@ services:
- 8545
- 8551
command:
- --chain.id=111188
- --conf.file=/config/baseConfig.json
- --execution.caching.archive=false
- --execution.caching.state-scheme=path
- --execution.forwarding-target=https://rpc.realforreal.gelato.digital
- --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false
- --http.addr=0.0.0.0
@@ -35,6 +36,12 @@ services:
- --http.corsdomain=*
- --http.vhosts=*
- --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.staker.enable=false
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}

View File

@@ -2,7 +2,7 @@
# use at your own risk
# True
#
#
# avalanche
services:
avalanche-fuji-archive-client:

View File

@@ -2,7 +2,7 @@
# use at your own risk
# True
#
# False
# avalanche
services:
avalanche-fuji-client:

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
# use at your own risk
# False
#
# False
# berachain
services:
berachain-bartio-archive:

View File

@@ -2,7 +2,7 @@
# use at your own risk
# False
#
# False
# berachain
services:
berachain-bepolia-archive:

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
# use at your own risk
# False
#
# False
# celo
services:
celo-alfajores-archive:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
# use at your own risk
# True
#
# True
# op
services:
bob-mainnet-archive:
@@ -104,7 +104,7 @@ services:
networks:
- chains
volumes:
- ./op/mainnet:/config
- ./op/bob/-mainnet:/config
- .jwtsecret:/jwtsecret:ro
volumes:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
# use at your own risk
# True
#
# True
# op
services:
lisk-mainnet-archive:
@@ -105,7 +105,7 @@ services:
networks:
- chains
volumes:
- ./op/mainnet:/config
- ./op/lisk/-mainnet:/config
- .jwtsecret:/jwtsecret:ro
volumes:

View File

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

View File

@@ -2,7 +2,7 @@
# use at your own risk
# True
#
# True
# op
services:
mode-mainnet-archive:
@@ -104,7 +104,7 @@ services:
networks:
- chains
volumes:
- ./op/mainnet:/config
- ./op/mode/-mainnet:/config
- .jwtsecret:/jwtsecret:ro
volumes:

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
# use at your own risk
# True
#
# True
# op
services:
snax-mainnet-archive:
@@ -104,7 +104,7 @@ services:
networks:
- chains
volumes:
- ./op/mainnet:/config
- ./op/snax/-mainnet:/config
- .jwtsecret:/jwtsecret:ro
volumes:

View File

@@ -2,7 +2,7 @@
# use at your own risk
# False
#
# True
# op
services:
soneium-minato-archive:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
# use at your own risk
# True
#
# True
# op
services:
zora-mainnet-archive:
@@ -104,7 +104,7 @@ services:
networks:
- chains
volumes:
- ./op/mainnet:/config
- ./op/zora/-mainnet:/config
- .jwtsecret:/jwtsecret:ro
volumes:

View File

@@ -2,7 +2,7 @@
# use at your own risk
# True
#
# True
# op
services:
zora-sepolia-archive:
@@ -105,7 +105,7 @@ services:
networks:
- chains
volumes:
- ./op/sepolia:/config
- ./op/zora/-sepolia:/config
- .jwtsecret:/jwtsecret:ro
volumes:

View File

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

View File

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

View File

@@ -61,7 +61,7 @@ services:
- chains
volumes:
- ${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
- /slowdisk:/slowdisk
labels:
@@ -107,7 +107,7 @@ services:
networks:
- chains
volumes:
- ./op/mainnet:/config
- ./op/blast/-mainnet:/config
- .jwtsecret:/jwtsecret:ro
volumes:

View File

@@ -2,7 +2,7 @@
# use at your own risk
# True
#
# True
# op
services:
blast-mainnet:
@@ -107,7 +107,7 @@ services:
networks:
- chains
volumes:
- ./op/mainnet:/config
- ./op/blast/-mainnet:/config
- .jwtsecret:/jwtsecret:ro
volumes:

Some files were not shown because too many files have changed in this diff Show More