diff --git a/envs/.env.indexer.example b/envs/.env.indexer.example index 25e9e29..afa8ab9 100644 --- a/envs/.env.indexer.example +++ b/envs/.env.indexer.example @@ -3,7 +3,9 @@ DB_PASS=postgres DB_PORT=5432 DB_USERNAME=postgres DB_HOST=db -SHARED_CONFIG_URL="https://chainbridge-assets-stage.s3.us-east-2.amazonaws.com/shared-config-test.json" -2_METADATA='{"id": 2, "rpcUrl": "https://gate.test.buildwithsygma.com/sepolia/IdwjwTvjtHctJAu2", "domainGateway":"https://v2.archive.subsquid.io/network/arbitrum-sepolia"}' -6_METADATA='{"id": 6, "rpcUrl": "https://gate.test.buildwithsygma.com/holesky/IdwjwTvjtHctJAu2", "domainGateway": "https://v2.archive.subsquid.io/network/ethereum-holesky"}' -ENV_DOMAINS='[2,6]' \ No newline at end of file +SHARED_CONFIG_URL="https://ipfs.io/ipfs/bafkreiasnla2ya55of6nwm3swjstip4q2ixfa3t6tvixyibclfovxnerte" +1_METADATA='{"id": 1, "rpcUrl": "http://evm1:8545"}' +2_METADATA='{"id": 2, "rpcUrl": "http://evm2:8545"}' +3_METADATA='{"id": 3, "rpcUrl": "ws://substrate-pallet:9944"}' + +ENV_DOMAINS='[1,2,3]' \ No newline at end of file