forked from klaytn/klaytn-dex-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdex-config.example.json
101 lines (101 loc) · 2.98 KB
/
dex-config.example.json
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"network": {
"chainName": "Klaytn Baobab",
"chainId": 1001,
"rpcUrl": "https://api.baobab.klaytn.net:8651",
"blockExplorerUrl": "https://baobab.scope.klaytn.com"
},
"tokens": [
{
"address": "0x73365f8f27de98d7634be67a167f229b32e7bf6c",
"name": "KLAY",
"symbol": "KLAY",
"decimals": 18
},
{
"address": "0x42f127458246b1db8d8a58d31a22b307408439e4",
"decimals": 18,
"symbol": "DEX",
"name": "DEX Token"
},
{
"address": "0xb9920bd871e39c6ef46169c32e7ac4c698688881",
"name": "Mercury",
"symbol": "MER",
"decimals": 18
},
{
"address": "0x1cdcd477994e86a11e21c27ca907bea266ea3a0a",
"name": "Venus",
"symbol": "VEN",
"decimals": 18
},
{
"address": "0x2486a551714f947c386fe9c8b895c2a6b3275ec9",
"name": "Earth",
"symbol": "EA",
"decimals": 18
},
{
"address": "0xafea7569b745eae7ab22cf17c3b237c3350407a1",
"name": "Mars",
"symbol": "ARS",
"decimals": 18
},
{
"address": "0xc20a9eb22de0c6920619ade93a11283c2a07273e",
"name": "Jupiter",
"symbol": "JUP",
"decimals": 18
},
{
"address": "0xce77229ff8451f5791ef4cc2a841735ed4edc3ca",
"name": "Saturn",
"symbol": "SAT",
"decimals": 18
},
{
"address": "0xfbcb69f52d6a08c156c543dd4dc0521f5f545755",
"name": "Uranus",
"symbol": "URA",
"decimals": 18
},
{
"address": "0x7cb550723972d7f29b047d6e71b62dcccaf93992",
"name": "Neptune",
"symbol": "NEP",
"decimals": 18
},
{
"address": "0xcdbd333bdbb99bc80d77b10ccf74285a97150e5d",
"name": "Pluto",
"symbol": "PL",
"decimals": 18
},
{
"address": "0x246c989333fa3c3247c7171f6bca68062172992c",
"name": "Io",
"symbol": "IO",
"decimals": 18
}
],
"tokenNative": "0x73365f8f27de98d7634be67a167f229b32e7bf6c",
"tokenDex": "0x42f127458246b1db8d8a58d31a22b307408439e4",
"smartcontracts": {
"router": "0xce12c887fae83a5f94f6cf3c8d4c1cee8b1c7786",
"factory": "0x339ba51a3d65ad5418aee14b0546088bfe99403c",
"weth": "0x73365f8f27de98d7634be67a167f229b32e7bf6c",
"multicall": "0x4d25d48f8a072446c3aa84ba482092a0bea0bf5d",
"farming": "0xf68b8d3fae7feb747cb4dce0a4c91a100b140245"
},
"subgraphs": {
"exchange": "https://graph.ipfs1.dev.infra.soramitsu.co.jp/subgraphs/name/klaytn-subgraph/exchange",
"farming": "https://graph.ipfs1.dev.infra.soramitsu.co.jp/subgraphs/name/klaytn-subgraph/farming",
"staking": "https://graph.ipfs1.dev.infra.soramitsu.co.jp/subgraphs/name/klaytn-subgraph/staking",
"snapshot": "https://hub.snapshot.org/graphql"
},
"uriDashboards": "https://klaytn-dashboard.dev.klaytn.tachi.soramitsu.co.jp",
"snapshotSpace": "test-klaytn-dex.eth",
"uriConnectWalletGuide": "https://github.com/klaytn/klaytn-dex-frontend/blob/dev/docs/guide.md#connect-wallet",
"uriIPFS": "https://snapshot.mypinata.cloud/ipfs"
}