From 710dd6e8d40d0b378ef04c7c95d6c9f816c9d128 Mon Sep 17 00:00:00 2001 From: Jordyn | Envio <82444671+Jordy-Baby@users.noreply.github.com> Date: Fri, 6 Feb 2026 13:00:26 +0000 Subject: [PATCH] Delete docs/HyperIndex/supported-networks/fantom-testnet.md --- .../supported-networks/fantom-testnet.md | 54 ------------------- 1 file changed, 54 deletions(-) delete mode 100644 docs/HyperIndex/supported-networks/fantom-testnet.md diff --git a/docs/HyperIndex/supported-networks/fantom-testnet.md b/docs/HyperIndex/supported-networks/fantom-testnet.md deleted file mode 100644 index 9038a47f..00000000 --- a/docs/HyperIndex/supported-networks/fantom-testnet.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -id: fantom-testnet -title: Fantom Testnet -description: Start indexing Fantom Testnet data with Envio. A blazing-fast, developer-friendly multichain blockchain indexer. -sidebar_label: Fantom Testnet -slug: /fantom-testnet ---- - -# Fantom Testnet - -## Indexing Fantom Testnet Data with Envio via RPC - -:::warning -RPC as a source is not as fast as HyperSync. It is important in production to source RPC data from reliable sources. We recommend our partners at [drpc.org](https://drpc.org). Below, we have provided a set of free endpoints sourced from chainlist.org. **We don't recommend using these in production** as they may be rate limited. We recommend [tweaking the RPC config](./rpc-sync) to accommodate potential rate limiting. -::: - -We suggest getting the latest from [chainlist.org](https://chainlist.org). - -### Overview - -Envio supports Fantom Testnet through an RPC-based indexing approach. This method allows you to ingest blockchain data via an RPC endpoint by setting the RPC configuration. - ---- - -### Defining Network Configurations - -To use Fantom Testnet, define the RPC configuration in your network configuration file as follows: - -:::info -You may need to adjust more parameters of the [rpc configuration](./rpc-sync) to support the specific rpc provider. -::: - -```yaml -name: IndexerName # Specify indexer name -description: Indexer Description # Include indexer description -networks: - - id: 4002 # Fantom Testnet - rpc_config: - url: https://rpc.ankr.com/fantom_testnet - # url: https://rpc.testnet.fantom.network # alternative, - # url: https://fantom-testnet-rpc.publicnode.com # alternative - start_block: START_BLOCK_NUMBER # Specify the starting block - contracts: - - name: ContractName - address: - - "0xYourContractAddress1" - - "0xYourContractAddress2" - handler: ./src/EventHandlers.ts - events: - - event: Event # Specify event - - event: Event -``` - -Want HyperSync for Fantom Testnet? Request network support here [Discord](https://discord.gg/fztEvj79m3)!