@swapkit/tokens 1.8.0 → 1.8.1
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 +11 -11
- package/package.json +1 -1
- package/src/tokenLists/caviar_v1.ts +1 -1
- package/src/tokenLists/chainflip.ts +20 -2
- package/src/tokenLists/mayachain.ts +1 -1
- package/src/tokenLists/oneinch.ts +2 -12
- package/src/tokenLists/pancakeswap.ts +13 -3
- package/src/tokenLists/pangolin_v1.ts +1 -1
- package/src/tokenLists/sushiswap_v2.ts +12 -2
- package/src/tokenLists/thorchain.ts +1 -1
- package/src/tokenLists/traderjoe_v2.ts +292 -12
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
provider: "CHAINFLIP",
|
|
3
3
|
name: "CHAINFLIP",
|
|
4
|
-
timestamp: "2024-09-
|
|
4
|
+
timestamp: "2024-09-25T15:30:52.909Z",
|
|
5
5
|
version: {
|
|
6
6
|
major: 1,
|
|
7
7
|
minor: 0,
|
|
8
8
|
patch: 0,
|
|
9
9
|
},
|
|
10
10
|
keywords: [],
|
|
11
|
-
count:
|
|
11
|
+
count: 10,
|
|
12
12
|
tokens: [
|
|
13
13
|
{
|
|
14
14
|
chain: "ARB",
|
|
@@ -82,5 +82,23 @@ export const list = {
|
|
|
82
82
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdt-0xdac17f958d2ee523a2206206994597c13d831ec7.png",
|
|
83
83
|
ticker: "USDT",
|
|
84
84
|
},
|
|
85
|
+
{
|
|
86
|
+
chain: "SOL",
|
|
87
|
+
chainId: "solana",
|
|
88
|
+
decimals: 9,
|
|
89
|
+
identifier: "SOL.SOL",
|
|
90
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/sol.sol.png",
|
|
91
|
+
ticker: "SOL",
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
address: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
|
|
95
|
+
chain: "SOL",
|
|
96
|
+
chainId: "solana",
|
|
97
|
+
decimals: 6,
|
|
98
|
+
identifier: "SOL.USDC-EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
|
|
99
|
+
logoURI:
|
|
100
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/sol.usdc-epjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v.png",
|
|
101
|
+
ticker: "USDC",
|
|
102
|
+
},
|
|
85
103
|
],
|
|
86
104
|
} as const;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
provider: "ONEINCH",
|
|
3
3
|
name: "ONEINCH",
|
|
4
|
-
timestamp: "2024-09-
|
|
4
|
+
timestamp: "2024-09-25T15:30:55.998Z",
|
|
5
5
|
version: {
|
|
6
6
|
major: 1,
|
|
7
7
|
minor: 0,
|
|
8
8
|
patch: 0,
|
|
9
9
|
},
|
|
10
10
|
keywords: ["oneinch", "1inch", "1inch.exchange", "1inch.exchange v1"],
|
|
11
|
-
count:
|
|
11
|
+
count: 1398,
|
|
12
12
|
tokens: [
|
|
13
13
|
{
|
|
14
14
|
address: "0xba5ddd1f9d7f570dc94a51479a000e3bce967196",
|
|
@@ -208,16 +208,6 @@ export const list = {
|
|
|
208
208
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.gmx-0xfc5a1a6eb076a2c7ad06ed22c90d7e710e35ad0a.png",
|
|
209
209
|
ticker: "GMX",
|
|
210
210
|
},
|
|
211
|
-
{
|
|
212
|
-
address: "0xa0b862f60edef4452f25b4160f177db44deb6cf1",
|
|
213
|
-
chain: "ARB",
|
|
214
|
-
chainId: "42161",
|
|
215
|
-
decimals: 18,
|
|
216
|
-
identifier: "ARB.GNO-0xa0b862f60edef4452f25b4160f177db44deb6cf1",
|
|
217
|
-
logoURI:
|
|
218
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.gno-0xa0b862f60edef4452f25b4160f177db44deb6cf1.png",
|
|
219
|
-
ticker: "GNO",
|
|
220
|
-
},
|
|
221
211
|
{
|
|
222
212
|
address: "0x9623063377ad1b27544c965ccd7342f7ea7e88c7",
|
|
223
213
|
chain: "ARB",
|
|
@@ -2,14 +2,14 @@ export const list = {
|
|
|
2
2
|
provider: "PANCAKESWAP",
|
|
3
3
|
chainId: "56",
|
|
4
4
|
name: "PancakeSwap Extended",
|
|
5
|
-
timestamp: "2024-09-
|
|
5
|
+
timestamp: "2024-09-19T10:57:12.436Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 2,
|
|
8
8
|
minor: 16,
|
|
9
|
-
patch:
|
|
9
|
+
patch: 245,
|
|
10
10
|
},
|
|
11
11
|
keywords: ["pancakeswap", "extended"],
|
|
12
|
-
count:
|
|
12
|
+
count: 428,
|
|
13
13
|
tokens: [
|
|
14
14
|
{
|
|
15
15
|
address: "0x6EaDc05928ACd93eFB3FA0DFbC644D96C6Aa1Df8",
|
|
@@ -3901,6 +3901,16 @@ export const list = {
|
|
|
3901
3901
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.wbnb-0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c.png",
|
|
3902
3902
|
ticker: "WBNB",
|
|
3903
3903
|
},
|
|
3904
|
+
{
|
|
3905
|
+
address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
3906
|
+
chain: "BSC",
|
|
3907
|
+
chainId: "56",
|
|
3908
|
+
decimals: 8,
|
|
3909
|
+
identifier: "BSC.WBTC-0X0555E30DA8F98308EDB960AA94C0DB47230D2B9C",
|
|
3910
|
+
logoURI:
|
|
3911
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.wbtc-0x0555e30da8f98308edb960aa94c0db47230d2b9c.png",
|
|
3912
|
+
ticker: "WBTC",
|
|
3913
|
+
},
|
|
3904
3914
|
{
|
|
3905
3915
|
address: "0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A",
|
|
3906
3916
|
chain: "BSC",
|
|
@@ -2,14 +2,14 @@ export const list = {
|
|
|
2
2
|
provider: "SUSHISWAP_V2",
|
|
3
3
|
chainId: "1",
|
|
4
4
|
name: "SUSHISWAP_V2",
|
|
5
|
-
timestamp: "2024-09-
|
|
5
|
+
timestamp: "2024-09-25T15:31:07.915Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
9
9
|
patch: 0,
|
|
10
10
|
},
|
|
11
11
|
keywords: [],
|
|
12
|
-
count:
|
|
12
|
+
count: 92,
|
|
13
13
|
tokens: [
|
|
14
14
|
{
|
|
15
15
|
address: "0x4Af698B479D0098229DC715655c667Ceb6cd8433",
|
|
@@ -101,6 +101,16 @@ export const list = {
|
|
|
101
101
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.bdi-0x0309c98b1bffa350bcb3f9fb9780970ca32a5060.png",
|
|
102
102
|
ticker: "BDI",
|
|
103
103
|
},
|
|
104
|
+
{
|
|
105
|
+
address: "0xF17e65822b568B3903685a7c9F496CF7656Cc6C2",
|
|
106
|
+
chain: "ETH",
|
|
107
|
+
chainId: "1",
|
|
108
|
+
decimals: 18,
|
|
109
|
+
identifier: "ETH.BICO-0XF17E65822B568B3903685A7C9F496CF7656CC6C2",
|
|
110
|
+
logoURI:
|
|
111
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.bico-0xf17e65822b568b3903685a7c9f496cf7656cc6c2.png",
|
|
112
|
+
ticker: "BICO",
|
|
113
|
+
},
|
|
104
114
|
{
|
|
105
115
|
address: "0x1A4b46696b2bB4794Eb3D4c26f1c55F9170fa4C5",
|
|
106
116
|
chain: "ETH",
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
provider: "TRADERJOE_V2",
|
|
3
3
|
name: "TRADERJOE_V2",
|
|
4
|
-
timestamp: "2024-09-
|
|
4
|
+
timestamp: "2024-09-25T15:31:10.037Z",
|
|
5
5
|
version: {
|
|
6
6
|
major: 1,
|
|
7
7
|
minor: 0,
|
|
8
8
|
patch: 0,
|
|
9
9
|
},
|
|
10
10
|
keywords: [],
|
|
11
|
-
count:
|
|
11
|
+
count: 141,
|
|
12
12
|
tokens: [
|
|
13
13
|
{
|
|
14
14
|
address: "0x912CE59144191C1204E64559FE8253a0e49E6548",
|
|
@@ -20,6 +20,16 @@ export const list = {
|
|
|
20
20
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.arb-0x912ce59144191c1204e64559fe8253a0e49e6548.png",
|
|
21
21
|
ticker: "ARB",
|
|
22
22
|
},
|
|
23
|
+
{
|
|
24
|
+
address: "0x2297aEbD383787A160DD0d9F71508148769342E3",
|
|
25
|
+
chain: "ARB",
|
|
26
|
+
chainId: "42161",
|
|
27
|
+
decimals: 8,
|
|
28
|
+
identifier: "ARB.BTC.B-0X2297AEBD383787A160DD0D9F71508148769342E3",
|
|
29
|
+
logoURI:
|
|
30
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.btc.b-0x2297aebd383787a160dd0d9f71508148769342e3.png",
|
|
31
|
+
ticker: "BTC.B",
|
|
32
|
+
},
|
|
23
33
|
{
|
|
24
34
|
address: "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
|
|
25
35
|
chain: "ARB",
|
|
@@ -30,6 +40,16 @@ export const list = {
|
|
|
30
40
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1.png",
|
|
31
41
|
ticker: "DAI",
|
|
32
42
|
},
|
|
43
|
+
{
|
|
44
|
+
address: "0xda71EA8ef58D015de8C5cEA8f7B890db3A103E67",
|
|
45
|
+
chain: "ARB",
|
|
46
|
+
chainId: "42161",
|
|
47
|
+
decimals: 18,
|
|
48
|
+
identifier: "ARB.EMDX-0XDA71EA8EF58D015DE8C5CEA8F7B890DB3A103E67",
|
|
49
|
+
logoURI:
|
|
50
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.emdx-0xda71ea8ef58d015de8c5cea8f7b890db3a103e67.png",
|
|
51
|
+
ticker: "EMDX",
|
|
52
|
+
},
|
|
33
53
|
{
|
|
34
54
|
address: "0x2416092f143378750bb29b79eD961ab195CcEea5",
|
|
35
55
|
chain: "ARB",
|
|
@@ -110,16 +130,6 @@ export const list = {
|
|
|
110
130
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.stg-0x6694340fc020c5e6b96567843da2df01b2ce1eb6.png",
|
|
111
131
|
ticker: "STG",
|
|
112
132
|
},
|
|
113
|
-
{
|
|
114
|
-
address: "0xf7728582002ef82908c8242CF552E969BA863Ffa",
|
|
115
|
-
chain: "ARB",
|
|
116
|
-
chainId: "42161",
|
|
117
|
-
decimals: 18,
|
|
118
|
-
identifier: "ARB.SVETH-0XF7728582002EF82908C8242CF552E969BA863FFA",
|
|
119
|
-
logoURI:
|
|
120
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.sveth-0xf7728582002ef82908c8242cf552e969ba863ffa.png",
|
|
121
|
-
ticker: "SVETH",
|
|
122
|
-
},
|
|
123
133
|
{
|
|
124
134
|
address: "0xD56734d7f9979dD94FAE3d67C7e928234e71cD4C",
|
|
125
135
|
chain: "ARB",
|
|
@@ -170,6 +180,16 @@ export const list = {
|
|
|
170
180
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.usdt-0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9.png",
|
|
171
181
|
ticker: "USDT",
|
|
172
182
|
},
|
|
183
|
+
{
|
|
184
|
+
address: "0x323665443CEf804A3b5206103304BD4872EA4253",
|
|
185
|
+
chain: "ARB",
|
|
186
|
+
chainId: "42161",
|
|
187
|
+
decimals: 6,
|
|
188
|
+
identifier: "ARB.USDV-0X323665443CEF804A3B5206103304BD4872EA4253",
|
|
189
|
+
logoURI:
|
|
190
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.usdv-0x323665443cef804a3b5206103304bd4872ea4253.png",
|
|
191
|
+
ticker: "USDV",
|
|
192
|
+
},
|
|
173
193
|
{
|
|
174
194
|
address: "0x33C88D4caC6aC34F77020915a2a88cd0417dC069",
|
|
175
195
|
chain: "ARB",
|
|
@@ -240,6 +260,26 @@ export const list = {
|
|
|
240
260
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.zro-0x6985884c4392d348587b19cb9eaaf157f13271cd.png",
|
|
241
261
|
ticker: "ZRO",
|
|
242
262
|
},
|
|
263
|
+
{
|
|
264
|
+
address: "0x87bbFc9DCB66Caa8ce7582A3F17B60a25cd8A248",
|
|
265
|
+
chain: "AVAX",
|
|
266
|
+
chainId: "43114",
|
|
267
|
+
decimals: 9,
|
|
268
|
+
identifier: "AVAX.$TD-0X87BBFC9DCB66CAA8CE7582A3F17B60A25CD8A248",
|
|
269
|
+
logoURI:
|
|
270
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.$td-0x87bbfc9dcb66caa8ce7582a3f17b60a25cd8a248.png",
|
|
271
|
+
ticker: "$TD",
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
address: "0x87bbFc9DCB66Caa8ce7582A3F17B60a25cd8A248",
|
|
275
|
+
chain: "AVAX",
|
|
276
|
+
chainId: "43114",
|
|
277
|
+
decimals: 9,
|
|
278
|
+
identifier: "AVAX.$TD-0X87BBFC9DCB66CAA8CE7582A3F17B60A25CD8A248",
|
|
279
|
+
logoURI:
|
|
280
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.$td-0x87bbfc9dcb66caa8ce7582a3f17b60a25cd8a248.png",
|
|
281
|
+
ticker: "$TD",
|
|
282
|
+
},
|
|
243
283
|
{
|
|
244
284
|
address: "0x13E7bceFddE72492E656f3fa58baE6029708e673",
|
|
245
285
|
chain: "AVAX",
|
|
@@ -420,6 +460,26 @@ export const list = {
|
|
|
420
460
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.beam-0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce.png",
|
|
421
461
|
ticker: "BEAM",
|
|
422
462
|
},
|
|
463
|
+
{
|
|
464
|
+
address: "0x94025780a1aB58868D9B2dBBB775f44b32e8E6e5",
|
|
465
|
+
chain: "AVAX",
|
|
466
|
+
chainId: "43114",
|
|
467
|
+
decimals: 18,
|
|
468
|
+
identifier: "AVAX.BETS-0X94025780A1AB58868D9B2DBBB775F44B32E8E6E5",
|
|
469
|
+
logoURI:
|
|
470
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.bets-0x94025780a1ab58868d9b2dbbb775f44b32e8e6e5.png",
|
|
471
|
+
ticker: "BETS",
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
address: "0x94025780a1aB58868D9B2dBBB775f44b32e8E6e5",
|
|
475
|
+
chain: "AVAX",
|
|
476
|
+
chainId: "43114",
|
|
477
|
+
decimals: 18,
|
|
478
|
+
identifier: "AVAX.BETS-0X94025780A1AB58868D9B2DBBB775F44B32E8E6E5",
|
|
479
|
+
logoURI:
|
|
480
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.bets-0x94025780a1ab58868d9b2dbbb775f44b32e8e6e5.png",
|
|
481
|
+
ticker: "BETS",
|
|
482
|
+
},
|
|
423
483
|
{
|
|
424
484
|
address: "0x46B9144771Cb3195D66e4EDA643a7493fADCAF9D",
|
|
425
485
|
chain: "AVAX",
|
|
@@ -460,6 +520,46 @@ export const list = {
|
|
|
460
520
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.btc.b-0x152b9d0fdc40c096757f570a51e494bd4b943e50.png",
|
|
461
521
|
ticker: "BTC.B",
|
|
462
522
|
},
|
|
523
|
+
{
|
|
524
|
+
address: "0xf65645a42609f6b44E2EC158A3Dc2b6CfC97093f",
|
|
525
|
+
chain: "AVAX",
|
|
526
|
+
chainId: "43114",
|
|
527
|
+
decimals: 18,
|
|
528
|
+
identifier: "AVAX.BURRITOAI-0XF65645A42609F6B44E2EC158A3DC2B6CFC97093F",
|
|
529
|
+
logoURI:
|
|
530
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.burritoai-0xf65645a42609f6b44e2ec158a3dc2b6cfc97093f.png",
|
|
531
|
+
ticker: "BURRITOAI",
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
address: "0xf65645a42609f6b44E2EC158A3Dc2b6CfC97093f",
|
|
535
|
+
chain: "AVAX",
|
|
536
|
+
chainId: "43114",
|
|
537
|
+
decimals: 18,
|
|
538
|
+
identifier: "AVAX.BURRITOAI-0XF65645A42609F6B44E2EC158A3DC2B6CFC97093F",
|
|
539
|
+
logoURI:
|
|
540
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.burritoai-0xf65645a42609f6b44e2ec158a3dc2b6cfc97093f.png",
|
|
541
|
+
ticker: "BURRITOAI",
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
address: "0xA6f1d8CD188D6034b62B307d91437AE64eA2603b",
|
|
545
|
+
chain: "AVAX",
|
|
546
|
+
chainId: "43114",
|
|
547
|
+
decimals: 18,
|
|
548
|
+
identifier: "AVAX.COCKAPOO-0XA6F1D8CD188D6034B62B307D91437AE64EA2603B",
|
|
549
|
+
logoURI:
|
|
550
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.cockapoo-0xa6f1d8cd188d6034b62b307d91437ae64ea2603b.png",
|
|
551
|
+
ticker: "COCKAPOO",
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
address: "0xA6f1d8CD188D6034b62B307d91437AE64eA2603b",
|
|
555
|
+
chain: "AVAX",
|
|
556
|
+
chainId: "43114",
|
|
557
|
+
decimals: 18,
|
|
558
|
+
identifier: "AVAX.COCKAPOO-0XA6F1D8CD188D6034B62B307D91437AE64EA2603B",
|
|
559
|
+
logoURI:
|
|
560
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.cockapoo-0xa6f1d8cd188d6034b62b307d91437ae64ea2603b.png",
|
|
561
|
+
ticker: "COCKAPOO",
|
|
562
|
+
},
|
|
463
563
|
{
|
|
464
564
|
address: "0x420FcA0121DC28039145009570975747295f2329",
|
|
465
565
|
chain: "AVAX",
|
|
@@ -560,6 +660,26 @@ export const list = {
|
|
|
560
660
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.frax-0xd24c2ad096400b6fbcd2ad8b24e7acbc21a1da64.png",
|
|
561
661
|
ticker: "FRAX",
|
|
562
662
|
},
|
|
663
|
+
{
|
|
664
|
+
address: "0x214DB107654fF987AD859F34125307783fC8e387",
|
|
665
|
+
chain: "AVAX",
|
|
666
|
+
chainId: "43114",
|
|
667
|
+
decimals: 18,
|
|
668
|
+
identifier: "AVAX.FXS-0X214DB107654FF987AD859F34125307783FC8E387",
|
|
669
|
+
logoURI:
|
|
670
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.fxs-0x214db107654ff987ad859f34125307783fc8e387.png",
|
|
671
|
+
ticker: "FXS",
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
address: "0x214DB107654fF987AD859F34125307783fC8e387",
|
|
675
|
+
chain: "AVAX",
|
|
676
|
+
chainId: "43114",
|
|
677
|
+
decimals: 18,
|
|
678
|
+
identifier: "AVAX.FXS-0X214DB107654FF987AD859F34125307783FC8E387",
|
|
679
|
+
logoURI:
|
|
680
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.fxs-0x214db107654ff987ad859f34125307783fc8e387.png",
|
|
681
|
+
ticker: "FXS",
|
|
682
|
+
},
|
|
563
683
|
{
|
|
564
684
|
address: "0xA25EaF2906FA1a3a13EdAc9B9657108Af7B703e3",
|
|
565
685
|
chain: "AVAX",
|
|
@@ -600,6 +720,26 @@ export const list = {
|
|
|
600
720
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.ggp-0x69260b9483f9871ca57f81a90d91e2f96c2cd11d.png",
|
|
601
721
|
ticker: "GGP",
|
|
602
722
|
},
|
|
723
|
+
{
|
|
724
|
+
address: "0x223a368Ad0E7396165FC629976d77596a51F155C",
|
|
725
|
+
chain: "AVAX",
|
|
726
|
+
chainId: "43114",
|
|
727
|
+
decimals: 18,
|
|
728
|
+
identifier: "AVAX.GURS-0X223A368AD0E7396165FC629976D77596A51F155C",
|
|
729
|
+
logoURI:
|
|
730
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.gurs-0x223a368ad0e7396165fc629976d77596a51f155c.png",
|
|
731
|
+
ticker: "GURS",
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
address: "0x223a368Ad0E7396165FC629976d77596a51F155C",
|
|
735
|
+
chain: "AVAX",
|
|
736
|
+
chainId: "43114",
|
|
737
|
+
decimals: 18,
|
|
738
|
+
identifier: "AVAX.GURS-0X223A368AD0E7396165FC629976D77596A51F155C",
|
|
739
|
+
logoURI:
|
|
740
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.gurs-0x223a368ad0e7396165fc629976d77596a51f155c.png",
|
|
741
|
+
ticker: "GURS",
|
|
742
|
+
},
|
|
603
743
|
{
|
|
604
744
|
address: "0xb014430ec5a7B56224e40850f2afBE10A5bd685d",
|
|
605
745
|
chain: "AVAX",
|
|
@@ -720,6 +860,26 @@ export const list = {
|
|
|
720
860
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.link.e-0x5947bb275c521040051d82396192181b413227a3.png",
|
|
721
861
|
ticker: "LINK.E",
|
|
722
862
|
},
|
|
863
|
+
{
|
|
864
|
+
address: "0xbBAAA0420D474B34Be197f95A323C2fF3829E811",
|
|
865
|
+
chain: "AVAX",
|
|
866
|
+
chainId: "43114",
|
|
867
|
+
decimals: 18,
|
|
868
|
+
identifier: "AVAX.LODE-0XBBAAA0420D474B34BE197F95A323C2FF3829E811",
|
|
869
|
+
logoURI:
|
|
870
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.lode-0xbbaaa0420d474b34be197f95a323c2ff3829e811.png",
|
|
871
|
+
ticker: "LODE",
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
address: "0xbBAAA0420D474B34Be197f95A323C2fF3829E811",
|
|
875
|
+
chain: "AVAX",
|
|
876
|
+
chainId: "43114",
|
|
877
|
+
decimals: 18,
|
|
878
|
+
identifier: "AVAX.LODE-0XBBAAA0420D474B34BE197F95A323C2FF3829E811",
|
|
879
|
+
logoURI:
|
|
880
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.lode-0xbbaaa0420d474b34be197f95a323c2ff3829e811.png",
|
|
881
|
+
ticker: "LODE",
|
|
882
|
+
},
|
|
723
883
|
{
|
|
724
884
|
address: "0x130966628846BFd36ff31a822705796e8cb8C18D",
|
|
725
885
|
chain: "AVAX",
|
|
@@ -860,6 +1020,26 @@ export const list = {
|
|
|
860
1020
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.savax-0x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be.png",
|
|
861
1021
|
ticker: "SAVAX",
|
|
862
1022
|
},
|
|
1023
|
+
{
|
|
1024
|
+
address: "0x096D19B58Cab84A2f0Ff0E81c08291BFFaa62848",
|
|
1025
|
+
chain: "AVAX",
|
|
1026
|
+
chainId: "43114",
|
|
1027
|
+
decimals: 18,
|
|
1028
|
+
identifier: "AVAX.SHOE-0X096D19B58CAB84A2F0FF0E81C08291BFFAA62848",
|
|
1029
|
+
logoURI:
|
|
1030
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.shoe-0x096d19b58cab84a2f0ff0e81c08291bffaa62848.png",
|
|
1031
|
+
ticker: "SHOE",
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
address: "0x096D19B58Cab84A2f0Ff0E81c08291BFFaa62848",
|
|
1035
|
+
chain: "AVAX",
|
|
1036
|
+
chainId: "43114",
|
|
1037
|
+
decimals: 18,
|
|
1038
|
+
identifier: "AVAX.SHOE-0X096D19B58CAB84A2F0FF0E81C08291BFFAA62848",
|
|
1039
|
+
logoURI:
|
|
1040
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.shoe-0x096d19b58cab84a2f0ff0e81c08291bffaa62848.png",
|
|
1041
|
+
ticker: "SHOE",
|
|
1042
|
+
},
|
|
863
1043
|
{
|
|
864
1044
|
address: "0xd402298a793948698b9a63311404FBBEe944eAfD",
|
|
865
1045
|
chain: "AVAX",
|
|
@@ -900,6 +1080,46 @@ export const list = {
|
|
|
900
1080
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.sol-0xfe6b19286885a4f7f55adad09c3cd1f906d2478f.png",
|
|
901
1081
|
ticker: "SOL",
|
|
902
1082
|
},
|
|
1083
|
+
{
|
|
1084
|
+
address: "0xbc78D84Ba0c46dFe32cf2895a19939c86b81a777",
|
|
1085
|
+
chain: "AVAX",
|
|
1086
|
+
chainId: "43114",
|
|
1087
|
+
decimals: 18,
|
|
1088
|
+
identifier: "AVAX.SOLVBTC-0XBC78D84BA0C46DFE32CF2895A19939C86B81A777",
|
|
1089
|
+
logoURI:
|
|
1090
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.solvbtc-0xbc78d84ba0c46dfe32cf2895a19939c86b81a777.png",
|
|
1091
|
+
ticker: "SOLVBTC",
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
address: "0xbc78D84Ba0c46dFe32cf2895a19939c86b81a777",
|
|
1095
|
+
chain: "AVAX",
|
|
1096
|
+
chainId: "43114",
|
|
1097
|
+
decimals: 18,
|
|
1098
|
+
identifier: "AVAX.SOLVBTC-0XBC78D84BA0C46DFE32CF2895A19939C86B81A777",
|
|
1099
|
+
logoURI:
|
|
1100
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.solvbtc-0xbc78d84ba0c46dfe32cf2895a19939c86b81a777.png",
|
|
1101
|
+
ticker: "SOLVBTC",
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
address: "0xCC0966D8418d412c599A6421b760a847eB169A8c",
|
|
1105
|
+
chain: "AVAX",
|
|
1106
|
+
chainId: "43114",
|
|
1107
|
+
decimals: 18,
|
|
1108
|
+
identifier: "AVAX.SOLVBTC.BBN-0XCC0966D8418D412C599A6421B760A847EB169A8C",
|
|
1109
|
+
logoURI:
|
|
1110
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.solvbtc.bbn-0xcc0966d8418d412c599a6421b760a847eb169a8c.png",
|
|
1111
|
+
ticker: "SOLVBTC.BBN",
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
address: "0xCC0966D8418d412c599A6421b760a847eB169A8c",
|
|
1115
|
+
chain: "AVAX",
|
|
1116
|
+
chainId: "43114",
|
|
1117
|
+
decimals: 18,
|
|
1118
|
+
identifier: "AVAX.SOLVBTC.BBN-0XCC0966D8418D412C599A6421B760A847EB169A8C",
|
|
1119
|
+
logoURI:
|
|
1120
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.solvbtc.bbn-0xcc0966d8418d412c599a6421b760a847eb169a8c.png",
|
|
1121
|
+
ticker: "SOLVBTC.BBN",
|
|
1122
|
+
},
|
|
903
1123
|
{
|
|
904
1124
|
address: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
|
|
905
1125
|
chain: "AVAX",
|
|
@@ -1020,6 +1240,26 @@ export const list = {
|
|
|
1020
1240
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.wavax-0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7.png",
|
|
1021
1241
|
ticker: "WAVAX",
|
|
1022
1242
|
},
|
|
1243
|
+
{
|
|
1244
|
+
address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
1245
|
+
chain: "AVAX",
|
|
1246
|
+
chainId: "43114",
|
|
1247
|
+
decimals: 8,
|
|
1248
|
+
identifier: "AVAX.WBTC-0X0555E30DA8F98308EDB960AA94C0DB47230D2B9C",
|
|
1249
|
+
logoURI:
|
|
1250
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.wbtc-0x0555e30da8f98308edb960aa94c0db47230d2b9c.png",
|
|
1251
|
+
ticker: "WBTC",
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
1255
|
+
chain: "AVAX",
|
|
1256
|
+
chainId: "43114",
|
|
1257
|
+
decimals: 8,
|
|
1258
|
+
identifier: "AVAX.WBTC-0X0555E30DA8F98308EDB960AA94C0DB47230D2B9C",
|
|
1259
|
+
logoURI:
|
|
1260
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.wbtc-0x0555e30da8f98308edb960aa94c0db47230d2b9c.png",
|
|
1261
|
+
ticker: "WBTC",
|
|
1262
|
+
},
|
|
1023
1263
|
{
|
|
1024
1264
|
address: "0x50b7545627a5162F82A992c33b87aDc75187B218",
|
|
1025
1265
|
chain: "AVAX",
|
|
@@ -1100,6 +1340,46 @@ export const list = {
|
|
|
1100
1340
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.wtht-0x800bdce6caa3fe2bfdb738383321278536e258f8.png",
|
|
1101
1341
|
ticker: "WTHT",
|
|
1102
1342
|
},
|
|
1343
|
+
{
|
|
1344
|
+
address: "0xc3fb03E75cf916973D430D63635f3f6154d01dc9",
|
|
1345
|
+
chain: "AVAX",
|
|
1346
|
+
chainId: "43114",
|
|
1347
|
+
decimals: 6,
|
|
1348
|
+
identifier: "AVAX.XALGO-0XC3FB03E75CF916973D430D63635F3F6154D01DC9",
|
|
1349
|
+
logoURI:
|
|
1350
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.xalgo-0xc3fb03e75cf916973d430d63635f3f6154d01dc9.png",
|
|
1351
|
+
ticker: "XALGO",
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
address: "0xc3fb03E75cf916973D430D63635f3f6154d01dc9",
|
|
1355
|
+
chain: "AVAX",
|
|
1356
|
+
chainId: "43114",
|
|
1357
|
+
decimals: 6,
|
|
1358
|
+
identifier: "AVAX.XALGO-0XC3FB03E75CF916973D430D63635F3F6154D01DC9",
|
|
1359
|
+
logoURI:
|
|
1360
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.xalgo-0xc3fb03e75cf916973d430d63635f3f6154d01dc9.png",
|
|
1361
|
+
ticker: "XALGO",
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
address: "0xb2F85b7AB3c2b6f62DF06dE6aE7D09c010a5096E",
|
|
1365
|
+
chain: "AVAX",
|
|
1366
|
+
chainId: "43114",
|
|
1367
|
+
decimals: 6,
|
|
1368
|
+
identifier: "AVAX.XSGD-0XB2F85B7AB3C2B6F62DF06DE6AE7D09C010A5096E",
|
|
1369
|
+
logoURI:
|
|
1370
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.xsgd-0xb2f85b7ab3c2b6f62df06de6ae7d09c010a5096e.png",
|
|
1371
|
+
ticker: "XSGD",
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
address: "0xb2F85b7AB3c2b6f62DF06dE6aE7D09c010a5096E",
|
|
1375
|
+
chain: "AVAX",
|
|
1376
|
+
chainId: "43114",
|
|
1377
|
+
decimals: 6,
|
|
1378
|
+
identifier: "AVAX.XSGD-0XB2F85B7AB3C2B6F62DF06DE6AE7D09C010A5096E",
|
|
1379
|
+
logoURI:
|
|
1380
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.xsgd-0xb2f85b7ab3c2b6f62df06de6ae7d09c010a5096e.png",
|
|
1381
|
+
ticker: "XSGD",
|
|
1382
|
+
},
|
|
1103
1383
|
{
|
|
1104
1384
|
address: "0x59414b3089ce2AF0010e7523Dea7E2b35d776ec7",
|
|
1105
1385
|
chain: "AVAX",
|