We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264ea98 commit 97c44b2Copy full SHA for 97c44b2
indexer-envio/.env.example
@@ -1,4 +1,12 @@
1
# To create or update a token visit https://envio.dev/app/api-tokens
2
ENVIO_API_TOKEN="<YOUR-API-TOKEN>"
3
-ENVIO_RPC_URL="http://34.32.123.41:8545"
4
-ENVIO_START_BLOCK="60548751"
+
+# Multichain mode — set per-chain RPC endpoints.
5
+# Do NOT set the generic ENVIO_RPC_URL in multichain mode; it would route all
6
+# chains to the same endpoint and produce incorrect RPC reads.
7
+ENVIO_RPC_URL_42220="https://forno.celo.org"
8
+ENVIO_RPC_URL_143="https://rpc2.monad.xyz"
9
10
+# Optional start block overrides (defaults are set in EventHandlers.ts)
11
+# ENVIO_START_BLOCK_CELO="60664500"
12
+# ENVIO_START_BLOCK_MONAD="60730000"
0 commit comments