-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathtelosmain.json
129 lines (129 loc) · 4.87 KB
/
telosmain.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "Telos Mainnet Token List",
"logoURI": "https://raw.githubusercontent.com/telosnetwork/token-list/main/logos/telos.png",
"keywords": [
"Telos"
],
"tags": {
"stablecoin": {
"name": "Stablecoin",
"description": "Tokens that are fixed to an external asset, e.g. the US dollar"
},
"telos": {
"name": "Telos Native",
"description": "Tokens that are native to Telos."
}
},
"tokens": [
{
"name": "Telos",
"logo_sm": "https://raw.githubusercontent.com/telosnetwork/token-list/main/logos/telos.png",
"logo_lg": "https://raw.githubusercontent.com/telosnetwork/token-list/main/logos/telos.png",
"symbol": "TLOS",
"account": "eosio.token"
},
{
"name": "pTokens BTC",
"logo_sm": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/pbtc.png",
"logo_lg": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/pbtc-lg.png",
"symbol": "PBTC",
"account": "btc.ptokens"
},
{
"name": "pTokens ETH",
"logo_sm": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/peth.png",
"logo_lg": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/peth-lg.png",
"symbol": "PETH",
"account": "eth.ptokens"
},
{
"name": "pTokens LINK",
"logo_sm": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/plink.png",
"logo_lg": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/plink-lg.png",
"symbol": "PLINK",
"account": "link.ptokens"
},
{
"name": "pTokens USDT",
"logo_sm": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/pusdt.png",
"logo_lg": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/pusdt-lg.png",
"symbol": "PUSDT",
"account": "usdt.ptokens"
},
{
"name": "pTokens USDC",
"logo_sm": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/pusdc.png",
"logo_lg": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/pusdc-lg.png",
"symbol": "PUSDC",
"account": "usdc.ptokens"
},
{
"name": "pNetwork Token",
"logo_sm": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/pnt.png",
"logo_lg": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/pnt-lg.png",
"symbol": "PNT",
"account": "pnt.ptokens"
},
{
"name": "Seeds",
"logo_sm": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/seeds.png",
"logo_lg": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/seeds-lg.png",
"symbol": "SEEDS",
"account": "token.seeds"
},
{
"name": "Destiny Coin Telos",
"logo_sm": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/DECO.png",
"logo_lg": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/DECO.png",
"symbol": "DECO",
"account": "destinytoken"
},
{
"name": "T-Starter START",
"logo_sm": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/start-lg.png",
"logo_lg": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/start.png",
"symbol": "START",
"account": "token.start"
},
{
"name": "T-Swaps SWAP",
"logo_sm": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/swap-lg.png",
"logo_lg": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/swap.png",
"symbol": "SWAP",
"account": "swap.swaps"
},
{
"name": "Telos Dollar",
"logo_sm": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/tlosd-lg.png",
"logo_lg": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/tlosd.png",
"symbol": "TLOSD",
"account": "tokens.swaps"
},
{
"name": "Fortis",
"logo_sm": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/FORTISCoin.png",
"logo_lg": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/FORTISCoin.png",
"symbol": "FORT",
"account": "fortisledger"
},
{
"name": "Hypha",
"logo_sm": "https://hypha.earth/wp-content/uploads/2022/10/hypha.png",
"logo_lg": "https://hypha.earth/wp-content/uploads/2022/10/hypha-lg.png",
"symbol": "HYPHA",
"account": "hypha.hypha"
},
{
"name": "Boid.com",
"logo_sm": "https://raw.githubusercontent.com/animuslabs/boid-branding/main/token-logo-sm.png",
"logo_lg": "https://raw.githubusercontent.com/animuslabs/boid-branding/main/token-logo.png",
"symbol": "BOID",
"account": "token.boid"
}
],
"version": {
"major": 0,
"minor": 2,
"patch": 0
}
}