This commit is contained in:
Para Dox
2025-04-23 08:07:45 +07:00
parent e44909c46d
commit d960ca7acd
2 changed files with 5 additions and 3 deletions

View File

@@ -26,6 +26,8 @@
"canyon_time": 0, "canyon_time": 0,
"delta_time": 1713999600, "delta_time": 1713999600,
"ecotone_time": 1713999600, "ecotone_time": 1713999600,
"taiga_time": 1745589600,
"pectra_blob_schedule_time": 1745589600,
"batch_inbox_address": "0x1c3b85a2108784eab6a4bf56cdd6f722e415b331", "batch_inbox_address": "0x1c3b85a2108784eab6a4bf56cdd6f722e415b331",
"deposit_contract_address": "0x2757e4430e694f27b73ec9c02257cab3a498c8c5", "deposit_contract_address": "0x2757e4430e694f27b73ec9c02257cab3a498c8c5",
"l1_system_config_address": "0x329faf078c364a316e08bf6a17b7eee6ae75a613", "l1_system_config_address": "0x329faf078c364a316e08bf6a17b7eee6ae75a613",

View File

@@ -2,7 +2,7 @@
services: services:
blast-sepolia: blast-sepolia:
image: ${BLAST_GETH_IMAGE:-blastio/blast-geth}:${BLAST_SEPOLIA_GETH_VERSION:-sepolia-v1.2.3} image: ${BLAST_GETH_IMAGE:-blastio/blast-geth}:${BLAST_SEPOLIA_GETH_VERSION:-sepolia-v1.3.0}
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -74,7 +74,7 @@ services:
- traefik.http.routers.blast-sepolia-op-geth-pruned-pebble-hash.middlewares=blast-sepolia-op-geth-pruned-pebble-hash-stripprefix, ipallowlist - traefik.http.routers.blast-sepolia-op-geth-pruned-pebble-hash.middlewares=blast-sepolia-op-geth-pruned-pebble-hash-stripprefix, ipallowlist
blast-sepolia-node: blast-sepolia-node:
image: ${BLAST_NODE_IMAGE:-blastio/blast-optimism}:${BLAST_SEPOLIA_NODE_VERSION:-sepolia-v1.2.3} image: ${BLAST_NODE_IMAGE:-blastio/blast-optimism}:${BLAST_SEPOLIA_NODE_VERSION:-sepolia-v1.3.0}
ports: ports:
- 16591:16591 - 16591:16591
- 16591:16591/udp - 16591:16591/udp