-
Notifications
You must be signed in to change notification settings - Fork 2
/
envConfig.js
47 lines (44 loc) · 1.39 KB
/
envConfig.js
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
export const envConfig = {
rpc: "https://devnet-temp-rpc.comdex.one",
rest: "https://devnet-temp-rest.comdex.one",
chainId: "test-3",
coinDenom: "CMDX",
coinMinimalDenom: "ucmdx",
coinDecimals: 6,
prefix: "comdex",
coinType: 118,
chainName: "Comdex Test Chain",
explorerUrlToTx: "https://dev-explorer.comdex.one/transactions/{txHash}",
apiUrl: "https://devnet-stat.comdex.one",
comdexStakingUrl: "https://comdex.omniflix.co/stake",
webSocketApiUrl: "wss://devnet.rpc.comdex.one/websocket",
symbol: "CMDX",
commodo: {
appId: 3,
cswapAppId: 2,
numberOfTopAssets: 3,
websiteUrl: "https://devnet.commodo.one",
cswapUrl: "https://devnet.cswap.one",
rewardsUrl: "https://docs.commodo.one/rewards",
atomCmdxPoolId: 1,
},
cSwap: {
appId: 2,
masterPoolId: 1,
websiteUrl: "https://devnet.cswap.one",
networkTag: "Devnet",
},
harbor: {
title: "Harbor Protocol",
websiteUrl: "https://devnet.harborprotocol.one",
appId: 1,
governanceContractAddress:
"comdex17p9rzwnnfxcjp32un9ug7yhhzgtkhvl9jfksztgw5uh69wac2pgs4jg6dx",
lockingContractAddress:
"comdex1nc5tatafv6eyq7llkr2gv50ff9e22mnf70qgjlv737ktmt4eswrqdfklyz",
airdropContractAddress:
"comdex1ghd753shjuwexxywmgs4xz7x2q732vcnkm6h2pyv9s6ah3hylvrqfy9rd8",
harborAirdropApiUrl: "",
harborDashboardTVLApiUrl: "https://devnet-stat.comdex.one",
},
};