-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetertoken_list.json
138 lines (125 loc) · 3.84 KB
/
metertoken_list.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
130
131
132
133
134
135
136
137
138
{
"name": "My Token List",
"logoURI": "ipfs://QmUSNbwUxUYNMvMksKypkgWs8unSm8dX2GjCPBVGZ7GGMr",
"keywords": [
"voltswap",
"default",
"meter"
],
"tags": {
"stablecoin": {
"name": "Stablecoin",
"description": "Tokens that are fixed to an external asset, e.g. the US dollar"
},
"compound": {
"name": "Compound Finance",
"description": "Tokens that earn interest on compound.finance"
}
},
"timestamp": "2020-06-12T00:00:00+00:00",
"tokens": [
{
"name": "Meter Governance",
"address": "0x228ebBeE999c6a7ad74A6130E81b12f9Fe237Ba3",
"symbol": "MTRG",
"decimals": 18,
"chainId": 82,
"logoURI": "https://raw.githubusercontent.com/meterio/token-list/master/data/MTRG/logo.png",
"tags": [
"stablecoin"
]
},
{
"name": "USDC Token",
"address": "0xD86e243FC0007e6226B07c9A50C9d70D78299EB5",
"symbol": "USDC.eth",
"decimals": 6,
"chainId": 82,
"logoURI": "https://raw.githubusercontent.com/meterio/token-list/master/data/USDC/logo.png",
"tags": [
"compound"
]
},
{
"name": "BNB from BSC on Meter",
"address": "0xF8BBb44E6fD13632D36fe09eB61820f9A44f5D74",
"symbol": "BNB.bsc",
"decimals": 18,
"chainId": 82,
"logoURI": "https://raw.githubusercontent.com/meterio/token-list/master/data/BNB/logo.png"
},
{
"name": "BUSD from BSC on Meter",
"address": "0x24aA189DfAa76c671c279262F94434770F557c35",
"symbol": "BUSD.bsc",
"decimals": 18,
"chainId": 82,
"logoURI": "https://raw.githubusercontent.com/meterio/token-list/master/data/BUSD/logo.png"
},
{
"name": "USDT from Ethereum on Meter",
"address": "0x5Fa41671c48e3C951AfC30816947126CCC8C162e",
"symbol": "USDT.eth",
"decimals": 6,
"chainId": 82,
"logoURI": "https://raw.githubusercontent.com/meterio/token-list/master/data/USDT/logo.png",
"tags": [
"compound"
]
},
{
"name": "VoltSwap Token",
"address": "0x8Df95e66Cb0eF38F91D2776DA3c921768982fBa0",
"symbol": "VOLT",
"decimals": 18,
"chainId": 82,
"logoURI": "https://raw.githubusercontent.com/meterio/token-list/master/data/VOLT/logo.png"
},
{
"name": "WBTC from Ethereum on Meter",
"address": "0xc1f6C86ABEe8e2e0B6fd5BD80F0b51fef783635C",
"symbol": "WBTC.eth",
"decimals": 8,
"chainId": 82,
"logoURI": "https://raw.githubusercontent.com/meterio/token-list/master/data/WBTC/logo.png",
"tags": [
"compound"
]
},
{
"name": "ETH from Ethereum on Meter",
"address": "0x79A61D3A28F8c8537A3DF63092927cFa1150Fb3C",
"symbol": "WETH.eth",
"decimals": 18,
"chainId": 82,
"logoURI": "https://raw.githubusercontent.com/meterio/token-list/master/data/ETH/logo.png",
"tags": [
"compound"
]
},
{
"name": "MOVR from MoonRiver on Meter",
"address": "0xb158870beB809Ad955Bf56065C5C10D7Fd957cC0",
"symbol": "MOVR",
"decimals": 18,
"chainId": 82,
"logoURI": "https://raw.githubusercontent.com/meterio/token-list/master/data/MOVR/logo.png"
},
{
"name": "MeterStable Token",
"address": "0x687A6294D0D6d63e751A059bf1ca68E4AE7B13E2",
"symbol": "MTR",
"decimals": 18,
"chainId": 82,
"logoURI": "https://raw.githubusercontent.com/meterio/token-list/master/data/MTRG/logo.png",
"tags": [
"compound"
]
}
],
"version": {
"major": 1,
"minor": 0,
"patch": 0
}
}