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