-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtoken_ropsten_configs.json
More file actions
41 lines (41 loc) · 1.07 KB
/
token_ropsten_configs.json
File metadata and controls
41 lines (41 loc) · 1.07 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
{
"networkProxy": "0xd9a5478ccf6b74a9c8b992c6a634cc1bfbc2f1bc",
"networkID": 3,
"chainName": "Ropsten",
"ethScanUrl": "https://ropsten.etherscan.io/",
"endpoint": "https://ropsten.infura.io/DtzEYY0Km2BA3YwyJcBG",
"tokens": {
"ETH": {
"name": "Ethereum",
"symbol": "ETH",
"icon": "eth",
"address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
"decimals": 18,
},
"MTK": {
"address": "0x9bfaaf9123e03d370d972d6bb2df89d041a43780",
"decimals": 16,
"name": "Mike Token",
"icon": "mtk",
"symbol": "MTK",
"reserve": "0xfb75fcca6e6570df906ea5a55c5c791bb98b3dd6"
},
"CTC": {
"address": "0x18098c678ed6277d4922ddc069e4ddc39f99ecf7",
"decimals": 18,
"name": "ChainTEX Coin",
"icon": "ctc",
"symbol": "CTC",
"reserve": "0x3eec5a25118a0059c438b8b1c8bb93fda96aff46"
}
},
"connections": {
"http": [
{
"endPoint" : "https://ropsten.infura.io/DtzEYY0Km2BA3YwyJcBG",
"type": "prune"
}
],
"ws": "wss://ropsten.kyber.network/ws/"
}
}