@swapkit/tokens 1.1.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +14 -14
- package/package.json +1 -1
- package/src/index.ts +1 -1
- package/src/tokenLists/caviar_v1.ts +522 -738
- package/src/tokenLists/chainflip.ts +26 -22
- package/src/tokenLists/mayachain.ts +313 -103
- package/src/tokenLists/mayachain_streaming.ts +475 -0
- package/src/tokenLists/oneinch.ts +4464 -4462
- package/src/tokenLists/pancakeswap.ts +1353 -1229
- package/src/tokenLists/pangolin_v1.ts +76 -52
- package/src/tokenLists/sushiswap_v2.ts +402 -8476
- package/src/tokenLists/thorchain.ts +312 -396
- package/src/tokenLists/traderjoe_v2.ts +766 -522
- package/src/tokenLists/uniswap_v2.ts +906 -772
- package/src/tokenLists/uniswap_v3.ts +906 -772
|
@@ -2,742 +2,658 @@ export const list = {
|
|
|
2
2
|
provider: "THORCHAIN",
|
|
3
3
|
chainId: "thorchain-mainnet-v1",
|
|
4
4
|
name: "THORCHAIN",
|
|
5
|
-
timestamp: "2024-
|
|
6
|
-
version: {
|
|
5
|
+
timestamp: "2024-08-26T08:30:39.688Z",
|
|
6
|
+
version: {
|
|
7
|
+
major: 1,
|
|
8
|
+
minor: 0,
|
|
9
|
+
patch: 0,
|
|
10
|
+
},
|
|
7
11
|
keywords: [],
|
|
8
|
-
count:
|
|
12
|
+
count: 67,
|
|
9
13
|
tokens: [
|
|
10
14
|
{
|
|
11
15
|
chain: "AVAX",
|
|
12
16
|
chainId: "43114",
|
|
13
|
-
ticker: "AVAX",
|
|
14
|
-
identifier: "AVAX.AVAX",
|
|
15
17
|
decimals: 18,
|
|
18
|
+
identifier: "AVAX.AVAX",
|
|
16
19
|
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/avax.avax.png",
|
|
20
|
+
shortCode: "a",
|
|
21
|
+
ticker: "AVAX",
|
|
17
22
|
},
|
|
18
23
|
{
|
|
19
|
-
chain: "AVAX",
|
|
20
24
|
address: "0xfe6b19286885a4f7f55adad09c3cd1f906d2478f",
|
|
25
|
+
chain: "AVAX",
|
|
21
26
|
chainId: "43114",
|
|
22
|
-
ticker: "SOL",
|
|
23
|
-
identifier: "AVAX.SOL-0xfe6b19286885a4f7f55adad09c3cd1f906d2478f",
|
|
24
27
|
decimals: 9,
|
|
28
|
+
identifier: "AVAX.SOL-0xfe6b19286885a4f7f55adad09c3cd1f906d2478f",
|
|
25
29
|
logoURI:
|
|
26
30
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.sol-0xfe6b19286885a4f7f55adad09c3cd1f906d2478f.png",
|
|
31
|
+
ticker: "SOL",
|
|
27
32
|
},
|
|
28
33
|
{
|
|
29
|
-
chain: "AVAX",
|
|
30
34
|
address: "0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e",
|
|
35
|
+
chain: "AVAX",
|
|
31
36
|
chainId: "43114",
|
|
32
|
-
ticker: "USDC",
|
|
33
|
-
identifier: "AVAX.USDC-0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e",
|
|
34
37
|
decimals: 6,
|
|
38
|
+
identifier: "AVAX.USDC-0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e",
|
|
35
39
|
logoURI:
|
|
36
40
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.usdc-0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e.png",
|
|
41
|
+
ticker: "USDC",
|
|
37
42
|
},
|
|
38
43
|
{
|
|
39
|
-
chain: "AVAX",
|
|
40
44
|
address: "0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7",
|
|
45
|
+
chain: "AVAX",
|
|
41
46
|
chainId: "43114",
|
|
42
|
-
ticker: "USDT",
|
|
43
|
-
identifier: "AVAX.USDT-0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7",
|
|
44
47
|
decimals: 6,
|
|
48
|
+
identifier: "AVAX.USDT-0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7",
|
|
45
49
|
logoURI:
|
|
46
50
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.usdt-0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7.png",
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
chain: "THOR",
|
|
50
|
-
chainId: "43114",
|
|
51
|
-
ticker: "AVAX",
|
|
52
|
-
identifier: "AVAX/AVAX",
|
|
53
|
-
decimals: 8,
|
|
54
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/avax/avax.png",
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
chain: "THOR",
|
|
58
|
-
address: "0xfe6b19286885a4f7f55adad09c3cd1f906d2478f",
|
|
59
|
-
chainId: "43114",
|
|
60
|
-
ticker: "SOL",
|
|
61
|
-
identifier: "AVAX/SOL-0xfe6b19286885a4f7f55adad09c3cd1f906d2478f",
|
|
62
|
-
decimals: 8,
|
|
63
|
-
logoURI:
|
|
64
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax/sol-0xfe6b19286885a4f7f55adad09c3cd1f906d2478f.png",
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
chain: "THOR",
|
|
68
|
-
address: "0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e",
|
|
69
|
-
chainId: "43114",
|
|
70
|
-
ticker: "USDC",
|
|
71
|
-
identifier: "AVAX/USDC-0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e",
|
|
72
|
-
decimals: 8,
|
|
73
|
-
logoURI:
|
|
74
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax/usdc-0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e.png",
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
chain: "THOR",
|
|
78
|
-
address: "0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7",
|
|
79
|
-
chainId: "43114",
|
|
80
51
|
ticker: "USDT",
|
|
81
|
-
identifier: "AVAX/USDT-0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7",
|
|
82
|
-
decimals: 8,
|
|
83
|
-
logoURI:
|
|
84
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax/usdt-0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7.png",
|
|
85
52
|
},
|
|
86
53
|
{
|
|
87
54
|
chain: "BCH",
|
|
88
55
|
chainId: "bitcoincash",
|
|
89
|
-
ticker: "BCH",
|
|
90
|
-
identifier: "BCH.BCH",
|
|
91
56
|
decimals: 8,
|
|
57
|
+
identifier: "BCH.BCH",
|
|
92
58
|
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/bch.bch.png",
|
|
93
|
-
|
|
94
|
-
{
|
|
95
|
-
chain: "THOR",
|
|
96
|
-
chainId: "bitcoincash",
|
|
59
|
+
shortCode: "c",
|
|
97
60
|
ticker: "BCH",
|
|
98
|
-
identifier: "BCH/BCH",
|
|
99
|
-
decimals: 8,
|
|
100
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/bch/bch.png",
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
chain: "BNB",
|
|
104
|
-
chainId: "Binance-Chain-Tigris",
|
|
105
|
-
ticker: "BNB",
|
|
106
|
-
identifier: "BNB.BNB",
|
|
107
|
-
decimals: 8,
|
|
108
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/bnb.bnb.png",
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
chain: "THOR",
|
|
112
|
-
chainId: "Binance-Chain-Tigris",
|
|
113
|
-
ticker: "BNB",
|
|
114
|
-
identifier: "BNB/BNB",
|
|
115
|
-
decimals: 8,
|
|
116
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/bnb/bnb.png",
|
|
117
61
|
},
|
|
118
62
|
{
|
|
119
63
|
chain: "BSC",
|
|
120
64
|
chainId: "56",
|
|
121
|
-
ticker: "BNB",
|
|
122
|
-
identifier: "BSC.BNB",
|
|
123
65
|
decimals: 18,
|
|
66
|
+
identifier: "BSC.BNB",
|
|
124
67
|
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.bnb.png",
|
|
68
|
+
shortCode: "s",
|
|
69
|
+
ticker: "BNB",
|
|
125
70
|
},
|
|
126
71
|
{
|
|
127
|
-
chain: "BSC",
|
|
128
72
|
address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
|
|
73
|
+
chain: "BSC",
|
|
129
74
|
chainId: "56",
|
|
130
|
-
ticker: "USDC",
|
|
131
|
-
identifier: "BSC.USDC-0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
|
|
132
75
|
decimals: 18,
|
|
76
|
+
identifier: "BSC.USDC-0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
|
|
133
77
|
logoURI:
|
|
134
78
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.usdc-0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png",
|
|
79
|
+
ticker: "USDC",
|
|
135
80
|
},
|
|
136
81
|
{
|
|
137
|
-
chain: "BSC",
|
|
138
82
|
address: "0x55d398326f99059ff775485246999027b3197955",
|
|
83
|
+
chain: "BSC",
|
|
139
84
|
chainId: "56",
|
|
140
|
-
ticker: "USDT",
|
|
141
|
-
identifier: "BSC.USDT-0x55d398326f99059ff775485246999027b3197955",
|
|
142
85
|
decimals: 18,
|
|
86
|
+
identifier: "BSC.USDT-0x55d398326f99059ff775485246999027b3197955",
|
|
143
87
|
logoURI:
|
|
144
88
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.usdt-0x55d398326f99059ff775485246999027b3197955.png",
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
chain: "THOR",
|
|
148
|
-
chainId: "56",
|
|
149
|
-
ticker: "BNB",
|
|
150
|
-
identifier: "BSC/BNB",
|
|
151
|
-
decimals: 8,
|
|
152
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/bsc/bnb.png",
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
chain: "THOR",
|
|
156
|
-
address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
|
|
157
|
-
chainId: "56",
|
|
158
|
-
ticker: "USDC",
|
|
159
|
-
identifier: "BSC/USDC-0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
|
|
160
|
-
decimals: 8,
|
|
161
|
-
logoURI:
|
|
162
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc/usdc-0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png",
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
chain: "THOR",
|
|
166
|
-
address: "0x55d398326f99059ff775485246999027b3197955",
|
|
167
|
-
chainId: "56",
|
|
168
89
|
ticker: "USDT",
|
|
169
|
-
identifier: "BSC/USDT-0x55d398326f99059ff775485246999027b3197955",
|
|
170
|
-
decimals: 8,
|
|
171
|
-
logoURI:
|
|
172
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc/usdt-0x55d398326f99059ff775485246999027b3197955.png",
|
|
173
90
|
},
|
|
174
91
|
{
|
|
175
92
|
chain: "BTC",
|
|
176
93
|
chainId: "bitcoin",
|
|
177
|
-
ticker: "BTC",
|
|
178
|
-
identifier: "BTC.BTC",
|
|
179
94
|
decimals: 8,
|
|
95
|
+
identifier: "BTC.BTC",
|
|
180
96
|
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/btc.btc.png",
|
|
181
|
-
|
|
182
|
-
{
|
|
183
|
-
chain: "THOR",
|
|
184
|
-
chainId: "bitcoin",
|
|
97
|
+
shortCode: "b",
|
|
185
98
|
ticker: "BTC",
|
|
186
|
-
identifier: "BTC/BTC",
|
|
187
|
-
decimals: 8,
|
|
188
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/btc/btc.png",
|
|
189
99
|
},
|
|
190
100
|
{
|
|
191
101
|
chain: "DOGE",
|
|
192
102
|
chainId: "dogecoin",
|
|
193
|
-
ticker: "DOGE",
|
|
194
|
-
identifier: "DOGE.DOGE",
|
|
195
103
|
decimals: 8,
|
|
104
|
+
identifier: "DOGE.DOGE",
|
|
196
105
|
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/doge.doge.png",
|
|
197
|
-
|
|
198
|
-
{
|
|
199
|
-
chain: "THOR",
|
|
200
|
-
chainId: "dogecoin",
|
|
106
|
+
shortCode: "d",
|
|
201
107
|
ticker: "DOGE",
|
|
202
|
-
identifier: "DOGE/DOGE",
|
|
203
|
-
decimals: 8,
|
|
204
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/doge/doge.png",
|
|
205
108
|
},
|
|
206
109
|
{
|
|
207
|
-
chain: "ETH",
|
|
208
110
|
address: "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
111
|
+
chain: "ETH",
|
|
209
112
|
chainId: "1",
|
|
210
|
-
ticker: "AAVE",
|
|
211
|
-
identifier: "ETH.AAVE-0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
212
113
|
decimals: 18,
|
|
114
|
+
identifier: "ETH.AAVE-0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
213
115
|
logoURI:
|
|
214
116
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.aave-0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9.png",
|
|
117
|
+
ticker: "AAVE",
|
|
215
118
|
},
|
|
216
119
|
{
|
|
217
|
-
chain: "ETH",
|
|
218
120
|
address: "0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
121
|
+
chain: "ETH",
|
|
219
122
|
chainId: "1",
|
|
220
|
-
ticker: "DAI",
|
|
221
|
-
identifier: "ETH.DAI-0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
222
123
|
decimals: 18,
|
|
124
|
+
identifier: "ETH.DAI-0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
223
125
|
logoURI:
|
|
224
126
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.dai-0x6b175474e89094c44da98b954eedeac495271d0f.png",
|
|
127
|
+
ticker: "DAI",
|
|
225
128
|
},
|
|
226
129
|
{
|
|
227
|
-
chain: "ETH",
|
|
228
130
|
address: "0x1494ca1f11d487c2bbe4543e90080aeba4ba3c2b",
|
|
131
|
+
chain: "ETH",
|
|
229
132
|
chainId: "1",
|
|
230
|
-
ticker: "DPI",
|
|
231
|
-
identifier: "ETH.DPI-0x1494ca1f11d487c2bbe4543e90080aeba4ba3c2b",
|
|
232
133
|
decimals: 18,
|
|
134
|
+
identifier: "ETH.DPI-0x1494ca1f11d487c2bbe4543e90080aeba4ba3c2b",
|
|
233
135
|
logoURI:
|
|
234
136
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.dpi-0x1494ca1f11d487c2bbe4543e90080aeba4ba3c2b.png",
|
|
137
|
+
ticker: "DPI",
|
|
235
138
|
},
|
|
236
139
|
{
|
|
237
140
|
chain: "ETH",
|
|
238
141
|
chainId: "1",
|
|
239
|
-
ticker: "ETH",
|
|
240
|
-
identifier: "ETH.ETH",
|
|
241
142
|
decimals: 18,
|
|
143
|
+
identifier: "ETH.ETH",
|
|
242
144
|
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.eth.png",
|
|
145
|
+
shortCode: "e",
|
|
146
|
+
ticker: "ETH",
|
|
243
147
|
},
|
|
244
148
|
{
|
|
149
|
+
address: "0xc770eefad204b5180df6a14ee197d99d808ee52d",
|
|
245
150
|
chain: "ETH",
|
|
246
|
-
address: "0x826180541412d574cf1336d22c0c0a287822678a",
|
|
247
151
|
chainId: "1",
|
|
248
|
-
ticker: "FLIP",
|
|
249
|
-
identifier: "ETH.FLIP-0x826180541412d574cf1336d22c0c0a287822678a",
|
|
250
152
|
decimals: 18,
|
|
251
|
-
logoURI:
|
|
252
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.flip-0x826180541412d574cf1336d22c0c0a287822678a.png",
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
chain: "ETH",
|
|
256
|
-
address: "0xc770eefad204b5180df6a14ee197d99d808ee52d",
|
|
257
|
-
chainId: "1",
|
|
258
|
-
ticker: "FOX",
|
|
259
153
|
identifier: "ETH.FOX-0xc770eefad204b5180df6a14ee197d99d808ee52d",
|
|
260
|
-
decimals: 18,
|
|
261
154
|
logoURI:
|
|
262
155
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.fox-0xc770eefad204b5180df6a14ee197d99d808ee52d.png",
|
|
156
|
+
ticker: "FOX",
|
|
263
157
|
},
|
|
264
158
|
{
|
|
265
|
-
chain: "ETH",
|
|
266
159
|
address: "0x056fd409e1d7a124bd7017459dfea2f387b6d5cd",
|
|
160
|
+
chain: "ETH",
|
|
267
161
|
chainId: "1",
|
|
268
|
-
ticker: "GUSD",
|
|
269
|
-
identifier: "ETH.GUSD-0x056fd409e1d7a124bd7017459dfea2f387b6d5cd",
|
|
270
162
|
decimals: 2,
|
|
163
|
+
identifier: "ETH.GUSD-0x056fd409e1d7a124bd7017459dfea2f387b6d5cd",
|
|
271
164
|
logoURI:
|
|
272
165
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.gusd-0x056fd409e1d7a124bd7017459dfea2f387b6d5cd.png",
|
|
166
|
+
ticker: "GUSD",
|
|
273
167
|
},
|
|
274
168
|
{
|
|
169
|
+
address: "0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
275
170
|
chain: "ETH",
|
|
276
|
-
address: "0x6c6ee5e31d828de241282b9606c8e98ea48526e2",
|
|
277
|
-
chainId: "1",
|
|
278
|
-
ticker: "HOT",
|
|
279
|
-
identifier: "ETH.HOT-0x6c6ee5e31d828de241282b9606c8e98ea48526e2",
|
|
280
|
-
decimals: 18,
|
|
281
|
-
logoURI:
|
|
282
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.hot-0x6c6ee5e31d828de241282b9606c8e98ea48526e2.png",
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
chain: "ETH",
|
|
286
|
-
address: "0x67b6d479c7bb412c54e03dca8e1bc6740ce6b99c",
|
|
287
|
-
chainId: "1",
|
|
288
|
-
ticker: "KYL",
|
|
289
|
-
identifier: "ETH.KYL-0x67b6d479c7bb412c54e03dca8e1bc6740ce6b99c",
|
|
290
|
-
decimals: 18,
|
|
291
|
-
logoURI:
|
|
292
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.kyl-0x67b6d479c7bb412c54e03dca8e1bc6740ce6b99c.png",
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
chain: "ETH",
|
|
296
|
-
address: "0x2c06ba9e7f0daccbc1f6a33ea67e85bb68fbee3a",
|
|
297
171
|
chainId: "1",
|
|
298
|
-
ticker: "LENDS",
|
|
299
|
-
identifier: "ETH.LENDS-0x2c06ba9e7f0daccbc1f6a33ea67e85bb68fbee3a",
|
|
300
172
|
decimals: 18,
|
|
301
|
-
logoURI:
|
|
302
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.lends-0x2c06ba9e7f0daccbc1f6a33ea67e85bb68fbee3a.png",
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
chain: "ETH",
|
|
306
|
-
address: "0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
307
|
-
chainId: "1",
|
|
308
|
-
ticker: "LINK",
|
|
309
173
|
identifier: "ETH.LINK-0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
310
|
-
decimals: 18,
|
|
311
174
|
logoURI:
|
|
312
175
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.link-0x514910771af9ca656af840dff83e8264ecf986ca.png",
|
|
176
|
+
ticker: "LINK",
|
|
313
177
|
},
|
|
314
178
|
{
|
|
315
|
-
chain: "ETH",
|
|
316
179
|
address: "0x5f98805a4e8be255a32880fdec7f6728c6568ba0",
|
|
180
|
+
chain: "ETH",
|
|
317
181
|
chainId: "1",
|
|
318
|
-
ticker: "LUSD",
|
|
319
|
-
identifier: "ETH.LUSD-0x5f98805a4e8be255a32880fdec7f6728c6568ba0",
|
|
320
182
|
decimals: 18,
|
|
183
|
+
identifier: "ETH.LUSD-0x5f98805a4e8be255a32880fdec7f6728c6568ba0",
|
|
321
184
|
logoURI:
|
|
322
185
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.lusd-0x5f98805a4e8be255a32880fdec7f6728c6568ba0.png",
|
|
186
|
+
ticker: "LUSD",
|
|
323
187
|
},
|
|
324
188
|
{
|
|
189
|
+
address: "0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f",
|
|
325
190
|
chain: "ETH",
|
|
326
|
-
address: "0x5eaa69b29f99c84fe5de8200340b4e9b4ab38eac",
|
|
327
191
|
chainId: "1",
|
|
328
|
-
ticker: "RAZE",
|
|
329
|
-
identifier: "ETH.RAZE-0x5eaa69b29f99c84fe5de8200340b4e9b4ab38eac",
|
|
330
192
|
decimals: 18,
|
|
331
|
-
logoURI:
|
|
332
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.raze-0x5eaa69b29f99c84fe5de8200340b4e9b4ab38eac.png",
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
chain: "ETH",
|
|
336
|
-
address: "0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f",
|
|
337
|
-
chainId: "1",
|
|
338
|
-
ticker: "SNX",
|
|
339
193
|
identifier: "ETH.SNX-0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f",
|
|
340
|
-
decimals: 18,
|
|
341
194
|
logoURI:
|
|
342
195
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.snx-0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f.png",
|
|
196
|
+
ticker: "SNX",
|
|
343
197
|
},
|
|
344
198
|
{
|
|
345
|
-
chain: "ETH",
|
|
346
199
|
address: "0x108a850856db3f85d0269a2693d896b394c80325",
|
|
200
|
+
chain: "ETH",
|
|
347
201
|
chainId: "1",
|
|
348
|
-
ticker: "TGT",
|
|
349
|
-
identifier: "ETH.TGT-0x108a850856db3f85d0269a2693d896b394c80325",
|
|
350
202
|
decimals: 18,
|
|
203
|
+
identifier: "ETH.TGT-0x108a850856db3f85d0269a2693d896b394c80325",
|
|
351
204
|
logoURI:
|
|
352
205
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.tgt-0x108a850856db3f85d0269a2693d896b394c80325.png",
|
|
206
|
+
ticker: "TGT",
|
|
353
207
|
},
|
|
354
208
|
{
|
|
355
|
-
chain: "ETH",
|
|
356
209
|
address: "0xa5f2211b9b8170f694421f2046281775e8468044",
|
|
210
|
+
chain: "ETH",
|
|
357
211
|
chainId: "1",
|
|
358
|
-
ticker: "THOR",
|
|
359
|
-
identifier: "ETH.THOR-0xa5f2211b9b8170f694421f2046281775e8468044",
|
|
360
212
|
decimals: 18,
|
|
213
|
+
identifier: "ETH.THOR-0xa5f2211b9b8170f694421f2046281775e8468044",
|
|
361
214
|
logoURI:
|
|
362
215
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.thor-0xa5f2211b9b8170f694421f2046281775e8468044.png",
|
|
216
|
+
ticker: "THOR",
|
|
363
217
|
},
|
|
364
218
|
{
|
|
365
|
-
chain: "ETH",
|
|
366
|
-
address: "0xd13c7342e1ef687c5ad21b27c2b65d772cab5c8c",
|
|
367
|
-
chainId: "1",
|
|
368
|
-
ticker: "UOS",
|
|
369
|
-
identifier: "ETH.UOS-0xd13c7342e1ef687c5ad21b27c2b65d772cab5c8c",
|
|
370
|
-
decimals: 4,
|
|
371
|
-
logoURI:
|
|
372
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.uos-0xd13c7342e1ef687c5ad21b27c2b65d772cab5c8c.png",
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
chain: "ETH",
|
|
376
219
|
address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
220
|
+
chain: "ETH",
|
|
377
221
|
chainId: "1",
|
|
378
|
-
ticker: "USDC",
|
|
379
|
-
identifier: "ETH.USDC-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
380
222
|
decimals: 6,
|
|
223
|
+
identifier: "ETH.USDC-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
381
224
|
logoURI:
|
|
382
225
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdc-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.png",
|
|
226
|
+
ticker: "USDC",
|
|
383
227
|
},
|
|
384
228
|
{
|
|
385
|
-
chain: "ETH",
|
|
386
229
|
address: "0x8e870d67f660d95d5be530380d0ec0bd388289e1",
|
|
230
|
+
chain: "ETH",
|
|
387
231
|
chainId: "1",
|
|
388
|
-
ticker: "USDP",
|
|
389
|
-
identifier: "ETH.USDP-0x8e870d67f660d95d5be530380d0ec0bd388289e1",
|
|
390
232
|
decimals: 18,
|
|
233
|
+
identifier: "ETH.USDP-0x8e870d67f660d95d5be530380d0ec0bd388289e1",
|
|
391
234
|
logoURI:
|
|
392
235
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdp-0x8e870d67f660d95d5be530380d0ec0bd388289e1.png",
|
|
236
|
+
ticker: "USDP",
|
|
393
237
|
},
|
|
394
238
|
{
|
|
395
|
-
chain: "ETH",
|
|
396
239
|
address: "0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
240
|
+
chain: "ETH",
|
|
397
241
|
chainId: "1",
|
|
398
|
-
ticker: "USDT",
|
|
399
|
-
identifier: "ETH.USDT-0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
400
242
|
decimals: 6,
|
|
243
|
+
identifier: "ETH.USDT-0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
401
244
|
logoURI:
|
|
402
245
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdt-0xdac17f958d2ee523a2206206994597c13d831ec7.png",
|
|
246
|
+
ticker: "USDT",
|
|
403
247
|
},
|
|
404
248
|
{
|
|
405
|
-
chain: "ETH",
|
|
406
249
|
address: "0x815c23eca83261b6ec689b60cc4a58b54bc24d8d",
|
|
250
|
+
chain: "ETH",
|
|
407
251
|
chainId: "1",
|
|
408
|
-
ticker: "VTHOR",
|
|
409
|
-
identifier: "ETH.VTHOR-0x815c23eca83261b6ec689b60cc4a58b54bc24d8d",
|
|
410
252
|
decimals: 18,
|
|
253
|
+
identifier: "ETH.VTHOR-0x815c23eca83261b6ec689b60cc4a58b54bc24d8d",
|
|
411
254
|
logoURI:
|
|
412
255
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.vthor-0x815c23eca83261b6ec689b60cc4a58b54bc24d8d.png",
|
|
256
|
+
ticker: "VTHOR",
|
|
413
257
|
},
|
|
414
258
|
{
|
|
415
|
-
chain: "ETH",
|
|
416
259
|
address: "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
260
|
+
chain: "ETH",
|
|
417
261
|
chainId: "1",
|
|
418
|
-
ticker: "WBTC",
|
|
419
|
-
identifier: "ETH.WBTC-0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
420
262
|
decimals: 8,
|
|
263
|
+
identifier: "ETH.WBTC-0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
421
264
|
logoURI:
|
|
422
265
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.wbtc-0x2260fac5e5542a773aa44fbcfedf7c193bc2c599.png",
|
|
266
|
+
ticker: "WBTC",
|
|
423
267
|
},
|
|
424
268
|
{
|
|
269
|
+
address: "0x69fa0fee221ad11012bab0fdb45d444d3d2ce71c",
|
|
425
270
|
chain: "ETH",
|
|
426
|
-
address: "0x72b886d09c117654ab7da13a14d603001de0b777",
|
|
427
271
|
chainId: "1",
|
|
428
|
-
ticker: "XDEFI",
|
|
429
|
-
identifier: "ETH.XDEFI-0x72b886d09c117654ab7da13a14d603001de0b777",
|
|
430
272
|
decimals: 18,
|
|
273
|
+
identifier: "ETH.XRUNE-0x69fa0fee221ad11012bab0fdb45d444d3d2ce71c",
|
|
431
274
|
logoURI:
|
|
432
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.
|
|
275
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.xrune-0x69fa0fee221ad11012bab0fdb45d444d3d2ce71c.png",
|
|
276
|
+
ticker: "XRUNE",
|
|
433
277
|
},
|
|
434
278
|
{
|
|
435
|
-
chain: "
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
279
|
+
chain: "GAIA",
|
|
280
|
+
chainId: "cosmoshub-4",
|
|
281
|
+
decimals: 6,
|
|
282
|
+
identifier: "GAIA.ATOM",
|
|
283
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/gaia.atom.png",
|
|
284
|
+
shortCode: "g",
|
|
285
|
+
ticker: "ATOM",
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
chain: "LTC",
|
|
289
|
+
chainId: "litecoin",
|
|
290
|
+
decimals: 8,
|
|
291
|
+
identifier: "LTC.LTC",
|
|
292
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/ltc.ltc.png",
|
|
293
|
+
shortCode: "l",
|
|
294
|
+
ticker: "LTC",
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
chain: "THOR",
|
|
298
|
+
chainId: "thorchain-mainnet-v1",
|
|
299
|
+
decimals: 8,
|
|
300
|
+
identifier: "THOR.AVAX/AVAX",
|
|
301
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/avax.avax.png",
|
|
302
|
+
ticker: "AVAX",
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
address: "0xfe6b19286885a4f7f55adad09c3cd1f906d2478f",
|
|
306
|
+
chain: "THOR",
|
|
307
|
+
chainId: "thorchain-mainnet-v1",
|
|
308
|
+
decimals: 8,
|
|
309
|
+
identifier: "THOR.AVAX/SOL-0xfe6b19286885a4f7f55adad09c3cd1f906d2478f",
|
|
441
310
|
logoURI:
|
|
442
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/
|
|
311
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.sol-0xfe6b19286885a4f7f55adad09c3cd1f906d2478f.png",
|
|
312
|
+
ticker: "SOL",
|
|
443
313
|
},
|
|
444
314
|
{
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
chainId: "
|
|
448
|
-
|
|
449
|
-
identifier: "
|
|
450
|
-
decimals: 18,
|
|
315
|
+
address: "0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e",
|
|
316
|
+
chain: "THOR",
|
|
317
|
+
chainId: "thorchain-mainnet-v1",
|
|
318
|
+
decimals: 8,
|
|
319
|
+
identifier: "THOR.AVAX/USDC-0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e",
|
|
451
320
|
logoURI:
|
|
452
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/
|
|
321
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.usdc-0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e.png",
|
|
322
|
+
ticker: "USDC",
|
|
453
323
|
},
|
|
454
324
|
{
|
|
325
|
+
address: "0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7",
|
|
455
326
|
chain: "THOR",
|
|
456
|
-
|
|
457
|
-
chainId: "1",
|
|
458
|
-
ticker: "AAVE",
|
|
459
|
-
identifier: "ETH/AAVE-0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
327
|
+
chainId: "thorchain-mainnet-v1",
|
|
460
328
|
decimals: 8,
|
|
329
|
+
identifier: "THOR.AVAX/USDT-0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7",
|
|
461
330
|
logoURI:
|
|
462
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/
|
|
331
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.usdt-0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7.png",
|
|
332
|
+
ticker: "USDT",
|
|
463
333
|
},
|
|
464
334
|
{
|
|
465
335
|
chain: "THOR",
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
336
|
+
chainId: "thorchain-mainnet-v1",
|
|
337
|
+
decimals: 8,
|
|
338
|
+
identifier: "THOR.BCH/BCH",
|
|
339
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/bch.bch.png",
|
|
340
|
+
ticker: "BCH",
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
chain: "THOR",
|
|
344
|
+
chainId: "thorchain-mainnet-v1",
|
|
470
345
|
decimals: 8,
|
|
346
|
+
identifier: "THOR.BSC/BNB",
|
|
347
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.bnb.png",
|
|
348
|
+
ticker: "BNB",
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
|
|
352
|
+
chain: "THOR",
|
|
353
|
+
chainId: "thorchain-mainnet-v1",
|
|
354
|
+
decimals: 8,
|
|
355
|
+
identifier: "THOR.BSC/USDC-0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
|
|
471
356
|
logoURI:
|
|
472
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/
|
|
357
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.usdc-0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png",
|
|
358
|
+
ticker: "USDC",
|
|
473
359
|
},
|
|
474
360
|
{
|
|
361
|
+
address: "0x55d398326f99059ff775485246999027b3197955",
|
|
475
362
|
chain: "THOR",
|
|
476
|
-
|
|
477
|
-
chainId: "1",
|
|
478
|
-
ticker: "DPI",
|
|
479
|
-
identifier: "ETH/DPI-0x1494ca1f11d487c2bbe4543e90080aeba4ba3c2b",
|
|
363
|
+
chainId: "thorchain-mainnet-v1",
|
|
480
364
|
decimals: 8,
|
|
365
|
+
identifier: "THOR.BSC/USDT-0x55d398326f99059ff775485246999027b3197955",
|
|
481
366
|
logoURI:
|
|
482
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/
|
|
367
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.usdt-0x55d398326f99059ff775485246999027b3197955.png",
|
|
368
|
+
ticker: "USDT",
|
|
483
369
|
},
|
|
484
370
|
{
|
|
485
371
|
chain: "THOR",
|
|
486
|
-
chainId: "
|
|
487
|
-
ticker: "ETH",
|
|
488
|
-
identifier: "ETH/ETH",
|
|
372
|
+
chainId: "thorchain-mainnet-v1",
|
|
489
373
|
decimals: 8,
|
|
490
|
-
|
|
374
|
+
identifier: "THOR.BTC/BTC",
|
|
375
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/btc.btc.png",
|
|
376
|
+
ticker: "BTC",
|
|
491
377
|
},
|
|
492
378
|
{
|
|
493
379
|
chain: "THOR",
|
|
494
|
-
|
|
495
|
-
chainId: "1",
|
|
496
|
-
ticker: "FLIP",
|
|
497
|
-
identifier: "ETH/FLIP-0x826180541412d574cf1336d22c0c0a287822678a",
|
|
380
|
+
chainId: "thorchain-mainnet-v1",
|
|
498
381
|
decimals: 8,
|
|
382
|
+
identifier: "THOR.DOGE/DOGE",
|
|
383
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/doge.doge.png",
|
|
384
|
+
ticker: "DOGE",
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
address: "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
388
|
+
chain: "THOR",
|
|
389
|
+
chainId: "thorchain-mainnet-v1",
|
|
390
|
+
decimals: 8,
|
|
391
|
+
identifier: "THOR.ETH/AAVE-0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
499
392
|
logoURI:
|
|
500
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
393
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.aave-0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9.png",
|
|
394
|
+
ticker: "AAVE",
|
|
501
395
|
},
|
|
502
396
|
{
|
|
397
|
+
address: "0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
503
398
|
chain: "THOR",
|
|
504
|
-
|
|
505
|
-
chainId: "1",
|
|
506
|
-
ticker: "FOX",
|
|
507
|
-
identifier: "ETH/FOX-0xc770eefad204b5180df6a14ee197d99d808ee52d",
|
|
399
|
+
chainId: "thorchain-mainnet-v1",
|
|
508
400
|
decimals: 8,
|
|
401
|
+
identifier: "THOR.ETH/DAI-0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
509
402
|
logoURI:
|
|
510
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
403
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.dai-0x6b175474e89094c44da98b954eedeac495271d0f.png",
|
|
404
|
+
ticker: "DAI",
|
|
511
405
|
},
|
|
512
406
|
{
|
|
407
|
+
address: "0x1494ca1f11d487c2bbe4543e90080aeba4ba3c2b",
|
|
513
408
|
chain: "THOR",
|
|
514
|
-
|
|
515
|
-
chainId: "1",
|
|
516
|
-
ticker: "GUSD",
|
|
517
|
-
identifier: "ETH/GUSD-0x056fd409e1d7a124bd7017459dfea2f387b6d5cd",
|
|
409
|
+
chainId: "thorchain-mainnet-v1",
|
|
518
410
|
decimals: 8,
|
|
411
|
+
identifier: "THOR.ETH/DPI-0x1494ca1f11d487c2bbe4543e90080aeba4ba3c2b",
|
|
519
412
|
logoURI:
|
|
520
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
413
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.dpi-0x1494ca1f11d487c2bbe4543e90080aeba4ba3c2b.png",
|
|
414
|
+
ticker: "DPI",
|
|
521
415
|
},
|
|
522
416
|
{
|
|
523
417
|
chain: "THOR",
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
418
|
+
chainId: "thorchain-mainnet-v1",
|
|
419
|
+
decimals: 8,
|
|
420
|
+
identifier: "THOR.ETH/ETH",
|
|
421
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.eth.png",
|
|
422
|
+
ticker: "ETH",
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
address: "0x826180541412d574cf1336d22c0c0a287822678a",
|
|
426
|
+
chain: "THOR",
|
|
427
|
+
chainId: "thorchain-mainnet-v1",
|
|
528
428
|
decimals: 8,
|
|
429
|
+
identifier: "THOR.ETH/FLIP-0x826180541412d574cf1336d22c0c0a287822678a",
|
|
529
430
|
logoURI:
|
|
530
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
431
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.flip-0x826180541412d574cf1336d22c0c0a287822678a.png",
|
|
432
|
+
ticker: "FLIP",
|
|
531
433
|
},
|
|
532
434
|
{
|
|
435
|
+
address: "0xc770eefad204b5180df6a14ee197d99d808ee52d",
|
|
533
436
|
chain: "THOR",
|
|
534
|
-
|
|
535
|
-
chainId: "1",
|
|
536
|
-
ticker: "KYL",
|
|
537
|
-
identifier: "ETH/KYL-0x67b6d479c7bb412c54e03dca8e1bc6740ce6b99c",
|
|
437
|
+
chainId: "thorchain-mainnet-v1",
|
|
538
438
|
decimals: 8,
|
|
439
|
+
identifier: "THOR.ETH/FOX-0xc770eefad204b5180df6a14ee197d99d808ee52d",
|
|
539
440
|
logoURI:
|
|
540
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
441
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.fox-0xc770eefad204b5180df6a14ee197d99d808ee52d.png",
|
|
442
|
+
ticker: "FOX",
|
|
541
443
|
},
|
|
542
444
|
{
|
|
445
|
+
address: "0x056fd409e1d7a124bd7017459dfea2f387b6d5cd",
|
|
543
446
|
chain: "THOR",
|
|
544
|
-
|
|
545
|
-
chainId: "1",
|
|
546
|
-
ticker: "LENDS",
|
|
547
|
-
identifier: "ETH/LENDS-0x2c06ba9e7f0daccbc1f6a33ea67e85bb68fbee3a",
|
|
447
|
+
chainId: "thorchain-mainnet-v1",
|
|
548
448
|
decimals: 8,
|
|
449
|
+
identifier: "THOR.ETH/GUSD-0x056fd409e1d7a124bd7017459dfea2f387b6d5cd",
|
|
549
450
|
logoURI:
|
|
550
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
451
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.gusd-0x056fd409e1d7a124bd7017459dfea2f387b6d5cd.png",
|
|
452
|
+
ticker: "GUSD",
|
|
551
453
|
},
|
|
552
454
|
{
|
|
455
|
+
address: "0x6c6ee5e31d828de241282b9606c8e98ea48526e2",
|
|
553
456
|
chain: "THOR",
|
|
554
|
-
|
|
555
|
-
chainId: "1",
|
|
556
|
-
ticker: "LINK",
|
|
557
|
-
identifier: "ETH/LINK-0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
457
|
+
chainId: "thorchain-mainnet-v1",
|
|
558
458
|
decimals: 8,
|
|
459
|
+
identifier: "THOR.ETH/HOT-0x6c6ee5e31d828de241282b9606c8e98ea48526e2",
|
|
559
460
|
logoURI:
|
|
560
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
461
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.hot-0x6c6ee5e31d828de241282b9606c8e98ea48526e2.png",
|
|
462
|
+
ticker: "HOT",
|
|
561
463
|
},
|
|
562
464
|
{
|
|
465
|
+
address: "0x67b6d479c7bb412c54e03dca8e1bc6740ce6b99c",
|
|
563
466
|
chain: "THOR",
|
|
564
|
-
|
|
565
|
-
chainId: "1",
|
|
566
|
-
ticker: "LUSD",
|
|
567
|
-
identifier: "ETH/LUSD-0x5f98805a4e8be255a32880fdec7f6728c6568ba0",
|
|
467
|
+
chainId: "thorchain-mainnet-v1",
|
|
568
468
|
decimals: 8,
|
|
469
|
+
identifier: "THOR.ETH/KYL-0x67b6d479c7bb412c54e03dca8e1bc6740ce6b99c",
|
|
569
470
|
logoURI:
|
|
570
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
471
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.kyl-0x67b6d479c7bb412c54e03dca8e1bc6740ce6b99c.png",
|
|
472
|
+
ticker: "KYL",
|
|
571
473
|
},
|
|
572
474
|
{
|
|
475
|
+
address: "0x2c06ba9e7f0daccbc1f6a33ea67e85bb68fbee3a",
|
|
573
476
|
chain: "THOR",
|
|
574
|
-
|
|
575
|
-
chainId: "1",
|
|
576
|
-
ticker: "RAZE",
|
|
577
|
-
identifier: "ETH/RAZE-0x5eaa69b29f99c84fe5de8200340b4e9b4ab38eac",
|
|
477
|
+
chainId: "thorchain-mainnet-v1",
|
|
578
478
|
decimals: 8,
|
|
479
|
+
identifier: "THOR.ETH/LENDS-0x2c06ba9e7f0daccbc1f6a33ea67e85bb68fbee3a",
|
|
579
480
|
logoURI:
|
|
580
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
481
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.lends-0x2c06ba9e7f0daccbc1f6a33ea67e85bb68fbee3a.png",
|
|
482
|
+
ticker: "LENDS",
|
|
581
483
|
},
|
|
582
484
|
{
|
|
485
|
+
address: "0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
583
486
|
chain: "THOR",
|
|
584
|
-
|
|
585
|
-
chainId: "1",
|
|
586
|
-
ticker: "SNX",
|
|
587
|
-
identifier: "ETH/SNX-0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f",
|
|
487
|
+
chainId: "thorchain-mainnet-v1",
|
|
588
488
|
decimals: 8,
|
|
489
|
+
identifier: "THOR.ETH/LINK-0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
589
490
|
logoURI:
|
|
590
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
491
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.link-0x514910771af9ca656af840dff83e8264ecf986ca.png",
|
|
492
|
+
ticker: "LINK",
|
|
591
493
|
},
|
|
592
494
|
{
|
|
495
|
+
address: "0x5f98805a4e8be255a32880fdec7f6728c6568ba0",
|
|
593
496
|
chain: "THOR",
|
|
594
|
-
|
|
595
|
-
chainId: "1",
|
|
596
|
-
ticker: "TGT",
|
|
597
|
-
identifier: "ETH/TGT-0x108a850856db3f85d0269a2693d896b394c80325",
|
|
497
|
+
chainId: "thorchain-mainnet-v1",
|
|
598
498
|
decimals: 8,
|
|
499
|
+
identifier: "THOR.ETH/LUSD-0x5f98805a4e8be255a32880fdec7f6728c6568ba0",
|
|
599
500
|
logoURI:
|
|
600
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
501
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.lusd-0x5f98805a4e8be255a32880fdec7f6728c6568ba0.png",
|
|
502
|
+
ticker: "LUSD",
|
|
601
503
|
},
|
|
602
504
|
{
|
|
505
|
+
address: "0x5eaa69b29f99c84fe5de8200340b4e9b4ab38eac",
|
|
603
506
|
chain: "THOR",
|
|
604
|
-
|
|
605
|
-
chainId: "1",
|
|
606
|
-
ticker: "THOR",
|
|
607
|
-
identifier: "ETH/THOR-0xa5f2211b9b8170f694421f2046281775e8468044",
|
|
507
|
+
chainId: "thorchain-mainnet-v1",
|
|
608
508
|
decimals: 8,
|
|
509
|
+
identifier: "THOR.ETH/RAZE-0x5eaa69b29f99c84fe5de8200340b4e9b4ab38eac",
|
|
609
510
|
logoURI:
|
|
610
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
511
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.raze-0x5eaa69b29f99c84fe5de8200340b4e9b4ab38eac.png",
|
|
512
|
+
ticker: "RAZE",
|
|
611
513
|
},
|
|
612
514
|
{
|
|
515
|
+
address: "0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f",
|
|
613
516
|
chain: "THOR",
|
|
614
|
-
|
|
615
|
-
chainId: "1",
|
|
616
|
-
ticker: "UOS",
|
|
617
|
-
identifier: "ETH/UOS-0xd13c7342e1ef687c5ad21b27c2b65d772cab5c8c",
|
|
517
|
+
chainId: "thorchain-mainnet-v1",
|
|
618
518
|
decimals: 8,
|
|
519
|
+
identifier: "THOR.ETH/SNX-0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f",
|
|
619
520
|
logoURI:
|
|
620
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
521
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.snx-0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f.png",
|
|
522
|
+
ticker: "SNX",
|
|
621
523
|
},
|
|
622
524
|
{
|
|
525
|
+
address: "0x108a850856db3f85d0269a2693d896b394c80325",
|
|
623
526
|
chain: "THOR",
|
|
624
|
-
|
|
625
|
-
chainId: "1",
|
|
626
|
-
ticker: "USDC",
|
|
627
|
-
identifier: "ETH/USDC-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
527
|
+
chainId: "thorchain-mainnet-v1",
|
|
628
528
|
decimals: 8,
|
|
529
|
+
identifier: "THOR.ETH/TGT-0x108a850856db3f85d0269a2693d896b394c80325",
|
|
629
530
|
logoURI:
|
|
630
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
531
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.tgt-0x108a850856db3f85d0269a2693d896b394c80325.png",
|
|
532
|
+
ticker: "TGT",
|
|
631
533
|
},
|
|
632
534
|
{
|
|
535
|
+
address: "0xa5f2211b9b8170f694421f2046281775e8468044",
|
|
633
536
|
chain: "THOR",
|
|
634
|
-
|
|
635
|
-
chainId: "1",
|
|
636
|
-
ticker: "USDP",
|
|
637
|
-
identifier: "ETH/USDP-0x8e870d67f660d95d5be530380d0ec0bd388289e1",
|
|
537
|
+
chainId: "thorchain-mainnet-v1",
|
|
638
538
|
decimals: 8,
|
|
539
|
+
identifier: "THOR.ETH/THOR-0xa5f2211b9b8170f694421f2046281775e8468044",
|
|
639
540
|
logoURI:
|
|
640
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
541
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.thor-0xa5f2211b9b8170f694421f2046281775e8468044.png",
|
|
542
|
+
ticker: "THOR",
|
|
641
543
|
},
|
|
642
544
|
{
|
|
545
|
+
address: "0xd13c7342e1ef687c5ad21b27c2b65d772cab5c8c",
|
|
643
546
|
chain: "THOR",
|
|
644
|
-
|
|
645
|
-
chainId: "1",
|
|
646
|
-
ticker: "USDT",
|
|
647
|
-
identifier: "ETH/USDT-0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
547
|
+
chainId: "thorchain-mainnet-v1",
|
|
648
548
|
decimals: 8,
|
|
549
|
+
identifier: "THOR.ETH/UOS-0xd13c7342e1ef687c5ad21b27c2b65d772cab5c8c",
|
|
649
550
|
logoURI:
|
|
650
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
551
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.uos-0xd13c7342e1ef687c5ad21b27c2b65d772cab5c8c.png",
|
|
552
|
+
ticker: "UOS",
|
|
651
553
|
},
|
|
652
554
|
{
|
|
555
|
+
address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
653
556
|
chain: "THOR",
|
|
654
|
-
|
|
655
|
-
chainId: "1",
|
|
656
|
-
ticker: "VTHOR",
|
|
657
|
-
identifier: "ETH/VTHOR-0x815c23eca83261b6ec689b60cc4a58b54bc24d8d",
|
|
557
|
+
chainId: "thorchain-mainnet-v1",
|
|
658
558
|
decimals: 8,
|
|
559
|
+
identifier: "THOR.ETH/USDC-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
659
560
|
logoURI:
|
|
660
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
561
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdc-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.png",
|
|
562
|
+
ticker: "USDC",
|
|
661
563
|
},
|
|
662
564
|
{
|
|
565
|
+
address: "0x8e870d67f660d95d5be530380d0ec0bd388289e1",
|
|
663
566
|
chain: "THOR",
|
|
664
|
-
|
|
665
|
-
chainId: "1",
|
|
666
|
-
ticker: "WBTC",
|
|
667
|
-
identifier: "ETH/WBTC-0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
567
|
+
chainId: "thorchain-mainnet-v1",
|
|
668
568
|
decimals: 8,
|
|
569
|
+
identifier: "THOR.ETH/USDP-0x8e870d67f660d95d5be530380d0ec0bd388289e1",
|
|
669
570
|
logoURI:
|
|
670
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
571
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdp-0x8e870d67f660d95d5be530380d0ec0bd388289e1.png",
|
|
572
|
+
ticker: "USDP",
|
|
671
573
|
},
|
|
672
574
|
{
|
|
575
|
+
address: "0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
673
576
|
chain: "THOR",
|
|
674
|
-
|
|
675
|
-
chainId: "1",
|
|
676
|
-
ticker: "XDEFI",
|
|
677
|
-
identifier: "ETH/XDEFI-0x72b886d09c117654ab7da13a14d603001de0b777",
|
|
577
|
+
chainId: "thorchain-mainnet-v1",
|
|
678
578
|
decimals: 8,
|
|
579
|
+
identifier: "THOR.ETH/USDT-0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
679
580
|
logoURI:
|
|
680
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
581
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdt-0xdac17f958d2ee523a2206206994597c13d831ec7.png",
|
|
582
|
+
ticker: "USDT",
|
|
681
583
|
},
|
|
682
584
|
{
|
|
585
|
+
address: "0x815c23eca83261b6ec689b60cc4a58b54bc24d8d",
|
|
683
586
|
chain: "THOR",
|
|
684
|
-
|
|
685
|
-
chainId: "1",
|
|
686
|
-
ticker: "XRUNE",
|
|
687
|
-
identifier: "ETH/XRUNE-0x69fa0fee221ad11012bab0fdb45d444d3d2ce71c",
|
|
587
|
+
chainId: "thorchain-mainnet-v1",
|
|
688
588
|
decimals: 8,
|
|
589
|
+
identifier: "THOR.ETH/VTHOR-0x815c23eca83261b6ec689b60cc4a58b54bc24d8d",
|
|
689
590
|
logoURI:
|
|
690
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
591
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.vthor-0x815c23eca83261b6ec689b60cc4a58b54bc24d8d.png",
|
|
592
|
+
ticker: "VTHOR",
|
|
691
593
|
},
|
|
692
594
|
{
|
|
595
|
+
address: "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
693
596
|
chain: "THOR",
|
|
694
|
-
|
|
695
|
-
chainId: "1",
|
|
696
|
-
ticker: "YFI",
|
|
697
|
-
identifier: "ETH/YFI-0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e",
|
|
597
|
+
chainId: "thorchain-mainnet-v1",
|
|
698
598
|
decimals: 8,
|
|
599
|
+
identifier: "THOR.ETH/WBTC-0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
699
600
|
logoURI:
|
|
700
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth
|
|
601
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.wbtc-0x2260fac5e5542a773aa44fbcfedf7c193bc2c599.png",
|
|
602
|
+
ticker: "WBTC",
|
|
701
603
|
},
|
|
702
604
|
{
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
logoURI:
|
|
605
|
+
address: "0x72b886d09c117654ab7da13a14d603001de0b777",
|
|
606
|
+
chain: "THOR",
|
|
607
|
+
chainId: "thorchain-mainnet-v1",
|
|
608
|
+
decimals: 8,
|
|
609
|
+
identifier: "THOR.ETH/XDEFI-0x72b886d09c117654ab7da13a14d603001de0b777",
|
|
610
|
+
logoURI:
|
|
611
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.xdefi-0x72b886d09c117654ab7da13a14d603001de0b777.png",
|
|
612
|
+
ticker: "XDEFI",
|
|
709
613
|
},
|
|
710
614
|
{
|
|
615
|
+
address: "0x69fa0fee221ad11012bab0fdb45d444d3d2ce71c",
|
|
711
616
|
chain: "THOR",
|
|
712
|
-
chainId: "
|
|
713
|
-
ticker: "ATOM",
|
|
714
|
-
identifier: "GAIA/ATOM",
|
|
617
|
+
chainId: "thorchain-mainnet-v1",
|
|
715
618
|
decimals: 8,
|
|
716
|
-
|
|
619
|
+
identifier: "THOR.ETH/XRUNE-0x69fa0fee221ad11012bab0fdb45d444d3d2ce71c",
|
|
620
|
+
logoURI:
|
|
621
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.xrune-0x69fa0fee221ad11012bab0fdb45d444d3d2ce71c.png",
|
|
622
|
+
ticker: "XRUNE",
|
|
717
623
|
},
|
|
718
624
|
{
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
identifier: "LTC.LTC",
|
|
625
|
+
address: "0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e",
|
|
626
|
+
chain: "THOR",
|
|
627
|
+
chainId: "thorchain-mainnet-v1",
|
|
723
628
|
decimals: 8,
|
|
724
|
-
|
|
629
|
+
identifier: "THOR.ETH/YFI-0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e",
|
|
630
|
+
logoURI:
|
|
631
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.yfi-0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e.png",
|
|
632
|
+
ticker: "YFI",
|
|
725
633
|
},
|
|
726
634
|
{
|
|
727
635
|
chain: "THOR",
|
|
728
|
-
chainId: "
|
|
729
|
-
ticker: "LTC",
|
|
730
|
-
identifier: "LTC/LTC",
|
|
636
|
+
chainId: "thorchain-mainnet-v1",
|
|
731
637
|
decimals: 8,
|
|
732
|
-
|
|
638
|
+
identifier: "THOR.GAIA/ATOM",
|
|
639
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/gaia.atom.png",
|
|
640
|
+
ticker: "ATOM",
|
|
733
641
|
},
|
|
734
642
|
{
|
|
735
643
|
chain: "THOR",
|
|
736
644
|
chainId: "thorchain-mainnet-v1",
|
|
737
|
-
ticker: "RUNE",
|
|
738
|
-
identifier: "THOR.RUNE",
|
|
739
645
|
decimals: 8,
|
|
646
|
+
identifier: "THOR.LTC/LTC",
|
|
647
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/ltc.ltc.png",
|
|
648
|
+
ticker: "LTC",
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
chain: "THOR",
|
|
652
|
+
chainId: "thorchain-mainnet-v1",
|
|
653
|
+
decimals: 8,
|
|
654
|
+
identifier: "THOR.RUNE",
|
|
740
655
|
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/thor.rune.png",
|
|
656
|
+
ticker: "RUNE",
|
|
741
657
|
},
|
|
742
658
|
],
|
|
743
659
|
} as const;
|