This commit is contained in:
Para Dox
2025-04-14 10:08:11 +07:00
parent 96f33135b1
commit 8d0cbfc483
202 changed files with 19 additions and 827 deletions

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# arb
services: services:
alephzero-mainnet-archive: alephzero-mainnet-archive:
@@ -23,7 +19,6 @@ services:
user: root user: root
expose: expose:
- 8545 - 8545
- 8551
command: command:
- --conf.file=/config/baseConfig.json - --conf.file=/config/baseConfig.json
- --execution.caching.archive=true - --execution.caching.archive=true
@@ -34,6 +29,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# arb
services: services:
alephzero-mainnet: alephzero-mainnet:
@@ -23,7 +19,6 @@ services:
user: root user: root
expose: expose:
- 8545 - 8545
- 8551
command: command:
- --conf.file=/config/baseConfig.json - --conf.file=/config/baseConfig.json
- --execution.caching.archive=false - --execution.caching.archive=false
@@ -34,6 +29,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# arb
services: services:
alephzero-sepolia-archive: alephzero-sepolia-archive:
@@ -23,7 +19,6 @@ services:
user: root user: root
expose: expose:
- 8545 - 8545
- 8551
command: command:
- --conf.file=/config/baseConfig.json - --conf.file=/config/baseConfig.json
- --execution.caching.archive=true - --execution.caching.archive=true
@@ -34,6 +29,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# arb
services: services:
alephzero-sepolia: alephzero-sepolia:
@@ -23,7 +19,6 @@ services:
user: root user: root
expose: expose:
- 8545 - 8545
- 8551
command: command:
- --conf.file=/config/baseConfig.json - --conf.file=/config/baseConfig.json
- --execution.caching.archive=false - --execution.caching.archive=false
@@ -34,6 +29,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# arb
services: services:
arbitrum-nova-archive: arbitrum-nova-archive:
@@ -23,7 +19,6 @@ services:
user: root user: root
expose: expose:
- 8545 - 8545
- 8551
command: command:
- --chain.id=42170 - --chain.id=42170
- --execution.caching.archive=true - --execution.caching.archive=true
@@ -33,6 +28,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --init.latest=archive - --init.latest=archive
- --node.batch-poster.enable=false - --node.batch-poster.enable=false

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# arb
services: services:
arbitrum-nova: arbitrum-nova:
@@ -23,7 +19,6 @@ services:
user: root user: root
expose: expose:
- 8545 - 8545
- 8551
command: command:
- --chain.id=42170 - --chain.id=42170
- --execution.caching.archive=false - --execution.caching.archive=false
@@ -33,6 +28,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --init.latest=pruned - --init.latest=pruned
- --node.batch-poster.enable=false - --node.batch-poster.enable=false

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# arb
services: services:
arbitrum-one-archive: arbitrum-one-archive:
@@ -23,7 +19,6 @@ services:
user: root user: root
expose: expose:
- 8545 - 8545
- 8551
command: command:
- --chain.id=42161 - --chain.id=42161
- --execution.caching.archive=true - --execution.caching.archive=true
@@ -33,6 +28,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --init.latest=archive - --init.latest=archive
- --node.batch-poster.enable=false - --node.batch-poster.enable=false

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# arb
services: services:
arbitrum-one: arbitrum-one:
@@ -23,7 +19,6 @@ services:
user: root user: root
expose: expose:
- 8545 - 8545
- 8551
command: command:
- --chain.id=42161 - --chain.id=42161
- --execution.caching.archive=false - --execution.caching.archive=false
@@ -33,6 +28,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --init.latest=pruned - --init.latest=pruned
- --node.batch-poster.enable=false - --node.batch-poster.enable=false

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# arb
services: services:
arbitrum-sepolia-archive: arbitrum-sepolia-archive:
@@ -23,7 +19,6 @@ services:
user: root user: root
expose: expose:
- 8545 - 8545
- 8551
command: command:
- --chain.id=421614 - --chain.id=421614
- --execution.caching.archive=true - --execution.caching.archive=true
@@ -33,6 +28,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --init.latest=archive - --init.latest=archive
- --node.batch-poster.enable=false - --node.batch-poster.enable=false

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# arb
services: services:
connext-sepolia-archive: connext-sepolia-archive:
@@ -23,7 +19,6 @@ services:
user: root user: root
expose: expose:
- 8545 - 8545
- 8551
command: command:
- --conf.file=/config/baseConfig.json - --conf.file=/config/baseConfig.json
- --execution.caching.archive=true - --execution.caching.archive=true
@@ -34,6 +29,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# arb
services: services:
connext-sepolia: connext-sepolia:
@@ -23,7 +19,6 @@ services:
user: root user: root
expose: expose:
- 8545 - 8545
- 8551
command: command:
- --conf.file=/config/baseConfig.json - --conf.file=/config/baseConfig.json
- --execution.caching.archive=false - --execution.caching.archive=false
@@ -34,6 +29,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# arb
services: services:
everclear-mainnet-archive: everclear-mainnet-archive:
@@ -23,7 +19,6 @@ services:
user: root user: root
expose: expose:
- 8545 - 8545
- 8551
command: command:
- --conf.file=/config/baseConfig.json - --conf.file=/config/baseConfig.json
- --execution.caching.archive=true - --execution.caching.archive=true
@@ -34,6 +29,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# arb
services: services:
everclear-mainnet: everclear-mainnet:
@@ -23,7 +19,6 @@ services:
user: root user: root
expose: expose:
- 8545 - 8545
- 8551
command: command:
- --conf.file=/config/baseConfig.json - --conf.file=/config/baseConfig.json
- --execution.caching.archive=false - --execution.caching.archive=false
@@ -34,6 +29,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# arb
services: services:
opencampuscodex-sepolia-archive: opencampuscodex-sepolia-archive:
@@ -23,7 +19,6 @@ services:
user: root user: root
expose: expose:
- 8545 - 8545
- 8551
command: command:
- --conf.file=/config/baseConfig.json - --conf.file=/config/baseConfig.json
- --execution.caching.archive=true - --execution.caching.archive=true
@@ -34,6 +29,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# arb
services: services:
opencampuscodex-sepolia: opencampuscodex-sepolia:
@@ -23,7 +19,6 @@ services:
user: root user: root
expose: expose:
- 8545 - 8545
- 8551
command: command:
- --conf.file=/config/baseConfig.json - --conf.file=/config/baseConfig.json
- --execution.caching.archive=false - --execution.caching.archive=false
@@ -34,6 +29,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# arb
services: services:
playblock-mainnet-archive: playblock-mainnet-archive:
@@ -23,7 +19,6 @@ services:
user: root user: root
expose: expose:
- 8545 - 8545
- 8551
command: command:
- --conf.file=/config/baseConfig.json - --conf.file=/config/baseConfig.json
- --execution.caching.archive=true - --execution.caching.archive=true
@@ -34,6 +29,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# arb
services: services:
playblock-mainnet: playblock-mainnet:
@@ -23,7 +19,6 @@ services:
user: root user: root
expose: expose:
- 8545 - 8545
- 8551
command: command:
- --conf.file=/config/baseConfig.json - --conf.file=/config/baseConfig.json
- --execution.caching.archive=false - --execution.caching.archive=false
@@ -34,6 +29,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# arb
services: services:
real-mainnet-archive: real-mainnet-archive:
@@ -23,7 +19,6 @@ services:
user: root user: root
expose: expose:
- 8545 - 8545
- 8551
command: command:
- --conf.file=/config/baseConfig.json - --conf.file=/config/baseConfig.json
- --execution.caching.archive=true - --execution.caching.archive=true
@@ -34,6 +29,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# arb
services: services:
real-mainnet: real-mainnet:
@@ -23,7 +19,6 @@ services:
user: root user: root
expose: expose:
- 8545 - 8545
- 8551
command: command:
- --conf.file=/config/baseConfig.json - --conf.file=/config/baseConfig.json
- --execution.caching.archive=false - --execution.caching.archive=false
@@ -34,6 +29,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# avalanche
services: services:
avalanche-fuji-archive-client: avalanche-fuji-archive-client:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# avalanche
services: services:
avalanche-fuji-client: avalanche-fuji-client:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# avalanche
services: services:
avalanche-mainnet-archive-client: avalanche-mainnet-archive-client:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# avalanche
services: services:
avalanche-mainnet-client: avalanche-mainnet-client:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# berachain
services: services:
berachain-bartio-archive: berachain-bartio-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# berachain
services: services:
berachain-bepolia-archive: berachain-bepolia-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# berachain
services: services:
berachain-mainnet-archive: berachain-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# bsc
services: services:
bsc-chapel: bsc-chapel:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# bsc
services: services:
bsc-mainnet: bsc-mainnet:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# celo
services: services:
celo-alfajores-archive: celo-alfajores-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# celo
services: services:
celo-mainnet-archive: celo-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# core
services: services:
core-buffalo: core-buffalo:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# core
services: services:
core-mainnet-archive: core-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# core
services: services:
core-mainnet: core-mainnet:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# core
services: services:
core-pigeon: core-pigeon:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# ethereum
services: services:
ethereum-holesky-archive: ethereum-holesky-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# ethereum
services: services:
ethereum-holesky-minimal: ethereum-holesky-minimal:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# ethereum
services: services:
ethereum-holesky: ethereum-holesky:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# ethereum
services: services:
ethereum-mainnet-archive: ethereum-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# ethereum
services: services:
ethereum-mainnet-minimal: ethereum-mainnet-minimal:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# ethereum
services: services:
ethereum-mainnet: ethereum-mainnet:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# ethereum
services: services:
ethereum-sepolia-archive: ethereum-sepolia-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# ethereum
services: services:
ethereum-sepolia-minimal: ethereum-sepolia-minimal:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# ethereum
services: services:
ethereum-sepolia: ethereum-sepolia:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# ethereum
services: services:
ethereum-holesky: ethereum-holesky:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# ethereum
services: services:
ethereum-mainnet: ethereum-mainnet:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# ethereum
services: services:
ethereum-sepolia: ethereum-sepolia:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# ethereum
services: services:
ethereum-holesky-archive: ethereum-holesky-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# ethereum
services: services:
ethereum-mainnet-archive: ethereum-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# ethereum
services: services:
ethereum-sepolia-archive: ethereum-sepolia-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# fantom
services: services:
fantom-mainnet-archive: fantom-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# fantom
services: services:
fantom-mainnet-archive: fantom-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# fantom
services: services:
fantom-mainnet: fantom-mainnet:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# fantom
services: services:
fantom-mainnet: fantom-mainnet:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# fantom
services: services:
fantom-testnet-archive: fantom-testnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# fantom
services: services:
fantom-testnet-archive: fantom-testnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# fantom
services: services:
fantom-testnet: fantom-testnet:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# fantom
services: services:
fantom-testnet: fantom-testnet:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# fantom
services: services:
fantom-mainnet-archive: fantom-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# fantom
services: services:
fantom-testnet-archive: fantom-testnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# gnosis
services: services:
gnosis-chiado-archive: gnosis-chiado-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# gnosis
services: services:
gnosis-chiado-minimal: gnosis-chiado-minimal:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# gnosis
services: services:
gnosis-chiado: gnosis-chiado:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# gnosis
services: services:
gnosis-mainnet-archive: gnosis-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# gnosis
services: services:
gnosis-mainnet-minimal: gnosis-mainnet-minimal:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# gnosis
services: services:
gnosis-mainnet: gnosis-mainnet:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# goat
services: services:
goat-mainnet-archive: goat-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# goat
services: services:
goat-mainnet: goat-mainnet:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# goat
services: services:
goat-testnet3-archive: goat-testnet3-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# goat
services: services:
goat-testnet3: goat-testnet3:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# haqq
services: services:
haqq-mainnet: haqq-mainnet:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# linea
services: services:
linea-mainnet-archive: linea-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# linea
services: services:
linea-mainnet-minimal: linea-mainnet-minimal:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# linea
services: services:
linea-mainnet: linea-mainnet:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# linea
services: services:
linea-sepolia-archive: linea-sepolia-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# linea
services: services:
linea-sepolia-minimal: linea-sepolia-minimal:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# linea
services: services:
linea-sepolia: linea-sepolia:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# op
services: services:
base-mainnet-archive: base-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# op
services: services:
base-sepolia-archive: base-sepolia-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# op
services: services:
bob-mainnet-archive: bob-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# op
services: services:
boba-mainnet-archive: boba-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# op
services: services:
boba-sepolia-archive: boba-sepolia-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# op
services: services:
hashkeychain-mainnet-archive: hashkeychain-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# op
services: services:
ink-mainnet-archive: ink-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# op
services: services:
ink-sepolia-archive: ink-sepolia-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# op
services: services:
lisk-mainnet-archive: lisk-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# op
services: services:
metal-mainnet-archive: metal-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# op
services: services:
mode-mainnet-archive: mode-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# op
services: services:
mode-sepolia-archive: mode-sepolia-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# op
services: services:
op-mainnet-archive: op-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# op
services: services:
op-sepolia-archive: op-sepolia-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# op
services: services:
snax-mainnet-archive: snax-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# op
services: services:
soneium-minato-archive: soneium-minato-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# op
services: services:
swell-mainnet-archive: swell-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# op
services: services:
unichain-mainnet-archive: unichain-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# op
services: services:
unichain-sepolia-archive: unichain-sepolia-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# op
services: services:
worldchain-mainnet-archive: worldchain-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# op
services: services:
worldchain-sepolia-archive: worldchain-sepolia-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# op
services: services:
zora-mainnet-archive: zora-mainnet-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# True
#
# op
services: services:
zora-sepolia-archive: zora-sepolia-archive:

View File

@@ -1,8 +1,4 @@
--- ---
# use at your own risk
# False
#
# op
services: services:
base-mainnet-archive: base-mainnet-archive:

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