Bundles
Bundles are a way to group multiple nodes or RPCs together under a single label. This is useful for managing multiple nodes or RPCs that are related to each other, such as those that belong to the same blockchain network.
Examples
Ethereum Nodes Bundle
ethereum_v1execution Geth nodeethereum_v2consensus Lighthouse node
Ethereum RPCs + Nodes Bundle
ethereum_v1HTTP RPCethereum_v1WS RPCethereum_v1execution Geth nodeethereum_v2consensus Lighthouse node
Polygon Nodes Bundle
ethereum_v1execution Bor nodetendermintconsensus Heimdall node
Ethereum RPCs + Nodes Bundle + Subgraph
ethereum_v1HTTP RPCethereum_v1WS RPCethereum_v1execution Geth Nodeethereum_v2consensus Lighthouse NodethegraphTheGraph subgraph RPCsubquerySubQuery subgraph RPC
Link node to consensus
rpcs:
- url: https://cloudflare-eth.com
bundle: mainnet-1
nodes:
my-execution:
protocol: ethereum_v1
bundle: mainnet-1
my-consensus:
protocol: ethereum_v2
bundle: mainnet-1
Link subgraph to rpc
rpcs:
- url: https://cloudflare-eth.com
bundle: mainnet-1
- url: https://thegraph.com/subgraphs/name/username/subgraph
bundle: mainnet-1