From 45f31a9cb15c0fc4d5d924eee2c0be1da0cec07e Mon Sep 17 00:00:00 2001 From: Yorick Date: Wed, 24 Jan 2024 17:42:14 +0000 Subject: [PATCH] Default execution API --- besu.yml | 2 -- nimbus-el.yml | 2 -- reth.yml | 4 ---- 3 files changed, 8 deletions(-) diff --git a/besu.yml b/besu.yml index 1055eef2..e103d99f 100644 --- a/besu.yml +++ b/besu.yml @@ -56,8 +56,6 @@ services: - --rpc-http-max-active-connections=65536 - --rpc-max-logs-range=65536 - --rpc-ws-enabled - - --rpc-ws-api - - "WEB3,ETH,NET" - --rpc-ws-host - 0.0.0.0 - --rpc-ws-port diff --git a/nimbus-el.yml b/nimbus-el.yml index ae4028f3..79b1fae6 100644 --- a/nimbus-el.yml +++ b/nimbus-el.yml @@ -44,14 +44,12 @@ services: - --rpc - --rpc-address=0.0.0.0 - --rpc-port=${EL_RPC_PORT:-8545} - - --rpc-api=eth - --data-dir=/var/lib/nimbus - --key-store=/var/lib/nimbus/nimbus/keystore - --tcp-port=${EL_P2P_PORT:-30303} - --ws - --ws-address=0.0.0.0 - --ws-port=${EL_WS_PORT:-8546} - - --ws-api=eth - --network=${NETWORK} - --metrics - --metrics-port=6060 diff --git a/reth.yml b/reth.yml index d7ba7a01..2dec2616 100644 --- a/reth.yml +++ b/reth.yml @@ -63,16 +63,12 @@ services: - 0.0.0.0 - --http.port - ${EL_RPC_PORT:-8545} - - --http.api - - web3,eth,net - --http.corsdomain=* - --ws - --ws.addr - 0.0.0.0 - --ws.port - ${EL_WS_PORT:-8546} - - --ws.api - - web3,eth,net - --ws.origins=* - --authrpc.addr - 0.0.0.0