Skip to content

Commit

Permalink
update env example;
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <[email protected]>
  • Loading branch information
tcar121293 committed Dec 18, 2024
1 parent 7318aa7 commit 5a99063
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions envs/.env.indexer.example
Original file line number Diff line number Diff line change
Expand Up @@ -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]'
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]'

0 comments on commit 5a99063

Please sign in to comment.