Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update #101

Merged
merged 1 commit into from
Mar 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 2 additions & 0 deletions configs/config.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down