Regenerate all compose files with version updates
- prysm v7.1.3, lighthouse v8.1.3, java-tron v4.8.1 - Add zero-gravity/aristotle chain (chainid 16661) - Add tempo/mainnet compose files - Add tempo to chainid exempt list (uses named chain specs) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
||||
|
||||
services:
|
||||
xlayer-mainnet-archive:
|
||||
image: ${XLAYER_CDK_ERIGON_IMAGE:-xlayer/xlayer-erigon}:${XLAYER_MAINNET_CDK_ERIGON_VERSION:-v0.9.5}
|
||||
image: ${XLAYER_CDK_ERIGON_IMAGE:-xlayer/xlayer-erigon}:${XLAYER_MAINNET_CDK_ERIGON_VERSION:-v0.8.7.1}
|
||||
sysctls:
|
||||
# TCP Performance
|
||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||
|
||||
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
||||
|
||||
services:
|
||||
xlayer-mainnet-pruned:
|
||||
image: ${XLAYER_CDK_ERIGON_IMAGE:-xlayer/xlayer-erigon}:${XLAYER_MAINNET_CDK_ERIGON_VERSION:-v0.9.5}
|
||||
image: ${XLAYER_CDK_ERIGON_IMAGE:-xlayer/xlayer-erigon}:${XLAYER_MAINNET_CDK_ERIGON_VERSION:-v0.8.7.1}
|
||||
sysctls:
|
||||
# TCP Performance
|
||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||
|
||||
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
||||
|
||||
services:
|
||||
xlayer-testnet-archive:
|
||||
image: ${XLAYER_CDK_ERIGON_IMAGE:-xlayer/xlayer-erigon}:${XLAYER_TESTNET_CDK_ERIGON_VERSION:-v0.9.5}
|
||||
image: ${XLAYER_CDK_ERIGON_IMAGE:-xlayer/xlayer-erigon}:${XLAYER_TESTNET_CDK_ERIGON_VERSION:-v0.8.7.1}
|
||||
sysctls:
|
||||
# TCP Performance
|
||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||
@@ -62,13 +62,13 @@ services:
|
||||
- --http.vhosts=*
|
||||
- --maxpeers=50
|
||||
- --nat=extip:${IP}
|
||||
- --networkid=1952
|
||||
- --networkid=195
|
||||
- --port=14964
|
||||
- --rpc.gascap=6000000000
|
||||
- --rpc.returndata.limit=1500000
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
- --zkevm.l1-rpc-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||
- --zkevm.l1-rpc-url=${ETHEREUM_TESTNET_EXECUTION_RPC}
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 5m
|
||||
networks:
|
||||
@@ -105,7 +105,7 @@ x-upstreams:
|
||||
frameSize: 20Mb
|
||||
msgSize: 50Mb
|
||||
url: $${WS_URL}
|
||||
chain: ronin
|
||||
chain: xlayer-testnet
|
||||
method-groups:
|
||||
enabled:
|
||||
- debug
|
||||
|
||||
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
||||
|
||||
services:
|
||||
xlayer-testnet-pruned:
|
||||
image: ${XLAYER_CDK_ERIGON_IMAGE:-xlayer/xlayer-erigon}:${XLAYER_TESTNET_CDK_ERIGON_VERSION:-v0.9.5}
|
||||
image: ${XLAYER_CDK_ERIGON_IMAGE:-xlayer/xlayer-erigon}:${XLAYER_TESTNET_CDK_ERIGON_VERSION:-v0.8.7.1}
|
||||
sysctls:
|
||||
# TCP Performance
|
||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||
@@ -62,13 +62,13 @@ services:
|
||||
- --http.vhosts=*
|
||||
- --maxpeers=50
|
||||
- --nat=extip:${IP}
|
||||
- --networkid=1952
|
||||
- --networkid=195
|
||||
- --port=12700
|
||||
- --rpc.gascap=6000000000
|
||||
- --rpc.returndata.limit=1500000
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
- --zkevm.l1-rpc-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||
- --zkevm.l1-rpc-url=${ETHEREUM_TESTNET_EXECUTION_RPC}
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 5m
|
||||
networks:
|
||||
@@ -105,7 +105,7 @@ x-upstreams:
|
||||
frameSize: 20Mb
|
||||
msgSize: 50Mb
|
||||
url: $${WS_URL}
|
||||
chain: ronin
|
||||
chain: xlayer-testnet
|
||||
method-groups:
|
||||
enabled:
|
||||
- debug
|
||||
|
||||
Reference in New Issue
Block a user