diff --git a/documentation/docs/pages/docs/start-building/add.mdx b/documentation/docs/pages/docs/start-building/add.mdx index 8f072e5f..82d37848 100644 --- a/documentation/docs/pages/docs/start-building/add.mdx +++ b/documentation/docs/pages/docs/start-building/add.mdx @@ -32,6 +32,8 @@ networks: This will skip for you if you only have one network setup. +By setting kind to "Hypersync" you could use [hypersync](https://docs.envio.dev/docs/HyperSync/overview) as a data source. + 2. "Enter Contract Address" - This is the contract address you want to add to your YAML project It will then download the ABI and put it in the `abis` folder and map it automatically in your YAML file. diff --git a/examples/rindexer_demo_cli/rindexer.yaml b/examples/rindexer_demo_cli/rindexer.yaml index ca114702..a2c5c483 100644 --- a/examples/rindexer_demo_cli/rindexer.yaml +++ b/examples/rindexer_demo_cli/rindexer.yaml @@ -7,6 +7,9 @@ networks: chain_id: 1 kind: Rpc rpc: https://mainnet.gateway.tenderly.co + +# kind: Hypersync +# rpc: https://1.hypersync.xyz storage: postgres: enabled: true