forked from telosnetwork/token-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtelosevm.dexlist.json
62 lines (62 loc) · 1.55 KB
/
telosevm.dexlist.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
{
"name": "TelosEVM Dex List",
"keywords": ["audited", "verified"],
"tags": {
"uniswapv2": {
"name": "Uniswap v2",
"description": "Uniswap v2 fork"
},
"uniswapv3": {
"name": "Uniswap v3",
"description": "Uniswap v3 fork"
},
"solidly": {
"name": "Solidly",
"description": "Solidly fork"
}
},
"timestamp": "2023-04-17T00:00:00+00:00",
"dexes": [
{
"name": "Omnidex",
"url": "https://omnidex.finance/",
"factoryContracts": {
"mainnet": "0x7a2A35706f5d1CeE2faa8A254dd6F6D7d7Becc25",
"testnet": "0x987d70a3b49bcC6A1774255f883F902Be247418B"
},
"tags": ["uniswapv2"]
},
{
"name": "Swapsicle",
"url": "https://swapsicle.io/",
"factoryContracts": {
"mainnet": "0xA09BAbf9A48003ae9b9333966a8Bda94d820D0d9",
"testnet": "0x2746B1a7B780f128F0db99d9fc60C2DB3E4a7bd5"
},
"tags": ["algebra", "uniswapv3"]
},
{
"name": "Archly DEX v1",
"url": "https://v1.archly.fi/",
"factoryContracts": {
"mainnet": "0x39fdd4Fec9b41e9AcD339a7cf75250108D32906c",
"testnet": "0xCEE3e7189913335D83c41aDfC3089B2B17a6a740"
},
"tags": ["solidly"]
},
{
"name": "Archly DEX v2",
"url": "https://archly.fi/",
"factoryContracts": {
"mainnet": "0x12508dd9108Abab2c5fD8fC6E4984E46a3CF7824",
"testnet": "0xCEE3e7189913335D83c41aDfC3089B2B17a6a740"
},
"tags": ["solidly"]
}
],
"version": {
"major": 1,
"minor": 0,
"patch": 0
}
}