Custom Chain
There is often the case that some chain is not supported by Sentio at the moment, beside ask Sentio to add support, you could actually bring your own RPC node (must be archive node).
Sentio Processor
In sentio.yaml
file, add the following sections
networkOverrides:
- chain: <Chain ID>
host: <Your own rpc>
Where Chain ID must be some ID in π Supported Networks, e.g. 1
, in the future we may not need that.
Subgraph
In Subgraph's manifest file, put your RPC endpoint in the network field, e.g.
network: 'http://my-forked-rpc-endpoint'
Updated 22 days ago