diff --git a/README.md b/README.md index fe5163ef..a0c9c067 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,12 @@ See the [sample config](/configs/config.sample.yml). ## Features - Round-robin load balancing for EVM-based JSON RPCs. -- Health checks for block height, peer count, and sync status. +- Health checks for block height and peer count. - Automated routing to nodes at max block height for data consistency. - Node groups with priority levels (e.g. primary/fallback). - Multichain support. - Intelligent routing to archive/full nodes based on type of JSON RPC request (state vs nonstate). +- Method based routing. - Support for self-hosted nodes and node providers with basic authentication. - Prometheus metrics. - And much more! diff --git a/configs/config.sample.yml b/configs/config.sample.yml index 13faee32..18ec23da 100644 --- a/configs/config.sample.yml +++ b/configs/config.sample.yml @@ -48,6 +48,8 @@ chains: wsURL: "wss://12.57.207.168:8546" group: primary nodeType: full + methods: + disabled: eth_getLogs - id: infura-eth httpURL: "https://mainnet.infura.io/v3/${INFURA_API_KEY}" wsURL: "wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}"