From 15f9691b3731c8a57ce37bbd8c83dcc90a042775 Mon Sep 17 00:00:00 2001 From: Para Dox Date: Mon, 28 Apr 2025 16:40:24 +0700 Subject: [PATCH] fix --- .../besu/ethereum-classic-mainnet-besu-pruned-bonsai.yml | 4 ++-- linea/besu/linea-mainnet-besu-pruned-bonsai.yml | 4 ++-- linea/besu/linea-sepolia-besu-pruned-bonsai.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ethereum-classic/besu/ethereum-classic-mainnet-besu-pruned-bonsai.yml b/ethereum-classic/besu/ethereum-classic-mainnet-besu-pruned-bonsai.yml index f5a1ee49..70e1a978 100644 --- a/ethereum-classic/besu/ethereum-classic-mainnet-besu-pruned-bonsai.yml +++ b/ethereum-classic/besu/ethereum-classic-mainnet-besu-pruned-bonsai.yml @@ -30,12 +30,12 @@ services: - --host-allowlist=* - --network=mainnet - --p2p-port=14038 - - --rpc-http-api=[eth,net,web3,debug,admin,txpool] + - --rpc-http-api=ETH,NET,WEB3,DEBUG,ADMIN,TXPOOL - --rpc-http-enabled=true - --rpc-http-host=0.0.0.0 - --rpc-http-max-active-connections=20000 - --rpc-http-port=8545 - - --rpc-ws-api=[eth,net,web3,debug,admin,txpool] + - --rpc-ws-api=ETH,NET,WEB3,DEBUG,ADMIN,TXPOOL - --rpc-ws-enabled=true - --rpc-ws-host=0.0.0.0 - --rpc-ws-port=8545 diff --git a/linea/besu/linea-mainnet-besu-pruned-bonsai.yml b/linea/besu/linea-mainnet-besu-pruned-bonsai.yml index 29fbacc2..879f428c 100644 --- a/linea/besu/linea-mainnet-besu-pruned-bonsai.yml +++ b/linea/besu/linea-mainnet-besu-pruned-bonsai.yml @@ -34,12 +34,12 @@ services: - --host-allowlist=* - --p2p-port=14816 - --plugin-linea-l1-rpc-endpoint=${ETHEREUM_MAINNET_EXECUTION_RPC} - - --rpc-http-api=[eth,net,web3,debug,trace,txpool,linea] + - --rpc-http-api=ETH,NET,WEB3,DEBUG,TRACE,TXPOOL,LINEA - --rpc-http-enabled=true - --rpc-http-host=0.0.0.0 - --rpc-http-max-active-connections=20000 - --rpc-http-port=8545 - - --rpc-ws-api=[eth,net,web3,debug,trace,txpool,linea] + - --rpc-ws-api=ETH,NET,WEB3,DEBUG,TRACE,TXPOOL,LINEA - --rpc-ws-enabled=true - --rpc-ws-host=0.0.0.0 - --rpc-ws-port=8545 diff --git a/linea/besu/linea-sepolia-besu-pruned-bonsai.yml b/linea/besu/linea-sepolia-besu-pruned-bonsai.yml index b1c1b8f8..d4114800 100644 --- a/linea/besu/linea-sepolia-besu-pruned-bonsai.yml +++ b/linea/besu/linea-sepolia-besu-pruned-bonsai.yml @@ -34,12 +34,12 @@ services: - --host-allowlist=* - --p2p-port=14691 - --plugin-linea-l1-rpc-endpoint=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - --rpc-http-api=[eth,net,web3,debug,trace,txpool,linea] + - --rpc-http-api=ETH,NET,WEB3,DEBUG,TRACE,TXPOOL,LINEA - --rpc-http-enabled=true - --rpc-http-host=0.0.0.0 - --rpc-http-max-active-connections=20000 - --rpc-http-port=8545 - - --rpc-ws-api=[eth,net,web3,debug,trace,txpool,linea] + - --rpc-ws-api=ETH,NET,WEB3,DEBUG,TRACE,TXPOOL,LINEA - --rpc-ws-enabled=true - --rpc-ws-host=0.0.0.0 - --rpc-ws-port=8545