@swapkit/tokens 1.8.1 → 1.8.4
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 +12 -12
- package/package.json +1 -2
- package/src/tokenLists/caviar_v1.ts +62 -2
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/jupiter.ts +16188 -0
- package/src/tokenLists/mayachain.ts +27 -23
- package/src/tokenLists/oneinch.ts +57 -17
- package/src/tokenLists/openocean_v2.ts +11444 -0
- package/src/tokenLists/pangolin_v1.ts +22 -32
- package/src/tokenLists/sushiswap_v2.ts +22 -52
- package/src/tokenLists/thorchain.ts +2 -32
- package/src/tokenLists/traderjoe_v2.ts +142 -222
- package/src/tokenLists/uniswap_v2.ts +1028 -8
- package/src/tokenLists/uniswap_v3.ts +1438 -28
|
@@ -2,7 +2,7 @@ export const list = {
|
|
|
2
2
|
provider: "MAYACHAIN",
|
|
3
3
|
chainId: "mayachain-mainnet-v1",
|
|
4
4
|
name: "MAYACHAIN",
|
|
5
|
-
timestamp: "2024-
|
|
5
|
+
timestamp: "2024-11-06T12:00:54.231Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
@@ -124,10 +124,20 @@ export const list = {
|
|
|
124
124
|
chain: "ARB",
|
|
125
125
|
chainId: "42161",
|
|
126
126
|
decimals: 18,
|
|
127
|
-
identifier: "ARB.
|
|
127
|
+
identifier: "ARB.wstETH-0x5979d7b546e38e414f7e9822514be443a4800529",
|
|
128
128
|
logoURI:
|
|
129
129
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.wsteth-0x5979d7b546e38e414f7e9822514be443a4800529.png",
|
|
130
|
-
ticker: "
|
|
130
|
+
ticker: "wstETH",
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
address: "0x9f41b34f42058a7b74672055a5fae22c4b113fd1",
|
|
134
|
+
chain: "ARB",
|
|
135
|
+
chainId: "42161",
|
|
136
|
+
decimals: 18,
|
|
137
|
+
identifier: "ARB.YUM-0x9f41b34f42058a7b74672055a5fae22c4b113fd1",
|
|
138
|
+
logoURI:
|
|
139
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.yum-0x9f41b34f42058a7b74672055a5fae22c4b113fd1.png",
|
|
140
|
+
ticker: "YUM",
|
|
131
141
|
},
|
|
132
142
|
{
|
|
133
143
|
chain: "BTC",
|
|
@@ -198,18 +208,10 @@ export const list = {
|
|
|
198
208
|
chain: "ETH",
|
|
199
209
|
chainId: "1",
|
|
200
210
|
decimals: 18,
|
|
201
|
-
identifier: "ETH.
|
|
211
|
+
identifier: "ETH.wstETH-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
202
212
|
logoURI:
|
|
203
213
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.wsteth-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0.png",
|
|
204
|
-
ticker: "
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
chain: "KUJI",
|
|
208
|
-
chainId: "kaiyo-1",
|
|
209
|
-
decimals: 6,
|
|
210
|
-
identifier: "KUJI.AXLYUM",
|
|
211
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/kuji.axlyum.png",
|
|
212
|
-
ticker: "AXLYUM",
|
|
214
|
+
ticker: "wstETH",
|
|
213
215
|
},
|
|
214
216
|
{
|
|
215
217
|
chain: "KUJI",
|
|
@@ -380,11 +382,21 @@ export const list = {
|
|
|
380
382
|
chain: "MAYA",
|
|
381
383
|
chainId: "mayachain-mainnet-v1",
|
|
382
384
|
decimals: 8,
|
|
383
|
-
identifier: "MAYA.ARB/
|
|
385
|
+
identifier: "MAYA.ARB/wstETH-0x5979d7b546e38e414f7e9822514be443a4800529",
|
|
384
386
|
logoURI:
|
|
385
387
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.wsteth-0x5979d7b546e38e414f7e9822514be443a4800529.png",
|
|
386
388
|
ticker: "WSTETH",
|
|
387
389
|
},
|
|
390
|
+
{
|
|
391
|
+
address: "0x9f41b34f42058a7b74672055a5fae22c4b113fd1",
|
|
392
|
+
chain: "MAYA",
|
|
393
|
+
chainId: "mayachain-mainnet-v1",
|
|
394
|
+
decimals: 8,
|
|
395
|
+
identifier: "MAYA.ARB/YUM-0x9f41b34f42058a7b74672055a5fae22c4b113fd1",
|
|
396
|
+
logoURI:
|
|
397
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.yum-0x9f41b34f42058a7b74672055a5fae22c4b113fd1.png",
|
|
398
|
+
ticker: "YUM",
|
|
399
|
+
},
|
|
388
400
|
{
|
|
389
401
|
chain: "MAYA",
|
|
390
402
|
chainId: "mayachain-mainnet-v1",
|
|
@@ -462,19 +474,11 @@ export const list = {
|
|
|
462
474
|
chain: "MAYA",
|
|
463
475
|
chainId: "mayachain-mainnet-v1",
|
|
464
476
|
decimals: 8,
|
|
465
|
-
identifier: "MAYA.ETH/
|
|
477
|
+
identifier: "MAYA.ETH/wstETH-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
466
478
|
logoURI:
|
|
467
479
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.wsteth-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0.png",
|
|
468
480
|
ticker: "WstETH",
|
|
469
481
|
},
|
|
470
|
-
{
|
|
471
|
-
chain: "MAYA",
|
|
472
|
-
chainId: "mayachain-mainnet-v1",
|
|
473
|
-
decimals: 8,
|
|
474
|
-
identifier: "MAYA.KUJI/AXLYUM",
|
|
475
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/kuji.axlyum.png",
|
|
476
|
-
ticker: "AXLYUM",
|
|
477
|
-
},
|
|
478
482
|
{
|
|
479
483
|
chain: "MAYA",
|
|
480
484
|
chainId: "mayachain-mainnet-v1",
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
provider: "ONEINCH",
|
|
3
3
|
name: "ONEINCH",
|
|
4
|
-
timestamp: "2024-
|
|
4
|
+
timestamp: "2024-11-06T12:00:56.656Z",
|
|
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: 1402,
|
|
12
12
|
tokens: [
|
|
13
13
|
{
|
|
14
14
|
address: "0xba5ddd1f9d7f570dc94a51479a000e3bce967196",
|
|
@@ -3387,6 +3387,16 @@ export const list = {
|
|
|
3387
3387
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.cadc-0xcadc0acd4b445166f12d2c07eac6e2544fbe2eef.png",
|
|
3388
3388
|
ticker: "CADC",
|
|
3389
3389
|
},
|
|
3390
|
+
{
|
|
3391
|
+
address: "0x152649ea73beab28c5b49b26eb48f7ead6d4c898",
|
|
3392
|
+
chain: "ETH",
|
|
3393
|
+
chainId: "1",
|
|
3394
|
+
decimals: 18,
|
|
3395
|
+
identifier: "ETH.CAKE-0x152649ea73beab28c5b49b26eb48f7ead6d4c898",
|
|
3396
|
+
logoURI:
|
|
3397
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.cake-0x152649ea73beab28c5b49b26eb48f7ead6d4c898.png",
|
|
3398
|
+
ticker: "CAKE",
|
|
3399
|
+
},
|
|
3390
3400
|
{
|
|
3391
3401
|
address: "0x03be5c903c727ee2c8c4e9bc0acc860cca4715e2",
|
|
3392
3402
|
chain: "ETH",
|
|
@@ -4257,6 +4267,16 @@ export const list = {
|
|
|
4257
4267
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.diver-0xfb782396c9b20e564a64896181c7ac8d8979d5f4.png",
|
|
4258
4268
|
ticker: "DIVER",
|
|
4259
4269
|
},
|
|
4270
|
+
{
|
|
4271
|
+
address: "0x20157dbabb84e3bbfe68c349d0d44e48ae7b5ad2",
|
|
4272
|
+
chain: "ETH",
|
|
4273
|
+
chainId: "1",
|
|
4274
|
+
decimals: 8,
|
|
4275
|
+
identifier: "ETH.DLCBTC-0x20157dbabb84e3bbfe68c349d0d44e48ae7b5ad2",
|
|
4276
|
+
logoURI:
|
|
4277
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.dlcbtc-0x20157dbabb84e3bbfe68c349d0d44e48ae7b5ad2.png",
|
|
4278
|
+
ticker: "DLCBTC",
|
|
4279
|
+
},
|
|
4260
4280
|
{
|
|
4261
4281
|
address: "0x43dfc4159d86f3a37a5a4b3d4580b888ad7d4ddd",
|
|
4262
4282
|
chain: "ETH",
|
|
@@ -4507,6 +4527,16 @@ export const list = {
|
|
|
4507
4527
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.eeth-0x35fa164735182de50811e8e2e824cfb9b6118ac2.png",
|
|
4508
4528
|
ticker: "EETH",
|
|
4509
4529
|
},
|
|
4530
|
+
{
|
|
4531
|
+
address: "0xec53bf9167f50cdeb3ae105f56099aaab9061f83",
|
|
4532
|
+
chain: "ETH",
|
|
4533
|
+
chainId: "1",
|
|
4534
|
+
decimals: 18,
|
|
4535
|
+
identifier: "ETH.EIGEN-0xec53bf9167f50cdeb3ae105f56099aaab9061f83",
|
|
4536
|
+
logoURI:
|
|
4537
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.eigen-0xec53bf9167f50cdeb3ae105f56099aaab9061f83.png",
|
|
4538
|
+
ticker: "EIGEN",
|
|
4539
|
+
},
|
|
4510
4540
|
{
|
|
4511
4541
|
address: "0xbf2179859fc6d5bee9bf9158632dc51678a4100e",
|
|
4512
4542
|
chain: "ETH",
|
|
@@ -5045,16 +5075,6 @@ export const list = {
|
|
|
5045
5075
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ftm-0x4e15361fd6b4bb609fa63c81a2be19d873717870.png",
|
|
5046
5076
|
ticker: "FTM",
|
|
5047
5077
|
},
|
|
5048
|
-
{
|
|
5049
|
-
address: "0xaedf386b755465871ff874e3e37af5976e247064",
|
|
5050
|
-
chain: "ETH",
|
|
5051
|
-
chainId: "1",
|
|
5052
|
-
decimals: 18,
|
|
5053
|
-
identifier: "ETH.FTN-0xaedf386b755465871ff874e3e37af5976e247064",
|
|
5054
|
-
logoURI:
|
|
5055
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ftn-0xaedf386b755465871ff874e3e37af5976e247064.png",
|
|
5056
|
-
ticker: "FTN",
|
|
5057
|
-
},
|
|
5058
5078
|
{
|
|
5059
5079
|
address: "0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9",
|
|
5060
5080
|
chain: "ETH",
|
|
@@ -5966,14 +5986,14 @@ export const list = {
|
|
|
5966
5986
|
ticker: "KARMA",
|
|
5967
5987
|
},
|
|
5968
5988
|
{
|
|
5969
|
-
address: "
|
|
5989
|
+
address: "0x73e0c0d45e048d25fc26fa3159b0aa04bfa4db98",
|
|
5970
5990
|
chain: "ETH",
|
|
5971
5991
|
chainId: "1",
|
|
5972
|
-
decimals:
|
|
5973
|
-
identifier: "ETH.
|
|
5992
|
+
decimals: 8,
|
|
5993
|
+
identifier: "ETH.kBTC-0x73e0c0d45e048d25fc26fa3159b0aa04bfa4db98",
|
|
5974
5994
|
logoURI:
|
|
5975
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.kbtc-
|
|
5976
|
-
ticker: "
|
|
5995
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.kbtc-0x73e0c0d45e048d25fc26fa3159b0aa04bfa4db98.png",
|
|
5996
|
+
ticker: "kBTC",
|
|
5977
5997
|
},
|
|
5978
5998
|
{
|
|
5979
5999
|
address: "0x106552c11272420aad5d7e94f8acab9095a6c952",
|
|
@@ -11924,6 +11944,16 @@ export const list = {
|
|
|
11924
11944
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.sdt-0x73968b9a57c6e53d41345fd57a6e6ae27d6cdb2f.png",
|
|
11925
11945
|
ticker: "SDT",
|
|
11926
11946
|
},
|
|
11947
|
+
{
|
|
11948
|
+
address: "0x8be3460a480c80728a8c4d7a5d5303c85ba7b3b9",
|
|
11949
|
+
chain: "ETH",
|
|
11950
|
+
chainId: "1",
|
|
11951
|
+
decimals: 18,
|
|
11952
|
+
identifier: "ETH.sENA-0x8be3460a480c80728a8c4d7a5d5303c85ba7b3b9",
|
|
11953
|
+
logoURI:
|
|
11954
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.sena-0x8be3460a480c80728a8c4d7a5d5303c85ba7b3b9.png",
|
|
11955
|
+
ticker: "sENA",
|
|
11956
|
+
},
|
|
11927
11957
|
{
|
|
11928
11958
|
address: "0xfe2e637202056d30016725477c5da089ab0a043a",
|
|
11929
11959
|
chain: "ETH",
|
|
@@ -12894,6 +12924,16 @@ export const list = {
|
|
|
12894
12924
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.trust-0x57700244b20f84799a31c6c96dadff373ca9d6c5.png",
|
|
12895
12925
|
ticker: "TRUST",
|
|
12896
12926
|
},
|
|
12927
|
+
{
|
|
12928
|
+
address: "0x2c537e5624e4af88a7ae4060c022609376c8d0eb",
|
|
12929
|
+
chain: "ETH",
|
|
12930
|
+
chainId: "1",
|
|
12931
|
+
decimals: 6,
|
|
12932
|
+
identifier: "ETH.TRYB-0x2c537e5624e4af88a7ae4060c022609376c8d0eb",
|
|
12933
|
+
logoURI:
|
|
12934
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.tryb-0x2c537e5624e4af88a7ae4060c022609376c8d0eb.png",
|
|
12935
|
+
ticker: "TRYB",
|
|
12936
|
+
},
|
|
12897
12937
|
{
|
|
12898
12938
|
address: "0x0000000000085d4780b73119b644ae5ecd22b376",
|
|
12899
12939
|
chain: "ETH",
|