@swapkit/tokens 1.8.3 → 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 -1
- package/src/tokenLists/caviar_v1.ts +42 -2
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/jupiter.ts +16188 -0
- package/src/tokenLists/mayachain.ts +8 -16
- package/src/tokenLists/oneinch.ts +17 -7
- package/src/tokenLists/openocean_v2.ts +11444 -0
- package/src/tokenLists/pangolin_v1.ts +2 -12
- package/src/tokenLists/sushiswap_v2.ts +12 -42
- package/src/tokenLists/thorchain.ts +2 -22
- package/src/tokenLists/traderjoe_v2.ts +244 -124
- package/src/tokenLists/uniswap_v2.ts +83 -53
- package/src/tokenLists/uniswap_v3.ts +118 -108
|
@@ -2,14 +2,14 @@ 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,
|
|
9
9
|
patch: 0,
|
|
10
10
|
},
|
|
11
11
|
keywords: [],
|
|
12
|
-
count:
|
|
12
|
+
count: 55,
|
|
13
13
|
tokens: [
|
|
14
14
|
{
|
|
15
15
|
address: "0x912ce59144191c1204e64559fe8253a0e49e6548",
|
|
@@ -124,10 +124,10 @@ 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
131
|
},
|
|
132
132
|
{
|
|
133
133
|
address: "0x9f41b34f42058a7b74672055a5fae22c4b113fd1",
|
|
@@ -208,10 +208,10 @@ export const list = {
|
|
|
208
208
|
chain: "ETH",
|
|
209
209
|
chainId: "1",
|
|
210
210
|
decimals: 18,
|
|
211
|
-
identifier: "ETH.
|
|
211
|
+
identifier: "ETH.wstETH-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
212
212
|
logoURI:
|
|
213
213
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.wsteth-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0.png",
|
|
214
|
-
ticker: "
|
|
214
|
+
ticker: "wstETH",
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
chain: "KUJI",
|
|
@@ -382,7 +382,7 @@ export const list = {
|
|
|
382
382
|
chain: "MAYA",
|
|
383
383
|
chainId: "mayachain-mainnet-v1",
|
|
384
384
|
decimals: 8,
|
|
385
|
-
identifier: "MAYA.ARB/
|
|
385
|
+
identifier: "MAYA.ARB/wstETH-0x5979d7b546e38e414f7e9822514be443a4800529",
|
|
386
386
|
logoURI:
|
|
387
387
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.wsteth-0x5979d7b546e38e414f7e9822514be443a4800529.png",
|
|
388
388
|
ticker: "WSTETH",
|
|
@@ -474,19 +474,11 @@ export const list = {
|
|
|
474
474
|
chain: "MAYA",
|
|
475
475
|
chainId: "mayachain-mainnet-v1",
|
|
476
476
|
decimals: 8,
|
|
477
|
-
identifier: "MAYA.ETH/
|
|
477
|
+
identifier: "MAYA.ETH/wstETH-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
478
478
|
logoURI:
|
|
479
479
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.wsteth-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0.png",
|
|
480
480
|
ticker: "WstETH",
|
|
481
481
|
},
|
|
482
|
-
{
|
|
483
|
-
chain: "MAYA",
|
|
484
|
-
chainId: "mayachain-mainnet-v1",
|
|
485
|
-
decimals: 8,
|
|
486
|
-
identifier: "MAYA.KUJI/AXLYUM",
|
|
487
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/kuji.axlyum.png",
|
|
488
|
-
ticker: "AXLYUM",
|
|
489
|
-
},
|
|
490
482
|
{
|
|
491
483
|
chain: "MAYA",
|
|
492
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",
|
|
@@ -5976,14 +5986,14 @@ export const list = {
|
|
|
5976
5986
|
ticker: "KARMA",
|
|
5977
5987
|
},
|
|
5978
5988
|
{
|
|
5979
|
-
address: "
|
|
5989
|
+
address: "0x73e0c0d45e048d25fc26fa3159b0aa04bfa4db98",
|
|
5980
5990
|
chain: "ETH",
|
|
5981
5991
|
chainId: "1",
|
|
5982
|
-
decimals:
|
|
5983
|
-
identifier: "ETH.
|
|
5992
|
+
decimals: 8,
|
|
5993
|
+
identifier: "ETH.kBTC-0x73e0c0d45e048d25fc26fa3159b0aa04bfa4db98",
|
|
5984
5994
|
logoURI:
|
|
5985
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.kbtc-
|
|
5986
|
-
ticker: "
|
|
5995
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.kbtc-0x73e0c0d45e048d25fc26fa3159b0aa04bfa4db98.png",
|
|
5996
|
+
ticker: "kBTC",
|
|
5987
5997
|
},
|
|
5988
5998
|
{
|
|
5989
5999
|
address: "0x106552c11272420aad5d7e94f8acab9095a6c952",
|