From a5f17362119a57139e1f5c9a906604b73deba462 Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Fri, 28 Mar 2025 13:41:56 +0100 Subject: [PATCH] fix --- .../ethereum-holesky-reth-archive-trace.yml | 37 +++++++++---------- .../ethereum-holesky-reth-pruned-trace.yml | 37 +++++++++---------- .../ethereum-mainnet-reth-archive-trace.yml | 37 +++++++++---------- .../ethereum-mainnet-reth-pruned-trace.yml | 37 +++++++++---------- .../ethereum-sepolia-reth-archive-trace.yml | 37 +++++++++---------- .../ethereum-sepolia-reth-pruned-trace.yml | 37 +++++++++---------- 6 files changed, 108 insertions(+), 114 deletions(-) diff --git a/ethereum/reth/ethereum-holesky-reth-archive-trace.yml b/ethereum/reth/ethereum-holesky-reth-archive-trace.yml index 42d99d67..c24633c0 100644 --- a/ethereum/reth/ethereum-holesky-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-holesky-reth-archive-trace.yml @@ -13,27 +13,26 @@ services: - "10752:10752" - "10752:10752/udp" restart: unless-stopped - entrypoint: ["reth" "node"] - command: > - - --chain holesky - - --rpc-max-connections 429496729 - - --metrics 0.0.0.0:9001 + entrypoint: ["reth", "node"] + command: + - --chain=holesky + - --metrics=0.0.0.0:9001 - --http - - --http.addr 0.0.0.0 - - --http.port 8545 + - --http.addr=0.0.0.0 + - --http.port=8545 - --ws - - --ws.addr 0.0.0.0 - - --ws.port 8545 - - --ws.origins '*' - - --port 10752 - - --discovery.port 10752 - - --authrpc.addr 0.0.0.0 - - --authrpc.jwtsecret /jwtsecret - - --http.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin" - - --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin" - - --http.corsdomain '*' - - --rpc.max-logs-per-response 1100000 - - --rpc.gascap 600000000 + - --ws.addr=0.0.0.0 + - --ws.port=8545 + - --ws.origins=* + - --port=10752 + - --discovery.port=10752 + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin + - --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin + - --http.corsdomain=* + - --rpc.max-logs-per-response=1100000 + - --rpc.gascap=600000000 stop_grace_period: 1m labels: diff --git a/ethereum/reth/ethereum-holesky-reth-pruned-trace.yml b/ethereum/reth/ethereum-holesky-reth-pruned-trace.yml index 5a0cc5fd..86beafb4 100644 --- a/ethereum/reth/ethereum-holesky-reth-pruned-trace.yml +++ b/ethereum/reth/ethereum-holesky-reth-pruned-trace.yml @@ -13,27 +13,26 @@ services: - "10849:10849" - "10849:10849/udp" restart: unless-stopped - entrypoint: ["reth" "node"] - command: > - - --chain holesky - - --rpc-max-connections 429496729 - - --metrics 0.0.0.0:9001 + entrypoint: ["reth", "node"] + command: + - --chain=holesky + - --metrics=0.0.0.0:9001 - --http - - --http.addr 0.0.0.0 - - --http.port 8545 + - --http.addr=0.0.0.0 + - --http.port=8545 - --ws - - --ws.addr 0.0.0.0 - - --ws.port 8545 - - --ws.origins '*' - - --port 10849 - - --discovery.port 10849 - - --authrpc.addr 0.0.0.0 - - --authrpc.jwtsecret /jwtsecret - - --http.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin" - - --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin" - - --http.corsdomain '*' - - --rpc.max-logs-per-response 1100000 - - --rpc.gascap 600000000 + - --ws.addr=0.0.0.0 + - --ws.port=8545 + - --ws.origins=* + - --port=10849 + - --discovery.port=10849 + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin + - --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin + - --http.corsdomain=* + - --rpc.max-logs-per-response=1100000 + - --rpc.gascap=600000000 - --full stop_grace_period: 1m labels: diff --git a/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml b/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml index 4a929ed8..13b7cd9f 100644 --- a/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml @@ -13,27 +13,26 @@ services: - "10563:10563" - "10563:10563/udp" restart: unless-stopped - entrypoint: ["reth" "node"] - command: > - - --chain mainnet - - --rpc-max-connections 429496729 - - --metrics 0.0.0.0:9001 + entrypoint: ["reth", "node"] + command: + - --chain=mainnet + - --metrics=0.0.0.0:9001 - --http - - --http.addr 0.0.0.0 - - --http.port 8545 + - --http.addr=0.0.0.0 + - --http.port=8545 - --ws - - --ws.addr 0.0.0.0 - - --ws.port 8545 - - --ws.origins '*' - - --port 10563 - - --discovery.port 10563 - - --authrpc.addr 0.0.0.0 - - --authrpc.jwtsecret /jwtsecret - - --http.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin" - - --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin" - - --http.corsdomain '*' - - --rpc.max-logs-per-response 1100000 - - --rpc.gascap 600000000 + - --ws.addr=0.0.0.0 + - --ws.port=8545 + - --ws.origins=* + - --port=10563 + - --discovery.port=10563 + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin + - --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin + - --http.corsdomain=* + - --rpc.max-logs-per-response=1100000 + - --rpc.gascap=600000000 stop_grace_period: 1m labels: diff --git a/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml b/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml index 512a07d1..1d3a2793 100644 --- a/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml +++ b/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml @@ -13,27 +13,26 @@ services: - "10150:10150" - "10150:10150/udp" restart: unless-stopped - entrypoint: ["reth" "node"] - command: > - - --chain mainnet - - --rpc-max-connections 429496729 - - --metrics 0.0.0.0:9001 + entrypoint: ["reth", "node"] + command: + - --chain=mainnet + - --metrics=0.0.0.0:9001 - --http - - --http.addr 0.0.0.0 - - --http.port 8545 + - --http.addr=0.0.0.0 + - --http.port=8545 - --ws - - --ws.addr 0.0.0.0 - - --ws.port 8545 - - --ws.origins '*' - - --port 10150 - - --discovery.port 10150 - - --authrpc.addr 0.0.0.0 - - --authrpc.jwtsecret /jwtsecret - - --http.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin" - - --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin" - - --http.corsdomain '*' - - --rpc.max-logs-per-response 1100000 - - --rpc.gascap 600000000 + - --ws.addr=0.0.0.0 + - --ws.port=8545 + - --ws.origins=* + - --port=10150 + - --discovery.port=10150 + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin + - --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin + - --http.corsdomain=* + - --rpc.max-logs-per-response=1100000 + - --rpc.gascap=600000000 - --full stop_grace_period: 1m labels: diff --git a/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml b/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml index 86c26dac..026f8067 100644 --- a/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml @@ -13,27 +13,26 @@ services: - "10330:10330" - "10330:10330/udp" restart: unless-stopped - entrypoint: ["reth" "node"] - command: > - - --chain sepolia - - --rpc-max-connections 429496729 - - --metrics 0.0.0.0:9001 + entrypoint: ["reth", "node"] + command: + - --chain=sepolia + - --metrics=0.0.0.0:9001 - --http - - --http.addr 0.0.0.0 - - --http.port 8545 + - --http.addr=0.0.0.0 + - --http.port=8545 - --ws - - --ws.addr 0.0.0.0 - - --ws.port 8545 - - --ws.origins '*' - - --port 10330 - - --discovery.port 10330 - - --authrpc.addr 0.0.0.0 - - --authrpc.jwtsecret /jwtsecret - - --http.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin" - - --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin" - - --http.corsdomain '*' - - --rpc.max-logs-per-response 1100000 - - --rpc.gascap 600000000 + - --ws.addr=0.0.0.0 + - --ws.port=8545 + - --ws.origins=* + - --port=10330 + - --discovery.port=10330 + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin + - --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin + - --http.corsdomain=* + - --rpc.max-logs-per-response=1100000 + - --rpc.gascap=600000000 stop_grace_period: 1m labels: diff --git a/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml b/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml index be9472fd..a0bdfb2e 100644 --- a/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml +++ b/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml @@ -13,27 +13,26 @@ services: - "10150:10150" - "10150:10150/udp" restart: unless-stopped - entrypoint: ["reth" "node"] - command: > - - --chain sepolia - - --rpc-max-connections 429496729 - - --metrics 0.0.0.0:9001 + entrypoint: ["reth", "node"] + command: + - --chain=sepolia + - --metrics=0.0.0.0:9001 - --http - - --http.addr 0.0.0.0 - - --http.port 8545 + - --http.addr=0.0.0.0 + - --http.port=8545 - --ws - - --ws.addr 0.0.0.0 - - --ws.port 8545 - - --ws.origins '*' - - --port 10150 - - --discovery.port 10150 - - --authrpc.addr 0.0.0.0 - - --authrpc.jwtsecret /jwtsecret - - --http.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin" - - --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin" - - --http.corsdomain '*' - - --rpc.max-logs-per-response 1100000 - - --rpc.gascap 600000000 + - --ws.addr=0.0.0.0 + - --ws.port=8545 + - --ws.origins=* + - --port=10150 + - --discovery.port=10150 + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin + - --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin + - --http.corsdomain=* + - --rpc.max-logs-per-response=1100000 + - --rpc.gascap=600000000 - --full stop_grace_period: 1m labels: