-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathenv-min
More file actions
84 lines (74 loc) · 3.05 KB
/
env-min
File metadata and controls
84 lines (74 loc) · 3.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
MAINNET_MNEMONIC="test"
TESTNET_MNEMONIC="test"
DEVELOP_MNEMONIC="myth like bonus scare over problem client lizard pioneer submit female collect"
IPFS_URI="https://ipfs.dsla.network"
IPFS_GATEWAY_URI="https://ipfs.dsla.network"
DEVELOP_IPFS_URI="http://host.docker.internal:8080"
DEVELOP_URI="http://localhost:8545"
DEVELOP_WS_URI="ws://localhost:8545"
DEVELOP_AVALANCHE_URI="http://localhost:9650/ext/bc/C/rpc"
DEVELOP_AVALANCHE_WS_URI="ws://localhost:9650/ext/bc/C/ws"
INFURA_PROJECT_ID="test"
ETHEREUM_URI="http://localhost:1234"
ETHEREUM_WS_URI="http://localhost:1234"
HARMONY_URI="http://localhost:1234"
MUMBAI_URI="http://localhost:1234"
MUMBAI_WS_URI="http://localhost:1234"
POLYGON_URI="http://localhost:1234"
POLYGON_WS_URI="http://localhost:1234"
HARMONYTESTNET_URI="http://localhost:1234"
HARMONYTESTNET_WS_URI="http://localhost:1234"
AVALANCHE_URI="http://localhost:1234"
AVALANCHE_WS_URI="http://localhost:1234"
KOVAN_URI="http://localhost:1234"
KOVAN_WS_URI="http://localhost:1234"
RINKEBY_URI="http://localhost:1234"
RINKEBY_WS_URI="http://localhost:1234"
BSC_URI="http://localhost:1234"
BSC_WS_URI="http://localhost:1234"
FUJI_URI="http://localhost:1234"
FUJI_WS_URI="http://localhost:1234"
STAKING_EFFICIENCY_INDEXER_URI="http://localhost:1234"
STAKING_EFFICIENCY_INDEXER_ALT_URI="http://localhost:1234"
FANTOM_URI="http://localhost:1234"
FANTOM_WS_URI="http://localhost:1234"
ETHEREUM_CHAINLINK_NODE_1_URL="http://localhost"
ETHEREUM_CHAINLINK_NODE_1_PORT="1234"
ETHEREUM_CHAINLINK_NODE_1_USER="user@mail.com"
ETHEREUM_CHAINLINK_NODE_1_PASS="password"
KOVAN_CHAINLINK_NODE_1_URL="http://localhost"
KOVAN_CHAINLINK_NODE_1_PORT="1234"
KOVAN_CHAINLINK_NODE_1_USER="user@mail.com"
KOVAN_CHAINLINK_NODE_1_PASS="password"
RINKEBY_CHAINLINK_NODE_1_URL="http://localhost"
RINKEBY_CHAINLINK_NODE_1_PORT="1234"
RINKEBY_CHAINLINK_NODE_1_USER="user@mail.com"
RINKEBY_CHAINLINK_NODE_1_PASS="password"
HARMONY_CHAINLINK_NODE_1_URL="http://localhost"
HARMONY_CHAINLINK_NODE_1_PORT="1234"
HARMONY_CHAINLINK_NODE_1_USER="user@mail.com"
HARMONY_CHAINLINK_NODE_1_PASS="password"
HARMONYTESTNET_CHAINLINK_NODE_1_URL="http://localhost"
HARMONYTESTNET_CHAINLINK_NODE_1_PORT="1234"
HARMONYTESTNET_CHAINLINK_NODE_1_USER="user@mail.com"
HARMONYTESTNET_CHAINLINK_NODE_1_PASS="password"
POLYGON_CHAINLINK_NODE_1_URL="http://localhost"
POLYGON_CHAINLINK_NODE_1_PORT="1234"
POLYGON_CHAINLINK_NODE_1_USER="user@mail.com"
POLYGON_CHAINLINK_NODE_1_PASS="password"
AVALANCHE_CHAINLINK_NODE_1_URL="http://localhost"
AVALANCHE_CHAINLINK_NODE_1_PORT="1234"
AVALANCHE_CHAINLINK_NODE_1_USER="user@mail.com"
AVALANCHE_CHAINLINK_NODE_1_PASS="password"
BSC_CHAINLINK_NODE_2_URL="http://localhost"
BSC_CHAINLINK_NODE_2_PORT="1234"
BSC_CHAINLINK_NODE_2_USER="user@mail.com"
BSC_CHAINLINK_NODE_2_PASS="password"
FUJI_CHAINLINK_NODE_2_URL="http://localhost"
FUJI_CHAINLINK_NODE_2_PORT="1234"
FUJI_CHAINLINK_NODE_2_USER="user@mail.com"
FUJI_CHAINLINK_NODE_2_PASS="password"
FANTOM_CHAINLINK_NODE_1_URL="http://localhost"
FANTOM_CHAINLINK_NODE_1_PORT="1234"
FANTOM_CHAINLINK_NODE_1_USER="user@mail.com"
FANTOM_CHAINLINK_NODE_1_PASS="password"