Skip to content

Commit

Permalink
Update envs
Browse files Browse the repository at this point in the history
  • Loading branch information
mj52951 committed Dec 17, 2024
1 parent b9770d5 commit a93207c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 84 deletions.
77 changes: 0 additions & 77 deletions db/migrations/1734354978596-Data.js

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion envs/.env.evm-1
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ PROCESSOR_PROMETHEUS_PORT=3000
SHARED_CONFIG_URL="https://ipfs.io/ipfs/bafkreiasnla2ya55of6nwm3swjstip4q2ixfa3t6tvixyibclfovxnerte"

DOMAIN_ID=1
RPC_URL=[{"id": 1, "endpoint": "http://evm1:8545"},{"id": 2, "endpoint": "http://evm2:8545"}, {"id": 3, "endpoint": "ws://substrate-pallet:9944"}]
1_METADATA='{"rpcUrl": "http://evm1:8545"}'
2 changes: 1 addition & 1 deletion envs/.env.evm-2
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ PROCESSOR_PROMETHEUS_PORT=3002
SHARED_CONFIG_URL="https://ipfs.io/ipfs/bafkreiasnla2ya55of6nwm3swjstip4q2ixfa3t6tvixyibclfovxnerte"

DOMAIN_ID=2
RPC_URL=[{"id": 1, "endpoint": "http://evm1:8545"},{"id": 2, "endpoint": "http://evm2:8545"}, {"id": 3, "endpoint": "ws://substrate-pallet:9944"}]
2_METADATA='{"rpcUrl": "http://evm2:8545"}'
2 changes: 1 addition & 1 deletion envs/.env.init
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ START_SCRIPT_ENV=init

SHARED_CONFIG_URL="https://ipfs.io/ipfs/bafkreiasnla2ya55of6nwm3swjstip4q2ixfa3t6tvixyibclfovxnerte"

RPC_URL=[{}]
0_METADATA='{"rpcUrl": ""}'
DOMAIN_ID=0
2 changes: 1 addition & 1 deletion envs/.env.substrate
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ PROCESSOR_PROMETHEUS_PORT=3004
SHARED_CONFIG_URL="https://ipfs.io/ipfs/bafkreiasnla2ya55of6nwm3swjstip4q2ixfa3t6tvixyibclfovxnerte"

DOMAIN_ID=3
RPC_URL=[{"id": 1, "endpoint": "http://evm1:8545"},{"id": 2, "endpoint": "http://evm2:8545"}, {"id": 3, "endpoint": "ws://substrate-pallet:9944"}]
3_METADATA='{"rpcUrl": "ws://substrate-pallet:9944"}'

0 comments on commit a93207c

Please sign in to comment.