Skip to content

Commit 97c44b2

Browse files
gisk0chapati23
authored andcommitted
fix: update .env.example for multichain mode (remove legacy ENVIO_RPC_URL/ENVIO_START_BLOCK)
1 parent 264ea98 commit 97c44b2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

indexer-envio/.env.example

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# To create or update a token visit https://envio.dev/app/api-tokens
22
ENVIO_API_TOKEN="<YOUR-API-TOKEN>"
3-
ENVIO_RPC_URL="http://34.32.123.41:8545"
4-
ENVIO_START_BLOCK="60548751"
3+
4+
# 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

Comments
 (0)