updatre
This commit is contained in:
@@ -4330,7 +4330,6 @@
|
|||||||
"stack": "op",
|
"stack": "op",
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
"volumes": [
|
"volumes": [
|
||||||
"celo-mainnet-geth-archive-leveldb-hash",
|
|
||||||
"celo-mainnet-op-geth-archive-leveldb-hash",
|
"celo-mainnet-op-geth-archive-leveldb-hash",
|
||||||
"celo-mainnet-op-geth-archive-leveldb-hash_eigenda-proxy"
|
"celo-mainnet-op-geth-archive-leveldb-hash_eigenda-proxy"
|
||||||
]
|
]
|
||||||
@@ -4349,7 +4348,6 @@
|
|||||||
"stack": "op",
|
"stack": "op",
|
||||||
"type": "pruned",
|
"type": "pruned",
|
||||||
"volumes": [
|
"volumes": [
|
||||||
"celo-mainnet-geth-pruned-leveldb-hash",
|
|
||||||
"celo-mainnet-op-geth-pruned-leveldb-hash",
|
"celo-mainnet-op-geth-pruned-leveldb-hash",
|
||||||
"celo-mainnet-op-geth-pruned-leveldb-hash_eigenda-proxy"
|
"celo-mainnet-op-geth-pruned-leveldb-hash_eigenda-proxy"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
celo-mainnet-archive:
|
celo-mainnet-archive:
|
||||||
image: ${CELO_GETH_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth}:${CELO_MAINNET_GETH_VERSION:-celo-v2.1.3}
|
image: ${CELO_GETH_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth}:${CELO_MAINNET_GETH_VERSION:-celo-v2.2.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
|
||||||
@@ -128,7 +128,7 @@ services:
|
|||||||
- traefik.http.routers.celo-mainnet-op-geth-archive-leveldb-hash.middlewares=celo-mainnet-op-geth-archive-leveldb-hash-stripprefix, ipallowlist
|
- traefik.http.routers.celo-mainnet-op-geth-archive-leveldb-hash.middlewares=celo-mainnet-op-geth-archive-leveldb-hash-stripprefix, ipallowlist
|
||||||
|
|
||||||
celo-mainnet-archive-node:
|
celo-mainnet-archive-node:
|
||||||
image: ${CELO_NODE_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node}:${CELO_MAINNET_NODE_VERSION:-celo-v2.1.1}
|
image: ${CELO_NODE_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node}:${CELO_MAINNET_NODE_VERSION:-celo-v2.2.0}
|
||||||
ports:
|
ports:
|
||||||
- 17111:17111
|
- 17111:17111
|
||||||
- 17111:17111/udp
|
- 17111:17111/udp
|
||||||
@@ -204,7 +204,7 @@ services:
|
|||||||
- traefik.http.routers.celo-mainnet-op-geth-archive-leveldb-hash-node.middlewares=celo-mainnet-op-geth-archive-leveldb-hash-node-stripprefix, ipallowlist
|
- traefik.http.routers.celo-mainnet-op-geth-archive-leveldb-hash-node.middlewares=celo-mainnet-op-geth-archive-leveldb-hash-node-stripprefix, ipallowlist
|
||||||
|
|
||||||
celo-mainnet-archive-relay:
|
celo-mainnet-archive-relay:
|
||||||
image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_MAINNET_EIGENDA_PROXY_VERSION:-v1.8.2}
|
image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_MAINNET_EIGENDA_PROXY_VERSION:-v2.6.0}
|
||||||
expose:
|
expose:
|
||||||
- 4242
|
- 4242
|
||||||
environment:
|
environment:
|
||||||
@@ -244,64 +244,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- prometheus-scrape.enabled=false
|
- prometheus-scrape.enabled=false
|
||||||
|
|
||||||
celo-mainnet-geth-archive:
|
|
||||||
image: ${CELO_GETH_IMAGE:-us.gcr.io/celo-org/geth}:${CELO_MAINNET_GETH_VERSION:-1.8.9}
|
|
||||||
sysctls:
|
|
||||||
# TCP Performance
|
|
||||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
|
||||||
net.ipv4.tcp_no_metrics_save: 1 # Disable metrics cache
|
|
||||||
net.ipv4.tcp_rmem: 4096 87380 16777216 # Increase TCP read buffers
|
|
||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
|
||||||
# Memory/Connection Management
|
|
||||||
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
|
||||||
ulimits:
|
|
||||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
|
||||||
user: root
|
|
||||||
ports:
|
|
||||||
- 10164:10164
|
|
||||||
- 10164:10164/udp
|
|
||||||
expose:
|
|
||||||
- 8545
|
|
||||||
- 6060
|
|
||||||
command:
|
|
||||||
- --datadir=/root/.celo
|
|
||||||
- --gcmode=archive
|
|
||||||
- --http
|
|
||||||
- --http.addr=0.0.0.0
|
|
||||||
- --http.api=admin,debug,web3,eth,istanbul,net
|
|
||||||
- --http.port=8545
|
|
||||||
- --http.vhosts=*
|
|
||||||
- --maxpeers=50
|
|
||||||
- --metrics
|
|
||||||
- --metrics.addr=0.0.0.0
|
|
||||||
- --metrics.port=6060
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --port=10164
|
|
||||||
- --rpc.gascap=600000000
|
|
||||||
- --rpc.txfeecap=0
|
|
||||||
- --ws
|
|
||||||
- --ws.addr=0.0.0.0
|
|
||||||
- --ws.api=admin,debug,web3,eth,istanbul,net
|
|
||||||
- --ws.origins=*
|
|
||||||
- --ws.port=8545
|
|
||||||
restart: unless-stopped
|
|
||||||
stop_grace_period: 5m
|
|
||||||
networks:
|
|
||||||
- chains
|
|
||||||
volumes:
|
|
||||||
- ${CELO_MAINNET_GETH_ARCHIVE_LEVELDB_HASH_DATA:-celo-mainnet-geth-archive-leveldb-hash}:/root/.celo
|
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
logging: *logging-defaults
|
|
||||||
labels:
|
|
||||||
- prometheus-scrape.enabled=true
|
|
||||||
- prometheus-scrape.port=6060
|
|
||||||
- prometheus-scrape.path=/debug/metrics/prometheus
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
celo-mainnet-geth-archive-leveldb-hash:
|
|
||||||
celo-mainnet-op-geth-archive-leveldb-hash:
|
celo-mainnet-op-geth-archive-leveldb-hash:
|
||||||
celo-mainnet-op-geth-archive-leveldb-hash_eigenda-proxy:
|
celo-mainnet-op-geth-archive-leveldb-hash_eigenda-proxy:
|
||||||
|
|
||||||
@@ -342,40 +285,4 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
- id: $${ID}
|
|
||||||
labels:
|
|
||||||
provider: $${PROVIDER}
|
|
||||||
connection:
|
|
||||||
generic:
|
|
||||||
rpc:
|
|
||||||
url: $${RPC_URL}
|
|
||||||
ws:
|
|
||||||
frameSize: 20Mb
|
|
||||||
msgSize: 50Mb
|
|
||||||
url: $${WS_URL}
|
|
||||||
chain: celo
|
|
||||||
method-groups:
|
|
||||||
enabled:
|
|
||||||
- debug
|
|
||||||
- filter
|
|
||||||
methods:
|
|
||||||
disabled:
|
|
||||||
enabled:
|
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
|
||||||
# standard geth only
|
|
||||||
- name: debug_getRawBlock
|
|
||||||
- name: debug_getRawTransaction
|
|
||||||
- name: debug_getRawReceipts
|
|
||||||
- name: debug_getRawHeader
|
|
||||||
- name: debug_getBadBlocks
|
|
||||||
# non standard geth only slightly dangerous
|
|
||||||
- name: debug_intermediateRoots
|
|
||||||
- name: debug_dumpBlock
|
|
||||||
# standard geth and erigon
|
|
||||||
- name: debug_accountRange
|
|
||||||
- name: debug_getModifiedAccountsByNumber
|
|
||||||
- name: debug_getModifiedAccountsByHash
|
|
||||||
# non standard geth and erigon
|
|
||||||
- name: eth_getRawTransactionByHash
|
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
|
||||||
...
|
...
|
||||||
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
celo-mainnet:
|
celo-mainnet:
|
||||||
image: ${CELO_GETH_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth}:${CELO_MAINNET_GETH_VERSION:-celo-v2.1.3}
|
image: ${CELO_GETH_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth}:${CELO_MAINNET_GETH_VERSION:-celo-v2.2.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
|
||||||
@@ -127,7 +127,7 @@ services:
|
|||||||
- traefik.http.routers.celo-mainnet-op-geth-pruned-leveldb-hash.middlewares=celo-mainnet-op-geth-pruned-leveldb-hash-stripprefix, ipallowlist
|
- traefik.http.routers.celo-mainnet-op-geth-pruned-leveldb-hash.middlewares=celo-mainnet-op-geth-pruned-leveldb-hash-stripprefix, ipallowlist
|
||||||
|
|
||||||
celo-mainnet-node:
|
celo-mainnet-node:
|
||||||
image: ${CELO_NODE_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node}:${CELO_MAINNET_NODE_VERSION:-celo-v2.1.1}
|
image: ${CELO_NODE_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node}:${CELO_MAINNET_NODE_VERSION:-celo-v2.2.0}
|
||||||
ports:
|
ports:
|
||||||
- 19087:19087
|
- 19087:19087
|
||||||
- 19087:19087/udp
|
- 19087:19087/udp
|
||||||
@@ -203,7 +203,7 @@ services:
|
|||||||
- traefik.http.routers.celo-mainnet-op-geth-pruned-leveldb-hash-node.middlewares=celo-mainnet-op-geth-pruned-leveldb-hash-node-stripprefix, ipallowlist
|
- traefik.http.routers.celo-mainnet-op-geth-pruned-leveldb-hash-node.middlewares=celo-mainnet-op-geth-pruned-leveldb-hash-node-stripprefix, ipallowlist
|
||||||
|
|
||||||
celo-mainnet-relay:
|
celo-mainnet-relay:
|
||||||
image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_MAINNET_EIGENDA_PROXY_VERSION:-v1.8.2}
|
image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_MAINNET_EIGENDA_PROXY_VERSION:-v2.6.0}
|
||||||
expose:
|
expose:
|
||||||
- 4242
|
- 4242
|
||||||
environment:
|
environment:
|
||||||
@@ -243,64 +243,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- prometheus-scrape.enabled=false
|
- prometheus-scrape.enabled=false
|
||||||
|
|
||||||
celo-mainnet-geth:
|
|
||||||
image: ${CELO_GETH_IMAGE:-us.gcr.io/celo-org/geth}:${CELO_MAINNET_GETH_VERSION:-1.8.9}
|
|
||||||
sysctls:
|
|
||||||
# TCP Performance
|
|
||||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
|
||||||
net.ipv4.tcp_no_metrics_save: 1 # Disable metrics cache
|
|
||||||
net.ipv4.tcp_rmem: 4096 87380 16777216 # Increase TCP read buffers
|
|
||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
|
||||||
# Memory/Connection Management
|
|
||||||
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
|
||||||
ulimits:
|
|
||||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
|
||||||
user: root
|
|
||||||
ports:
|
|
||||||
- 11882:11882
|
|
||||||
- 11882:11882/udp
|
|
||||||
expose:
|
|
||||||
- 8545
|
|
||||||
- 6060
|
|
||||||
command:
|
|
||||||
- --datadir=/root/.celo
|
|
||||||
- --gcmode=full
|
|
||||||
- --http
|
|
||||||
- --http.addr=0.0.0.0
|
|
||||||
- --http.api=admin,debug,web3,eth,istanbul,net
|
|
||||||
- --http.port=8545
|
|
||||||
- --http.vhosts=*
|
|
||||||
- --maxpeers=50
|
|
||||||
- --metrics
|
|
||||||
- --metrics.addr=0.0.0.0
|
|
||||||
- --metrics.port=6060
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --port=11882
|
|
||||||
- --rpc.gascap=600000000
|
|
||||||
- --rpc.txfeecap=0
|
|
||||||
- --ws
|
|
||||||
- --ws.addr=0.0.0.0
|
|
||||||
- --ws.api=admin,debug,web3,eth,istanbul,net
|
|
||||||
- --ws.origins=*
|
|
||||||
- --ws.port=8545
|
|
||||||
restart: unless-stopped
|
|
||||||
stop_grace_period: 5m
|
|
||||||
networks:
|
|
||||||
- chains
|
|
||||||
volumes:
|
|
||||||
- ${CELO_MAINNET_GETH_PRUNED_LEVELDB_HASH_DATA:-celo-mainnet-geth-pruned-leveldb-hash}:/root/.celo
|
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
logging: *logging-defaults
|
|
||||||
labels:
|
|
||||||
- prometheus-scrape.enabled=true
|
|
||||||
- prometheus-scrape.port=6060
|
|
||||||
- prometheus-scrape.path=/debug/metrics/prometheus
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
celo-mainnet-geth-pruned-leveldb-hash:
|
|
||||||
celo-mainnet-op-geth-pruned-leveldb-hash:
|
celo-mainnet-op-geth-pruned-leveldb-hash:
|
||||||
celo-mainnet-op-geth-pruned-leveldb-hash_eigenda-proxy:
|
celo-mainnet-op-geth-pruned-leveldb-hash_eigenda-proxy:
|
||||||
|
|
||||||
@@ -341,40 +284,4 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
- id: $${ID}
|
|
||||||
labels:
|
|
||||||
provider: $${PROVIDER}
|
|
||||||
connection:
|
|
||||||
generic:
|
|
||||||
rpc:
|
|
||||||
url: $${RPC_URL}
|
|
||||||
ws:
|
|
||||||
frameSize: 20Mb
|
|
||||||
msgSize: 50Mb
|
|
||||||
url: $${WS_URL}
|
|
||||||
chain: celo
|
|
||||||
method-groups:
|
|
||||||
enabled:
|
|
||||||
- debug
|
|
||||||
- filter
|
|
||||||
methods:
|
|
||||||
disabled:
|
|
||||||
enabled:
|
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
|
||||||
# standard geth only
|
|
||||||
- name: debug_getRawBlock
|
|
||||||
- name: debug_getRawTransaction
|
|
||||||
- name: debug_getRawReceipts
|
|
||||||
- name: debug_getRawHeader
|
|
||||||
- name: debug_getBadBlocks
|
|
||||||
# non standard geth only slightly dangerous
|
|
||||||
- name: debug_intermediateRoots
|
|
||||||
- name: debug_dumpBlock
|
|
||||||
# standard geth and erigon
|
|
||||||
- name: debug_accountRange
|
|
||||||
- name: debug_getModifiedAccountsByNumber
|
|
||||||
- name: debug_getModifiedAccountsByHash
|
|
||||||
# non standard geth and erigon
|
|
||||||
- name: eth_getRawTransactionByHash
|
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
|
||||||
...
|
...
|
||||||
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
celo-mainnet:
|
celo-mainnet:
|
||||||
image: ${CELO_GETH_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth}:${CELO_MAINNET_GETH_VERSION:-celo-v2.1.3}
|
image: ${CELO_GETH_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth}:${CELO_MAINNET_GETH_VERSION:-celo-v2.2.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
|
||||||
@@ -125,7 +125,7 @@ services:
|
|||||||
- traefik.http.routers.celo-mainnet-op-geth-pruned-pebble-hash.middlewares=celo-mainnet-op-geth-pruned-pebble-hash-stripprefix, ipallowlist
|
- traefik.http.routers.celo-mainnet-op-geth-pruned-pebble-hash.middlewares=celo-mainnet-op-geth-pruned-pebble-hash-stripprefix, ipallowlist
|
||||||
|
|
||||||
celo-mainnet-node:
|
celo-mainnet-node:
|
||||||
image: ${CELO_NODE_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node}:${CELO_MAINNET_NODE_VERSION:-celo-v2.1.1}
|
image: ${CELO_NODE_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node}:${CELO_MAINNET_NODE_VERSION:-celo-v2.2.0}
|
||||||
ports:
|
ports:
|
||||||
- 16775:16775
|
- 16775:16775
|
||||||
- 16775:16775/udp
|
- 16775:16775/udp
|
||||||
@@ -201,7 +201,7 @@ services:
|
|||||||
- traefik.http.routers.celo-mainnet-op-geth-pruned-pebble-hash-node.middlewares=celo-mainnet-op-geth-pruned-pebble-hash-node-stripprefix, ipallowlist
|
- traefik.http.routers.celo-mainnet-op-geth-pruned-pebble-hash-node.middlewares=celo-mainnet-op-geth-pruned-pebble-hash-node-stripprefix, ipallowlist
|
||||||
|
|
||||||
celo-mainnet-relay:
|
celo-mainnet-relay:
|
||||||
image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_MAINNET_EIGENDA_PROXY_VERSION:-v1.8.2}
|
image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_MAINNET_EIGENDA_PROXY_VERSION:-v2.6.0}
|
||||||
expose:
|
expose:
|
||||||
- 4242
|
- 4242
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
celo-mainnet:
|
celo-mainnet:
|
||||||
image: ${CELO_GETH_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth}:${CELO_MAINNET_GETH_VERSION:-celo-v2.1.3}
|
image: ${CELO_GETH_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth}:${CELO_MAINNET_GETH_VERSION:-celo-v2.2.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
|
||||||
@@ -125,7 +125,7 @@ services:
|
|||||||
- traefik.http.routers.celo-mainnet-op-geth-pruned-pebble-path.middlewares=celo-mainnet-op-geth-pruned-pebble-path-stripprefix, ipallowlist
|
- traefik.http.routers.celo-mainnet-op-geth-pruned-pebble-path.middlewares=celo-mainnet-op-geth-pruned-pebble-path-stripprefix, ipallowlist
|
||||||
|
|
||||||
celo-mainnet-node:
|
celo-mainnet-node:
|
||||||
image: ${CELO_NODE_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node}:${CELO_MAINNET_NODE_VERSION:-celo-v2.1.1}
|
image: ${CELO_NODE_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node}:${CELO_MAINNET_NODE_VERSION:-celo-v2.2.0}
|
||||||
ports:
|
ports:
|
||||||
- 16993:16993
|
- 16993:16993
|
||||||
- 16993:16993/udp
|
- 16993:16993/udp
|
||||||
@@ -201,7 +201,7 @@ services:
|
|||||||
- traefik.http.routers.celo-mainnet-op-geth-pruned-pebble-path-node.middlewares=celo-mainnet-op-geth-pruned-pebble-path-node-stripprefix, ipallowlist
|
- traefik.http.routers.celo-mainnet-op-geth-pruned-pebble-path-node.middlewares=celo-mainnet-op-geth-pruned-pebble-path-node-stripprefix, ipallowlist
|
||||||
|
|
||||||
celo-mainnet-relay:
|
celo-mainnet-relay:
|
||||||
image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_MAINNET_EIGENDA_PROXY_VERSION:-v1.8.2}
|
image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_MAINNET_EIGENDA_PROXY_VERSION:-v2.6.0}
|
||||||
expose:
|
expose:
|
||||||
- 4242
|
- 4242
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
celo-sepolia-archive:
|
celo-sepolia-archive:
|
||||||
image: ${CELO_GETH_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth}:${CELO_SEPOLIA_GETH_VERSION:-celo-v2.1.3}
|
image: ${CELO_GETH_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth}:${CELO_SEPOLIA_GETH_VERSION:-celo-v2.2.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
|
||||||
@@ -125,7 +125,7 @@ services:
|
|||||||
- traefik.http.routers.celo-sepolia-op-geth-archive-leveldb-hash.middlewares=celo-sepolia-op-geth-archive-leveldb-hash-stripprefix, ipallowlist
|
- traefik.http.routers.celo-sepolia-op-geth-archive-leveldb-hash.middlewares=celo-sepolia-op-geth-archive-leveldb-hash-stripprefix, ipallowlist
|
||||||
|
|
||||||
celo-sepolia-archive-node:
|
celo-sepolia-archive-node:
|
||||||
image: ${CELO_NODE_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node}:${CELO_SEPOLIA_NODE_VERSION:-celo-v2.1.1}
|
image: ${CELO_NODE_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node}:${CELO_SEPOLIA_NODE_VERSION:-celo-v2.2.0}
|
||||||
ports:
|
ports:
|
||||||
- 17469:17469
|
- 17469:17469
|
||||||
- 17469:17469/udp
|
- 17469:17469/udp
|
||||||
@@ -201,7 +201,7 @@ services:
|
|||||||
- traefik.http.routers.celo-sepolia-op-geth-archive-leveldb-hash-node.middlewares=celo-sepolia-op-geth-archive-leveldb-hash-node-stripprefix, ipallowlist
|
- traefik.http.routers.celo-sepolia-op-geth-archive-leveldb-hash-node.middlewares=celo-sepolia-op-geth-archive-leveldb-hash-node-stripprefix, ipallowlist
|
||||||
|
|
||||||
celo-sepolia-archive-relay:
|
celo-sepolia-archive-relay:
|
||||||
image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_SEPOLIA_EIGENDA_PROXY_VERSION:-v1.8.2}
|
image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_SEPOLIA_EIGENDA_PROXY_VERSION:-v2.6.0}
|
||||||
expose:
|
expose:
|
||||||
- 4242
|
- 4242
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
celo-sepolia-archive:
|
celo-sepolia-archive:
|
||||||
image: ${CELO_GETH_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth}:${CELO_SEPOLIA_GETH_VERSION:-celo-v2.1.3}
|
image: ${CELO_GETH_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth}:${CELO_SEPOLIA_GETH_VERSION:-celo-v2.2.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
|
||||||
@@ -125,7 +125,7 @@ services:
|
|||||||
- traefik.http.routers.celo-sepolia-op-geth-archive-pebble-hash.middlewares=celo-sepolia-op-geth-archive-pebble-hash-stripprefix, ipallowlist
|
- traefik.http.routers.celo-sepolia-op-geth-archive-pebble-hash.middlewares=celo-sepolia-op-geth-archive-pebble-hash-stripprefix, ipallowlist
|
||||||
|
|
||||||
celo-sepolia-archive-node:
|
celo-sepolia-archive-node:
|
||||||
image: ${CELO_NODE_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node}:${CELO_SEPOLIA_NODE_VERSION:-celo-v2.1.1}
|
image: ${CELO_NODE_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node}:${CELO_SEPOLIA_NODE_VERSION:-celo-v2.2.0}
|
||||||
ports:
|
ports:
|
||||||
- 16859:16859
|
- 16859:16859
|
||||||
- 16859:16859/udp
|
- 16859:16859/udp
|
||||||
@@ -201,7 +201,7 @@ services:
|
|||||||
- traefik.http.routers.celo-sepolia-op-geth-archive-pebble-hash-node.middlewares=celo-sepolia-op-geth-archive-pebble-hash-node-stripprefix, ipallowlist
|
- traefik.http.routers.celo-sepolia-op-geth-archive-pebble-hash-node.middlewares=celo-sepolia-op-geth-archive-pebble-hash-node-stripprefix, ipallowlist
|
||||||
|
|
||||||
celo-sepolia-archive-relay:
|
celo-sepolia-archive-relay:
|
||||||
image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_SEPOLIA_EIGENDA_PROXY_VERSION:-v1.8.2}
|
image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_SEPOLIA_EIGENDA_PROXY_VERSION:-v2.6.0}
|
||||||
expose:
|
expose:
|
||||||
- 4242
|
- 4242
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
celo-sepolia-archive:
|
celo-sepolia-archive:
|
||||||
image: ${CELO_GETH_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth}:${CELO_SEPOLIA_GETH_VERSION:-celo-v2.1.3}
|
image: ${CELO_GETH_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth}:${CELO_SEPOLIA_GETH_VERSION:-celo-v2.2.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
|
||||||
@@ -125,7 +125,7 @@ services:
|
|||||||
- traefik.http.routers.celo-sepolia-op-geth-archive-pebble-path.middlewares=celo-sepolia-op-geth-archive-pebble-path-stripprefix, ipallowlist
|
- traefik.http.routers.celo-sepolia-op-geth-archive-pebble-path.middlewares=celo-sepolia-op-geth-archive-pebble-path-stripprefix, ipallowlist
|
||||||
|
|
||||||
celo-sepolia-archive-node:
|
celo-sepolia-archive-node:
|
||||||
image: ${CELO_NODE_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node}:${CELO_SEPOLIA_NODE_VERSION:-celo-v2.1.1}
|
image: ${CELO_NODE_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node}:${CELO_SEPOLIA_NODE_VERSION:-celo-v2.2.0}
|
||||||
ports:
|
ports:
|
||||||
- 18856:18856
|
- 18856:18856
|
||||||
- 18856:18856/udp
|
- 18856:18856/udp
|
||||||
@@ -201,7 +201,7 @@ services:
|
|||||||
- traefik.http.routers.celo-sepolia-op-geth-archive-pebble-path-node.middlewares=celo-sepolia-op-geth-archive-pebble-path-node-stripprefix, ipallowlist
|
- traefik.http.routers.celo-sepolia-op-geth-archive-pebble-path-node.middlewares=celo-sepolia-op-geth-archive-pebble-path-node-stripprefix, ipallowlist
|
||||||
|
|
||||||
celo-sepolia-archive-relay:
|
celo-sepolia-archive-relay:
|
||||||
image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_SEPOLIA_EIGENDA_PROXY_VERSION:-v1.8.2}
|
image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_SEPOLIA_EIGENDA_PROXY_VERSION:-v2.6.0}
|
||||||
expose:
|
expose:
|
||||||
- 4242
|
- 4242
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
celo-sepolia:
|
celo-sepolia:
|
||||||
image: ${CELO_GETH_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth}:${CELO_SEPOLIA_GETH_VERSION:-celo-v2.1.3}
|
image: ${CELO_GETH_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth}:${CELO_SEPOLIA_GETH_VERSION:-celo-v2.2.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
|
||||||
@@ -125,7 +125,7 @@ services:
|
|||||||
- traefik.http.routers.celo-sepolia-op-geth-pruned-pebble-hash.middlewares=celo-sepolia-op-geth-pruned-pebble-hash-stripprefix, ipallowlist
|
- traefik.http.routers.celo-sepolia-op-geth-pruned-pebble-hash.middlewares=celo-sepolia-op-geth-pruned-pebble-hash-stripprefix, ipallowlist
|
||||||
|
|
||||||
celo-sepolia-node:
|
celo-sepolia-node:
|
||||||
image: ${CELO_NODE_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node}:${CELO_SEPOLIA_NODE_VERSION:-celo-v2.1.1}
|
image: ${CELO_NODE_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node}:${CELO_SEPOLIA_NODE_VERSION:-celo-v2.2.0}
|
||||||
ports:
|
ports:
|
||||||
- 17551:17551
|
- 17551:17551
|
||||||
- 17551:17551/udp
|
- 17551:17551/udp
|
||||||
@@ -201,7 +201,7 @@ services:
|
|||||||
- traefik.http.routers.celo-sepolia-op-geth-pruned-pebble-hash-node.middlewares=celo-sepolia-op-geth-pruned-pebble-hash-node-stripprefix, ipallowlist
|
- traefik.http.routers.celo-sepolia-op-geth-pruned-pebble-hash-node.middlewares=celo-sepolia-op-geth-pruned-pebble-hash-node-stripprefix, ipallowlist
|
||||||
|
|
||||||
celo-sepolia-relay:
|
celo-sepolia-relay:
|
||||||
image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_SEPOLIA_EIGENDA_PROXY_VERSION:-v1.8.2}
|
image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_SEPOLIA_EIGENDA_PROXY_VERSION:-v2.6.0}
|
||||||
expose:
|
expose:
|
||||||
- 4242
|
- 4242
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
celo-sepolia:
|
celo-sepolia:
|
||||||
image: ${CELO_GETH_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth}:${CELO_SEPOLIA_GETH_VERSION:-celo-v2.1.3}
|
image: ${CELO_GETH_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth}:${CELO_SEPOLIA_GETH_VERSION:-celo-v2.2.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
|
||||||
@@ -125,7 +125,7 @@ services:
|
|||||||
- traefik.http.routers.celo-sepolia-op-geth-pruned-pebble-path.middlewares=celo-sepolia-op-geth-pruned-pebble-path-stripprefix, ipallowlist
|
- traefik.http.routers.celo-sepolia-op-geth-pruned-pebble-path.middlewares=celo-sepolia-op-geth-pruned-pebble-path-stripprefix, ipallowlist
|
||||||
|
|
||||||
celo-sepolia-node:
|
celo-sepolia-node:
|
||||||
image: ${CELO_NODE_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node}:${CELO_SEPOLIA_NODE_VERSION:-celo-v2.1.1}
|
image: ${CELO_NODE_IMAGE:-us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node}:${CELO_SEPOLIA_NODE_VERSION:-celo-v2.2.0}
|
||||||
ports:
|
ports:
|
||||||
- 16145:16145
|
- 16145:16145
|
||||||
- 16145:16145/udp
|
- 16145:16145/udp
|
||||||
@@ -201,7 +201,7 @@ services:
|
|||||||
- traefik.http.routers.celo-sepolia-op-geth-pruned-pebble-path-node.middlewares=celo-sepolia-op-geth-pruned-pebble-path-node-stripprefix, ipallowlist
|
- traefik.http.routers.celo-sepolia-op-geth-pruned-pebble-path-node.middlewares=celo-sepolia-op-geth-pruned-pebble-path-node-stripprefix, ipallowlist
|
||||||
|
|
||||||
celo-sepolia-relay:
|
celo-sepolia-relay:
|
||||||
image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_SEPOLIA_EIGENDA_PROXY_VERSION:-v1.8.2}
|
image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_SEPOLIA_EIGENDA_PROXY_VERSION:-v2.6.0}
|
||||||
expose:
|
expose:
|
||||||
- 4242
|
- 4242
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -257,7 +257,7 @@
|
|||||||
"hashkey-testnet": {
|
"hashkey-testnet": {
|
||||||
"id": 133,
|
"id": 133,
|
||||||
"urls": [
|
"urls": [
|
||||||
"https://testnet.hsk.xyz"
|
"https://hashkeychain-testnet.alt.technology"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"polygon": {
|
"polygon": {
|
||||||
@@ -650,6 +650,12 @@
|
|||||||
"https://testrpc.xlayer.tech"
|
"https://testrpc.xlayer.tech"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"ronin-saigon": {
|
||||||
|
"id": 2021,
|
||||||
|
"urls": [
|
||||||
|
"https://ronin-testnet.gateway.tenderly.co"
|
||||||
|
]
|
||||||
|
},
|
||||||
"alephzero-sepolia": {
|
"alephzero-sepolia": {
|
||||||
"id": 2039,
|
"id": 2039,
|
||||||
"urls": [
|
"urls": [
|
||||||
@@ -910,13 +916,15 @@
|
|||||||
"immutable-zkevm": {
|
"immutable-zkevm": {
|
||||||
"id": 13371,
|
"id": 13371,
|
||||||
"urls": [
|
"urls": [
|
||||||
"https://rpc.immutable.com"
|
"https://rpc.immutable.com",
|
||||||
|
"https://immutable-zkevm.drpc.org"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"immutable-zkevm-testnet": {
|
"immutable-zkevm-testnet": {
|
||||||
"id": 13473,
|
"id": 13473,
|
||||||
"urls": [
|
"urls": [
|
||||||
"https://rpc.testnet.immutable.com"
|
"https://rpc.testnet.immutable.com",
|
||||||
|
"https://immutable-zkevm-testnet.drpc.org"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"gravity-alpha-sepolia": {
|
"gravity-alpha-sepolia": {
|
||||||
@@ -1269,12 +1277,6 @@
|
|||||||
"https://rpc.hoodi.taiko.xyz"
|
"https://rpc.hoodi.taiko.xyz"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ronin-saigon": {
|
|
||||||
"id": 2021,
|
|
||||||
"urls": [
|
|
||||||
"https://ronin-testnet.gateway.tenderly.co"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"filecoin-calibration": {
|
"filecoin-calibration": {
|
||||||
"id": 314159,
|
"id": 314159,
|
||||||
"urls": [
|
"urls": [
|
||||||
@@ -1539,13 +1541,13 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"aztec-devnet": {
|
"aztec-devnet": {
|
||||||
"rollup_version": "615022430",
|
"rollup_version": "1647720761",
|
||||||
"urls": [
|
"urls": [
|
||||||
"https://v4-devnet-2.aztec-labs.com/"
|
"https://devnet-6.aztec-labs.com/"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"aztec-testnet": {
|
"aztec-testnet": {
|
||||||
"rollup_version": "4127419662",
|
"rollup_version": "2500495677",
|
||||||
"urls": [
|
"urls": [
|
||||||
"https://rpc.testnet.aztec-labs.com"
|
"https://rpc.testnet.aztec-labs.com"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user