Skip to content

Commit 4ea2b21

Browse files
committed
test(integration-tests): add .env file for local testing
Replace symlink with actual file to ensure compatibility across platforms and fix issue where just test-local commands fail without .env file
1 parent 54a9d89 commit 4ea2b21

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

integration-tests/.env

Lines changed: 0 additions & 1 deletion
This file was deleted.

integration-tests/.env

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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"

0 commit comments

Comments
 (0)