@swapkit/tokens 2.2.1 → 2.2.2
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 -15
- package/package.json +1 -1
- package/src/tokenLists/camelot_v3.ts +112 -12
- package/src/tokenLists/caviar_v1.ts +32 -12
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/index.ts +0 -1
- package/src/tokenLists/jupiter.ts +1202 -32
- package/src/tokenLists/mayachain.ts +2 -10
- package/src/tokenLists/oneinch.ts +50 -620
- package/src/tokenLists/pangolin_v1.ts +11 -11
- package/src/tokenLists/sushiswap_v2.ts +2 -42
- package/src/tokenLists/thorchain.ts +32 -92
- package/src/tokenLists/traderjoe_v2.ts +214 -224
- package/src/tokenLists/uniswap_v2.ts +134 -84
- package/src/tokenLists/uniswap_v3.ts +88 -78
- package/src/tokenLists/kado.ts +0 -518
|
@@ -2,7 +2,7 @@ export const list = {
|
|
|
2
2
|
provider: "PANGOLIN_V1",
|
|
3
3
|
chainId: "43114",
|
|
4
4
|
name: "PANGOLIN_V1",
|
|
5
|
-
timestamp: "2025-01-
|
|
5
|
+
timestamp: "2025-01-22T13:31:14.899Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
@@ -11,16 +11,6 @@ export const list = {
|
|
|
11
11
|
keywords: [],
|
|
12
12
|
count: 16,
|
|
13
13
|
tokens: [
|
|
14
|
-
{
|
|
15
|
-
address: "0x027dbcA046ca156De9622cD1e2D907d375e53aa7",
|
|
16
|
-
chain: "AVAX",
|
|
17
|
-
chainId: "43114",
|
|
18
|
-
decimals: 9,
|
|
19
|
-
identifier: "AVAX.AMPL-0X027DBCA046CA156DE9622CD1E2D907D375E53AA7",
|
|
20
|
-
logoURI:
|
|
21
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.ampl-0x027dbca046ca156de9622cd1e2d907d375e53aa7.png",
|
|
22
|
-
ticker: "AMPL",
|
|
23
|
-
},
|
|
24
14
|
{
|
|
25
15
|
address: "0xf20d962a6c8f70c731bd838a3a388D7d48fA6e15",
|
|
26
16
|
chain: "AVAX",
|
|
@@ -41,6 +31,16 @@ export const list = {
|
|
|
41
31
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.husky-0x65378b697853568da9ff8eab60c13e1ee9f4a654.png",
|
|
42
32
|
ticker: "HUSKY",
|
|
43
33
|
},
|
|
34
|
+
{
|
|
35
|
+
address: "0x5947BB275c521040051D82396192181b413227A3",
|
|
36
|
+
chain: "AVAX",
|
|
37
|
+
chainId: "43114",
|
|
38
|
+
decimals: 18,
|
|
39
|
+
identifier: "AVAX.LINK.E-0X5947BB275C521040051D82396192181B413227A3",
|
|
40
|
+
logoURI:
|
|
41
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.link.e-0x5947bb275c521040051d82396192181b413227a3.png",
|
|
42
|
+
ticker: "LINK.E",
|
|
43
|
+
},
|
|
44
44
|
{
|
|
45
45
|
address: "0x60781C2586D68229fde47564546784ab3fACA982",
|
|
46
46
|
chain: "AVAX",
|
|
@@ -2,14 +2,14 @@ export const list = {
|
|
|
2
2
|
provider: "SUSHISWAP_V2",
|
|
3
3
|
chainId: "1",
|
|
4
4
|
name: "SUSHISWAP_V2",
|
|
5
|
-
timestamp: "2025-01-
|
|
5
|
+
timestamp: "2025-01-22T13:31:15.921Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
9
9
|
patch: 0,
|
|
10
10
|
},
|
|
11
11
|
keywords: [],
|
|
12
|
-
count:
|
|
12
|
+
count: 95,
|
|
13
13
|
tokens: [
|
|
14
14
|
{
|
|
15
15
|
address: "0x4Af698B479D0098229DC715655c667Ceb6cd8433",
|
|
@@ -201,16 +201,6 @@ export const list = {
|
|
|
201
201
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.crv-0xd533a949740bb3306d119cc777fa900ba034cd52.png",
|
|
202
202
|
ticker: "CRV",
|
|
203
203
|
},
|
|
204
|
-
{
|
|
205
|
-
address: "0xE97e496E8494232ee128c1a8cAe0b2B7936f3CaA",
|
|
206
|
-
chain: "ETH",
|
|
207
|
-
chainId: "1",
|
|
208
|
-
decimals: 18,
|
|
209
|
-
identifier: "ETH.CURIO-0XE97E496E8494232EE128C1A8CAE0B2B7936F3CAA",
|
|
210
|
-
logoURI:
|
|
211
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.curio-0xe97e496e8494232ee128c1a8cae0b2b7936f3caa.png",
|
|
212
|
-
ticker: "CURIO",
|
|
213
|
-
},
|
|
214
204
|
{
|
|
215
205
|
address: "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B",
|
|
216
206
|
chain: "ETH",
|
|
@@ -431,16 +421,6 @@ export const list = {
|
|
|
431
421
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.inj-0xe28b3b32b6c345a34ff64674606124dd5aceca30.png",
|
|
432
422
|
ticker: "INJ",
|
|
433
423
|
},
|
|
434
|
-
{
|
|
435
|
-
address: "0x6fB3e0A217407EFFf7Ca062D46c26E5d60a14d69",
|
|
436
|
-
chain: "ETH",
|
|
437
|
-
chainId: "1",
|
|
438
|
-
decimals: 18,
|
|
439
|
-
identifier: "ETH.IOTX-0X6FB3E0A217407EFFF7CA062D46C26E5D60A14D69",
|
|
440
|
-
logoURI:
|
|
441
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.iotx-0x6fb3e0a217407efff7ca062d46c26e5d60a14d69.png",
|
|
442
|
-
ticker: "IOTX",
|
|
443
|
-
},
|
|
444
424
|
{
|
|
445
425
|
address: "0x579CEa1889991f68aCc35Ff5c3dd0621fF29b0C9",
|
|
446
426
|
chain: "ETH",
|
|
@@ -581,16 +561,6 @@ export const list = {
|
|
|
581
561
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.ocean-0x967da4048cd07ab37855c090aaf366e4ce1b9f48.png",
|
|
582
562
|
ticker: "OCEAN",
|
|
583
563
|
},
|
|
584
|
-
{
|
|
585
|
-
address: "0x9e20461bc2c4c980f62f1B279D71734207a6A356",
|
|
586
|
-
chain: "ETH",
|
|
587
|
-
chainId: "1",
|
|
588
|
-
decimals: 18,
|
|
589
|
-
identifier: "ETH.OMNI-0X9E20461BC2C4C980F62F1B279D71734207A6A356",
|
|
590
|
-
logoURI:
|
|
591
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.omni-0x9e20461bc2c4c980f62f1b279d71734207a6a356.png",
|
|
592
|
-
ticker: "OMNI",
|
|
593
|
-
},
|
|
594
564
|
{
|
|
595
565
|
address: "0xC88F47067dB2E25851317A2FDaE73a22c0777c37",
|
|
596
566
|
chain: "ETH",
|
|
@@ -731,16 +701,6 @@ export const list = {
|
|
|
731
701
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.sil-0xbcda9e0658f4eecf56a0bd099e6dbc0c91f6a8c2.png",
|
|
732
702
|
ticker: "SIL",
|
|
733
703
|
},
|
|
734
|
-
{
|
|
735
|
-
address: "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F",
|
|
736
|
-
chain: "ETH",
|
|
737
|
-
chainId: "1",
|
|
738
|
-
decimals: 18,
|
|
739
|
-
identifier: "ETH.SNX-0XC011A73EE8576FB46F5E1C5751CA3B9FE0AF2A6F",
|
|
740
|
-
logoURI:
|
|
741
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.snx-0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f.png",
|
|
742
|
-
ticker: "SNX",
|
|
743
|
-
},
|
|
744
704
|
{
|
|
745
705
|
address: "0x090185f2135308BaD17527004364eBcC2D37e5F6",
|
|
746
706
|
chain: "ETH",
|
|
@@ -2,14 +2,14 @@ export const list = {
|
|
|
2
2
|
provider: "THORCHAIN",
|
|
3
3
|
chainId: "thorchain-1",
|
|
4
4
|
name: "THORCHAIN",
|
|
5
|
-
timestamp: "2025-01-
|
|
5
|
+
timestamp: "2025-01-22T13:31:17.516Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
9
9
|
patch: 0,
|
|
10
10
|
},
|
|
11
11
|
keywords: [],
|
|
12
|
-
count:
|
|
12
|
+
count: 68,
|
|
13
13
|
tokens: [
|
|
14
14
|
{
|
|
15
15
|
chain: "AVAX",
|
|
@@ -50,96 +50,6 @@ export const list = {
|
|
|
50
50
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdt-0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7.png",
|
|
51
51
|
ticker: "USDT",
|
|
52
52
|
},
|
|
53
|
-
{
|
|
54
|
-
address: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
55
|
-
chain: "BASE",
|
|
56
|
-
chainId: "8453",
|
|
57
|
-
decimals: 6,
|
|
58
|
-
identifier: "BASE.USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
59
|
-
logoURI:
|
|
60
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.usdc-0x833589fcd6edb6e08f4c7c32d4f71b54bda02913.png",
|
|
61
|
-
ticker: "USDC",
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
address: "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
|
|
65
|
-
chain: "BASE",
|
|
66
|
-
chainId: "8453",
|
|
67
|
-
decimals: 18,
|
|
68
|
-
identifier: "BASE.DAI-0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
|
|
69
|
-
logoURI:
|
|
70
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.dai-0x50c5725949a6f0c72e6c4a641f24049a917db0cb.png",
|
|
71
|
-
ticker: "DAI",
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
address: "0x4200000000000000000000000000000000000006",
|
|
75
|
-
chain: "BASE",
|
|
76
|
-
chainId: "8453",
|
|
77
|
-
decimals: 18,
|
|
78
|
-
identifier: "BASE.WETH-0x4200000000000000000000000000000000000006",
|
|
79
|
-
logoURI:
|
|
80
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.weth-0x4200000000000000000000000000000006.png",
|
|
81
|
-
ticker: "WETH",
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
address: "0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22",
|
|
85
|
-
chain: "BASE",
|
|
86
|
-
chainId: "8453",
|
|
87
|
-
decimals: 18,
|
|
88
|
-
identifier: "BASE.CBETH-0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22",
|
|
89
|
-
logoURI:
|
|
90
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.cbeth-0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22.png",
|
|
91
|
-
ticker: "CBETH",
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
address: "0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",
|
|
95
|
-
chain: "BASE",
|
|
96
|
-
chainId: "8453",
|
|
97
|
-
decimals: 6,
|
|
98
|
-
identifier: "BASE.USDBC-0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",
|
|
99
|
-
logoURI:
|
|
100
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.usdbc-0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca.png",
|
|
101
|
-
ticker: "USDBC",
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
address: "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",
|
|
105
|
-
chain: "BASE",
|
|
106
|
-
chainId: "8453",
|
|
107
|
-
decimals: 6,
|
|
108
|
-
identifier: "BASE.EURC-0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",
|
|
109
|
-
logoURI:
|
|
110
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.eurc-0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb42.png",
|
|
111
|
-
ticker: "EURC",
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
address: "0x6985884C4392D348587B19cb9eAAf157F13271cd",
|
|
115
|
-
chain: "BASE",
|
|
116
|
-
chainId: "8453",
|
|
117
|
-
decimals: 18,
|
|
118
|
-
identifier: "BASE.ZRO-0x6985884C4392D348587B19cb9eAAf157F13271cd",
|
|
119
|
-
logoURI:
|
|
120
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.zro-0x6985884c4392d348587b19cb9eaaf157f13271cd.png",
|
|
121
|
-
ticker: "ZRO",
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
address: "0x9e1028F5F1D5eDE59748FFceE5532509976840E0",
|
|
125
|
-
chain: "BASE",
|
|
126
|
-
chainId: "8453",
|
|
127
|
-
decimals: 18,
|
|
128
|
-
identifier: "BASE.COMP-0x9e1028F5F1D5eDE59748FFceE5532509976840E0",
|
|
129
|
-
logoURI:
|
|
130
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.comp-0x9e1028f5f1d5ede59748ffcee5532509976840e0.png",
|
|
131
|
-
ticker: "COMP",
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
address: "0x3bB4445D30AC020a84c1b5A8A2C6248ebC9779D0",
|
|
135
|
-
chain: "BASE",
|
|
136
|
-
chainId: "8453",
|
|
137
|
-
decimals: 18,
|
|
138
|
-
identifier: "BASE.ZRX-0x3bB4445D30AC020a84c1b5A8A2C6248ebC9779D0",
|
|
139
|
-
logoURI:
|
|
140
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.zrx-0x3bb4445d30ac020a84c1b5a8a2c6248ebc9779d0.png",
|
|
141
|
-
ticker: "ZRX",
|
|
142
|
-
},
|
|
143
53
|
{
|
|
144
54
|
address: "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf",
|
|
145
55
|
chain: "BASE",
|
|
@@ -159,6 +69,16 @@ export const list = {
|
|
|
159
69
|
shortCode: "f",
|
|
160
70
|
ticker: "ETH",
|
|
161
71
|
},
|
|
72
|
+
{
|
|
73
|
+
address: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
|
|
74
|
+
chain: "BASE",
|
|
75
|
+
chainId: "8453",
|
|
76
|
+
decimals: 6,
|
|
77
|
+
identifier: "BASE.USDC-0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
|
|
78
|
+
logoURI:
|
|
79
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.usdc-0x833589fcd6edb6e08f4c7c32d4f71b54bda02913.png",
|
|
80
|
+
ticker: "USDC",
|
|
81
|
+
},
|
|
162
82
|
{
|
|
163
83
|
chain: "BCH",
|
|
164
84
|
chainId: "bitcoincash",
|
|
@@ -177,6 +97,16 @@ export const list = {
|
|
|
177
97
|
shortCode: "s",
|
|
178
98
|
ticker: "BNB",
|
|
179
99
|
},
|
|
100
|
+
{
|
|
101
|
+
address: "0x4b0f1812e5df2a09796481ff14017e6005508003",
|
|
102
|
+
chain: "BSC",
|
|
103
|
+
chainId: "56",
|
|
104
|
+
decimals: 18,
|
|
105
|
+
identifier: "BSC.TWT-0x4b0f1812e5df2a09796481ff14017e6005508003",
|
|
106
|
+
logoURI:
|
|
107
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.twt-0x4b0f1812e5df2a09796481ff14017e6005508003.png",
|
|
108
|
+
ticker: "TWT",
|
|
109
|
+
},
|
|
180
110
|
{
|
|
181
111
|
address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
|
|
182
112
|
chain: "BSC",
|
|
@@ -456,6 +386,16 @@ export const list = {
|
|
|
456
386
|
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/bsc.bnb.png",
|
|
457
387
|
ticker: "BNB",
|
|
458
388
|
},
|
|
389
|
+
{
|
|
390
|
+
address: "0x4b0f1812e5df2a09796481ff14017e6005508003",
|
|
391
|
+
chain: "THOR",
|
|
392
|
+
chainId: "thorchain-1",
|
|
393
|
+
decimals: 8,
|
|
394
|
+
identifier: "THOR.BSC/TWT-0x4b0f1812e5df2a09796481ff14017e6005508003",
|
|
395
|
+
logoURI:
|
|
396
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.twt-0x4b0f1812e5df2a09796481ff14017e6005508003.png",
|
|
397
|
+
ticker: "TWT",
|
|
398
|
+
},
|
|
459
399
|
{
|
|
460
400
|
address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
|
|
461
401
|
chain: "THOR",
|