File tree Expand file tree Collapse file tree 1 file changed +37
-1
lines changed
Expand file tree Collapse file tree 1 file changed +37
-1
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # service ports
2+ CHAIN_RPC = 8545
3+ IPFS_RPC = 5001
4+ POSTGRES = 5432
5+ GRAPH_NODE_GRAPHQL = 8000
6+ GRAPH_NODE_ADMIN = 8020
7+ GRAPH_NODE_STATUS = 8030
8+ GRAPH_NODE_METRICS = 8040
9+ INDEXER_MANAGEMENT = 7600
10+ INDEXER_SERVICE = 7601
11+ GATEWAY = 7700
12+ REDPANDA_KAFKA = 9092
13+ REDPANDA_ADMIN = 9644
14+ REDPANDA_PANDAPROXY = 8082
15+ REDPANDA_SCHEMA_REGISTRY = 8081
16+ TAP_AGGREGATOR = 7610
17+ BLOCK_EXPLORER = 3000
18+
19+ # # Chain config
20+ CHAIN_ID = 1337
21+ CHAIN_NAME = " hardhat"
22+
23+ # # Wallets
24+ MNEMONIC = " test test test test test test test test test test test junk"
25+ ACCOUNT0_ADDRESS = " 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"
26+ ACCOUNT0_SECRET = " 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80"
27+ # receiver of Scalar payments (receiver is index 0 of mnemonic)
28+ INDEXER_MNEMONIC = " test test test test test test test test test test test zero"
29+ RECEIVER_ADDRESS = " 0xf4EF6650E48d099a4972ea5B414daB86e1998Bd3"
30+ RECEIVER_SECRET = " 0x2ee789a68207020b45607f5adb71933de0946baebbaaab74af7cbd69c8a90573"
31+
32+ # subgraphs
33+ SUBGRAPH = " BFr2mx7FgkJ36Y6pE5BiXs1KmNUmVDCnL82KUSdcLW1g"
34+ SUBGRAPH_2 = " 9p1TRzaccKzWBN4P6YEwEUxYwJn6HwPxf5dKXK2NYxgS"
35+
36+ # Gateway
37+ GATEWAY_API_KEY = " deadbeefdeadbeefdeadbeefdeadbeef"
You can’t perform that action at this time.
0 commit comments