disab;e faulty method

This commit is contained in:
Sebastian
2024-12-02 13:10:02 +01:00
parent 9a7bfac022
commit fb7ff43a61
2 changed files with 42 additions and 0 deletions

21
base-reth-fullnode.cfg Normal file
View File

@@ -0,0 +1,21 @@
- id: ${ID}
chain: ${CHAIN}
labels:
provider: ${PROVIDER}
method-groups:
enabled:
- debug
- filter
methods:
enabled:
- name: txpool_content
disabled:
- name: eth_maxPriorityFeePerGas
connection:
generic:
rpc:
url: "${RPC_URL}"
ws:
frameSize: 20Mb
msgSize: 50Mb
url: "${WS_URL}"

21
base-reth.cfg Normal file
View File

@@ -0,0 +1,21 @@
- id: ${ID}
chain: ${CHAIN}
labels:
provider: ${PROVIDER}
method-groups:
enabled:
- debug
- filter
methods:
enabled:
- name: txpool_content
disabled:
- name: eth_maxPriorityFeePerGas
connection:
generic:
rpc:
url: "${RPC_URL}"
ws:
frameSize: 20Mb
msgSize: 50Mb
url: "${WS_URL}"