diff --git a/docs/HyperIndex/Troubleshoot/common-issues.md b/docs/HyperIndex/Troubleshoot/common-issues.md index b2eb1674..4824cb3f 100644 --- a/docs/HyperIndex/Troubleshoot/common-issues.md +++ b/docs/HyperIndex/Troubleshoot/common-issues.md @@ -43,6 +43,22 @@ pnpm codegen > **Important:** Always run `pnpm codegen` immediately after cloning an indexer repository using Envio. +### Using Envio inside a monorepo + +**Problem:** Your indexer lives inside a larger monorepo and you see `Cannot find module` or missing-generated-code errors even after running `pnpm codegen`. + +**Cause:** `pnpm-workspace.yaml` doesn't include both your indexer root and its generated output directory. + +**Solution:** Add both `` and `/generated` to the `packages` list in `pnpm-workspace.yaml`, for example: + +```yaml +packages: + - "apps/*" + - "packages/*" + - "envio-indexer" + - "envio-indexer/generated" +``` + ### Smart contract updated after the initial codegen **Problem:** Changes to smart contracts aren't reflected in your blockchain indexer. diff --git a/docs/HyperRPC/hyperrpc-supported-networks.md b/docs/HyperRPC/hyperrpc-supported-networks.md index ac2061e9..aa4704bd 100644 --- a/docs/HyperRPC/hyperrpc-supported-networks.md +++ b/docs/HyperRPC/hyperrpc-supported-networks.md @@ -62,7 +62,6 @@ Here is a table of the currently supported networks on HyperRPC and their respec | Holesky | 17000 | https://holesky.rpc.hypersync.xyz or https://17000.rpc.hypersync.xyz | | Hoodi | 560048 | https://hoodi.rpc.hypersync.xyz or https://560048.rpc.hypersync.xyz | | Hyperliquid | 999 | https://hyperliquid.rpc.hypersync.xyz or https://999.rpc.hypersync.xyz | -| Injective* | 1776 | https://injective.rpc.hypersync.xyz or https://1776.rpc.hypersync.xyz | | Ink | 57073 | https://ink.rpc.hypersync.xyz or https://57073.rpc.hypersync.xyz | | Kroma | 255 | https://kroma.rpc.hypersync.xyz or https://255.rpc.hypersync.xyz | | Linea | 59144 | https://linea.rpc.hypersync.xyz or https://59144.rpc.hypersync.xyz | @@ -120,7 +119,6 @@ Here is a table of the currently supported networks on HyperRPC and their respec **Notes:** - **Base Traces***: Start block: 39000000 (earlier blocks available on request) -- **Injective***: Start block: 129846180 (non-evm before that) - **Sei***: Start block: 79123881 (non-evm before that) - **Sei Testnet***: Start block: 186100000 (non-evm before that) diff --git a/docs/HyperSync/hypersync-supported-networks.md b/docs/HyperSync/hypersync-supported-networks.md index db0a0718..65f793fb 100644 --- a/docs/HyperSync/hypersync-supported-networks.md +++ b/docs/HyperSync/hypersync-supported-networks.md @@ -55,6 +55,7 @@ If you are a network operator or user and would like improved service support or | Cyber | 7560 | https://cyber.hypersync.xyz or https://7560.hypersync.xyz | https://cyber.rpc.hypersync.xyz or https://7560.rpc.hypersync.xyz | 🪨 | | Eth Traces | 1 | https://eth-traces.hypersync.xyz or https://1-traces.hypersync.xyz | https://eth-traces.rpc.hypersync.xyz or https://1-traces.rpc.hypersync.xyz | 🏅 | | Ethereum Mainnet | 1 | https://eth.hypersync.xyz or https://1.hypersync.xyz | https://eth.rpc.hypersync.xyz or https://1.rpc.hypersync.xyz | 🏅 | +| Fantom | 250 | https://fantom.hypersync.xyz or https://250.hypersync.xyz | https://fantom.rpc.hypersync.xyz or https://250.rpc.hypersync.xyz | 🪨 | | Flare | 14 | https://flare.hypersync.xyz or https://14.hypersync.xyz | https://flare.rpc.hypersync.xyz or https://14.rpc.hypersync.xyz | 🪨 | | Fraxtal | 252 | https://fraxtal.hypersync.xyz or https://252.hypersync.xyz | https://fraxtal.rpc.hypersync.xyz or https://252.rpc.hypersync.xyz | 🪨 | | Fuji | 43113 | https://fuji.hypersync.xyz or https://43113.hypersync.xyz | https://fuji.rpc.hypersync.xyz or https://43113.rpc.hypersync.xyz | 🎒 | @@ -64,7 +65,6 @@ If you are a network operator or user and would like improved service support or | Holesky | 17000 | https://holesky.hypersync.xyz or https://17000.hypersync.xyz | https://holesky.rpc.hypersync.xyz or https://17000.rpc.hypersync.xyz | 🎒 | | Hoodi | 560048 | https://hoodi.hypersync.xyz or https://560048.hypersync.xyz | https://hoodi.rpc.hypersync.xyz or https://560048.rpc.hypersync.xyz | 🎒 | | Hyperliquid | 999 | https://hyperliquid.hypersync.xyz or https://999.hypersync.xyz | https://hyperliquid.rpc.hypersync.xyz or https://999.rpc.hypersync.xyz | 🪨 | -| Injective* | 1776 | https://injective.hypersync.xyz or https://1776.hypersync.xyz | https://injective.rpc.hypersync.xyz or https://1776.rpc.hypersync.xyz | 🥉 | | Ink | 57073 | https://ink.hypersync.xyz or https://57073.hypersync.xyz | https://ink.rpc.hypersync.xyz or https://57073.rpc.hypersync.xyz | 🪨 | | Kroma | 255 | https://kroma.hypersync.xyz or https://255.hypersync.xyz | https://kroma.rpc.hypersync.xyz or https://255.rpc.hypersync.xyz | 🪨 | | Linea | 59144 | https://linea.hypersync.xyz or https://59144.hypersync.xyz | https://linea.rpc.hypersync.xyz or https://59144.rpc.hypersync.xyz | 🥉 | @@ -122,7 +122,6 @@ If you are a network operator or user and would like improved service support or **Notes:** - **Base Traces***: Start block: 39000000 (earlier blocks available on request) -- **Injective***: Start block: 129846180 (non-evm before that) - **Sei***: Start block: 79123881 (non-evm before that) - **Sei Testnet***: Start block: 186100000 (non-evm before that) diff --git a/supported-networks.json b/supported-networks.json index 56a4973f..27d9ca0e 100644 --- a/supported-networks.json +++ b/supported-networks.json @@ -91,7 +91,6 @@ "supported-networks/hyperliquid", "supported-networks/immutable-zkevm", "supported-networks/immutable-zkevm-testnet", - "supported-networks/injective", "supported-networks/ink", "supported-networks/iotex-network", "supported-networks/japan-open-chain",