From f9245415fd095a7445807bfb175a121c494f99cf Mon Sep 17 00:00:00 2001 From: Para Dox Date: Mon, 14 Apr 2025 19:58:40 +0700 Subject: [PATCH] fix --- op/geth/celo-alfajores-op-geth-archive-leveldb-hash.yml | 2 +- op/geth/celo-alfajores-op-geth-pruned-leveldb-hash.yml | 2 +- op/geth/celo-alfajores-op-geth-pruned-pebble-hash.yml | 2 +- op/geth/celo-alfajores-op-geth-pruned-pebble-path.yml | 2 +- op/geth/celo-mainnet-op-geth-archive-leveldb-hash.yml | 2 +- op/geth/celo-mainnet-op-geth-pruned-leveldb-hash.yml | 2 +- op/geth/celo-mainnet-op-geth-pruned-pebble-hash.yml | 2 +- op/geth/celo-mainnet-op-geth-pruned-pebble-path.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/op/geth/celo-alfajores-op-geth-archive-leveldb-hash.yml b/op/geth/celo-alfajores-op-geth-archive-leveldb-hash.yml index 8e340846..6bd388de 100644 --- a/op/geth/celo-alfajores-op-geth-archive-leveldb-hash.yml +++ b/op/geth/celo-alfajores-op-geth-archive-leveldb-hash.yml @@ -123,6 +123,7 @@ services: - 23457:23457 - 23457:23457/udp environment: + - EIGENDA_PROXY_EIGENDAPORT=23457 - EIGENDA_PROXY_EIGENDA_CONFIRMATION_DEPTH=1 - EIGENDA_PROXY_EIGENDA_DISPERSER_RPC=disperser-holesky.eigenda.xyz:443 - EIGENDA_PROXY_EIGENDA_ETH_RPC=${ETHEREUM_HOLESKY_EXECUTION_RPC} @@ -130,7 +131,6 @@ services: - EIGENDA_PROXY_EIGENDA_MAX_BLOB_LENGTH=32MiB - EIGENDA_PROXY_EIGENDA_SERVICE_MANAGER_ADDR=0xD4A7E1Bd8015057293f0D0A557088c286942e84b - EIGENDA_PROXY_EIGENDA_STATUS_QUERY_TIMEOUT=45m - - EIGENDA_PROXY_PORT=23457 restart: unless-stopped networks: - chains diff --git a/op/geth/celo-alfajores-op-geth-pruned-leveldb-hash.yml b/op/geth/celo-alfajores-op-geth-pruned-leveldb-hash.yml index 88a5982f..f1c9f7ec 100644 --- a/op/geth/celo-alfajores-op-geth-pruned-leveldb-hash.yml +++ b/op/geth/celo-alfajores-op-geth-pruned-leveldb-hash.yml @@ -123,6 +123,7 @@ services: - 23457:23457 - 23457:23457/udp environment: + - EIGENDA_PROXY_EIGENDAPORT=23457 - EIGENDA_PROXY_EIGENDA_CONFIRMATION_DEPTH=1 - EIGENDA_PROXY_EIGENDA_DISPERSER_RPC=disperser-holesky.eigenda.xyz:443 - EIGENDA_PROXY_EIGENDA_ETH_RPC=${ETHEREUM_HOLESKY_EXECUTION_RPC} @@ -130,7 +131,6 @@ services: - EIGENDA_PROXY_EIGENDA_MAX_BLOB_LENGTH=32MiB - EIGENDA_PROXY_EIGENDA_SERVICE_MANAGER_ADDR=0xD4A7E1Bd8015057293f0D0A557088c286942e84b - EIGENDA_PROXY_EIGENDA_STATUS_QUERY_TIMEOUT=45m - - EIGENDA_PROXY_PORT=23457 restart: unless-stopped networks: - chains diff --git a/op/geth/celo-alfajores-op-geth-pruned-pebble-hash.yml b/op/geth/celo-alfajores-op-geth-pruned-pebble-hash.yml index 7047c84a..6cc0d5da 100644 --- a/op/geth/celo-alfajores-op-geth-pruned-pebble-hash.yml +++ b/op/geth/celo-alfajores-op-geth-pruned-pebble-hash.yml @@ -123,6 +123,7 @@ services: - 23457:23457 - 23457:23457/udp environment: + - EIGENDA_PROXY_EIGENDAPORT=23457 - EIGENDA_PROXY_EIGENDA_CONFIRMATION_DEPTH=1 - EIGENDA_PROXY_EIGENDA_DISPERSER_RPC=disperser-holesky.eigenda.xyz:443 - EIGENDA_PROXY_EIGENDA_ETH_RPC=${ETHEREUM_HOLESKY_EXECUTION_RPC} @@ -130,7 +131,6 @@ services: - EIGENDA_PROXY_EIGENDA_MAX_BLOB_LENGTH=32MiB - EIGENDA_PROXY_EIGENDA_SERVICE_MANAGER_ADDR=0xD4A7E1Bd8015057293f0D0A557088c286942e84b - EIGENDA_PROXY_EIGENDA_STATUS_QUERY_TIMEOUT=45m - - EIGENDA_PROXY_PORT=23457 restart: unless-stopped networks: - chains diff --git a/op/geth/celo-alfajores-op-geth-pruned-pebble-path.yml b/op/geth/celo-alfajores-op-geth-pruned-pebble-path.yml index 088ed413..742297f4 100644 --- a/op/geth/celo-alfajores-op-geth-pruned-pebble-path.yml +++ b/op/geth/celo-alfajores-op-geth-pruned-pebble-path.yml @@ -123,6 +123,7 @@ services: - 23457:23457 - 23457:23457/udp environment: + - EIGENDA_PROXY_EIGENDAPORT=23457 - EIGENDA_PROXY_EIGENDA_CONFIRMATION_DEPTH=1 - EIGENDA_PROXY_EIGENDA_DISPERSER_RPC=disperser-holesky.eigenda.xyz:443 - EIGENDA_PROXY_EIGENDA_ETH_RPC=${ETHEREUM_HOLESKY_EXECUTION_RPC} @@ -130,7 +131,6 @@ services: - EIGENDA_PROXY_EIGENDA_MAX_BLOB_LENGTH=32MiB - EIGENDA_PROXY_EIGENDA_SERVICE_MANAGER_ADDR=0xD4A7E1Bd8015057293f0D0A557088c286942e84b - EIGENDA_PROXY_EIGENDA_STATUS_QUERY_TIMEOUT=45m - - EIGENDA_PROXY_PORT=23457 restart: unless-stopped networks: - chains diff --git a/op/geth/celo-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/celo-mainnet-op-geth-archive-leveldb-hash.yml index b68a5826..6c3f5300 100644 --- a/op/geth/celo-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/celo-mainnet-op-geth-archive-leveldb-hash.yml @@ -123,6 +123,7 @@ services: - 21993:21993 - 21993:21993/udp environment: + - EIGENDA_PROXY_EIGENDAPORT=21993 - EIGENDA_PROXY_EIGENDA_CONFIRMATION_DEPTH=1 - EIGENDA_PROXY_EIGENDA_DISPERSER_RPC=disperser.eigenda.xyz:443 - EIGENDA_PROXY_EIGENDA_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} @@ -130,7 +131,6 @@ services: - EIGENDA_PROXY_EIGENDA_MAX_BLOB_LENGTH=32MiB - EIGENDA_PROXY_EIGENDA_SERVICE_MANAGER_ADDR=0x870679e138bcdf293b7ff14dd44b70fc97e12fc0 - EIGENDA_PROXY_EIGENDA_STATUS_QUERY_TIMEOUT=45m - - EIGENDA_PROXY_PORT=21993 restart: unless-stopped networks: - chains diff --git a/op/geth/celo-mainnet-op-geth-pruned-leveldb-hash.yml b/op/geth/celo-mainnet-op-geth-pruned-leveldb-hash.yml index 01eb4f2e..6785339e 100644 --- a/op/geth/celo-mainnet-op-geth-pruned-leveldb-hash.yml +++ b/op/geth/celo-mainnet-op-geth-pruned-leveldb-hash.yml @@ -123,6 +123,7 @@ services: - 21993:21993 - 21993:21993/udp environment: + - EIGENDA_PROXY_EIGENDAPORT=21993 - EIGENDA_PROXY_EIGENDA_CONFIRMATION_DEPTH=1 - EIGENDA_PROXY_EIGENDA_DISPERSER_RPC=disperser.eigenda.xyz:443 - EIGENDA_PROXY_EIGENDA_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} @@ -130,7 +131,6 @@ services: - EIGENDA_PROXY_EIGENDA_MAX_BLOB_LENGTH=32MiB - EIGENDA_PROXY_EIGENDA_SERVICE_MANAGER_ADDR=0x870679e138bcdf293b7ff14dd44b70fc97e12fc0 - EIGENDA_PROXY_EIGENDA_STATUS_QUERY_TIMEOUT=45m - - EIGENDA_PROXY_PORT=21993 restart: unless-stopped networks: - chains diff --git a/op/geth/celo-mainnet-op-geth-pruned-pebble-hash.yml b/op/geth/celo-mainnet-op-geth-pruned-pebble-hash.yml index 9d640ca1..64a57e33 100644 --- a/op/geth/celo-mainnet-op-geth-pruned-pebble-hash.yml +++ b/op/geth/celo-mainnet-op-geth-pruned-pebble-hash.yml @@ -123,6 +123,7 @@ services: - 21993:21993 - 21993:21993/udp environment: + - EIGENDA_PROXY_EIGENDAPORT=21993 - EIGENDA_PROXY_EIGENDA_CONFIRMATION_DEPTH=1 - EIGENDA_PROXY_EIGENDA_DISPERSER_RPC=disperser.eigenda.xyz:443 - EIGENDA_PROXY_EIGENDA_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} @@ -130,7 +131,6 @@ services: - EIGENDA_PROXY_EIGENDA_MAX_BLOB_LENGTH=32MiB - EIGENDA_PROXY_EIGENDA_SERVICE_MANAGER_ADDR=0x870679e138bcdf293b7ff14dd44b70fc97e12fc0 - EIGENDA_PROXY_EIGENDA_STATUS_QUERY_TIMEOUT=45m - - EIGENDA_PROXY_PORT=21993 restart: unless-stopped networks: - chains diff --git a/op/geth/celo-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/celo-mainnet-op-geth-pruned-pebble-path.yml index 495f63da..0d2fb6fb 100644 --- a/op/geth/celo-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/celo-mainnet-op-geth-pruned-pebble-path.yml @@ -123,6 +123,7 @@ services: - 21993:21993 - 21993:21993/udp environment: + - EIGENDA_PROXY_EIGENDAPORT=21993 - EIGENDA_PROXY_EIGENDA_CONFIRMATION_DEPTH=1 - EIGENDA_PROXY_EIGENDA_DISPERSER_RPC=disperser.eigenda.xyz:443 - EIGENDA_PROXY_EIGENDA_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} @@ -130,7 +131,6 @@ services: - EIGENDA_PROXY_EIGENDA_MAX_BLOB_LENGTH=32MiB - EIGENDA_PROXY_EIGENDA_SERVICE_MANAGER_ADDR=0x870679e138bcdf293b7ff14dd44b70fc97e12fc0 - EIGENDA_PROXY_EIGENDA_STATUS_QUERY_TIMEOUT=45m - - EIGENDA_PROXY_PORT=21993 restart: unless-stopped networks: - chains