diff --git a/base-reth-fullnode.cfg b/base-reth-fullnode.cfg new file mode 100644 index 00000000..2cb35d1d --- /dev/null +++ b/base-reth-fullnode.cfg @@ -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}" diff --git a/base-reth.cfg b/base-reth.cfg new file mode 100644 index 00000000..2cb35d1d --- /dev/null +++ b/base-reth.cfg @@ -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}"