@swapkit/tokens 1.2.0 → 1.3.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 +13 -13
- package/package.json +1 -1
- package/src/tokenLists/caviar_v1.ts +22 -2
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/mayachain.ts +260 -4
- package/src/tokenLists/mayachain_streaming.ts +475 -0
- package/src/tokenLists/oneinch.ts +66 -18
- package/src/tokenLists/pancakeswap.ts +53 -3
- package/src/tokenLists/pangolin_v1.ts +32 -2
- package/src/tokenLists/sushiswap_v2.ts +52 -22
- package/src/tokenLists/thorchain.ts +190 -190
- package/src/tokenLists/traderjoe_v2.ts +134 -164
- package/src/tokenLists/uniswap_v2.ts +53 -3
- package/src/tokenLists/uniswap_v3.ts +53 -3
|
@@ -2,14 +2,14 @@ export const list = {
|
|
|
2
2
|
provider: "PANCAKESWAP",
|
|
3
3
|
chainId: "56",
|
|
4
4
|
name: "PancakeSwap Extended",
|
|
5
|
-
timestamp: "2024-08-
|
|
5
|
+
timestamp: "2024-08-24T09:01:52.709Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 2,
|
|
8
8
|
minor: 16,
|
|
9
|
-
patch:
|
|
9
|
+
patch: 239,
|
|
10
10
|
},
|
|
11
11
|
keywords: ["pancakeswap", "extended"],
|
|
12
|
-
count:
|
|
12
|
+
count: 424,
|
|
13
13
|
tokens: [
|
|
14
14
|
{
|
|
15
15
|
address: "0x6EaDc05928ACd93eFB3FA0DFbC644D96C6Aa1Df8",
|
|
@@ -541,6 +541,16 @@ export const list = {
|
|
|
541
541
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.bifi-0xca3f508b8e4dd382ee878a314789373d80a5190a.png",
|
|
542
542
|
ticker: "BIFI",
|
|
543
543
|
},
|
|
544
|
+
{
|
|
545
|
+
address: "0x654A32542A84bEA7D2c2C1A1Ed1AAAf26888E6bD",
|
|
546
|
+
chain: "BSC",
|
|
547
|
+
chainId: "56",
|
|
548
|
+
decimals: 18,
|
|
549
|
+
identifier: "BSC.BITU-0X654A32542A84BEA7D2C2C1A1ED1AAAF26888E6BD",
|
|
550
|
+
logoURI:
|
|
551
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.bitu-0x654a32542a84bea7d2c2c1a1ed1aaaf26888e6bd.png",
|
|
552
|
+
ticker: "BITU",
|
|
553
|
+
},
|
|
544
554
|
{
|
|
545
555
|
address: "0x63870A18B6e42b01Ef1Ad8A2302ef50B7132054F",
|
|
546
556
|
chain: "BSC",
|
|
@@ -831,6 +841,16 @@ export const list = {
|
|
|
831
841
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.cart-0x5c8c8d560048f34e5f7f8ad71f2f81a89dbd273e.png",
|
|
832
842
|
ticker: "CART",
|
|
833
843
|
},
|
|
844
|
+
{
|
|
845
|
+
address: "0x6894CDe390a3f51155ea41Ed24a33A4827d3063D",
|
|
846
|
+
chain: "BSC",
|
|
847
|
+
chainId: "56",
|
|
848
|
+
decimals: 18,
|
|
849
|
+
identifier: "BSC.CAT-0X6894CDE390A3F51155EA41ED24A33A4827D3063D",
|
|
850
|
+
logoURI:
|
|
851
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.cat-0x6894cde390a3f51155ea41ed24a33a4827d3063d.png",
|
|
852
|
+
ticker: "CAT",
|
|
853
|
+
},
|
|
834
854
|
{
|
|
835
855
|
address: "0xe0F94Ac5462997D2BC57287Ac3a3aE4C31345D66",
|
|
836
856
|
chain: "BSC",
|
|
@@ -1931,6 +1951,16 @@ export const list = {
|
|
|
1931
1951
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.kava-0x5f88ab06e8dfe89df127b2430bba4af600866035.png",
|
|
1932
1952
|
ticker: "KAVA",
|
|
1933
1953
|
},
|
|
1954
|
+
{
|
|
1955
|
+
address: "0x9356f6d95b8E109F4b7Ce3E49D672967d3B48383",
|
|
1956
|
+
chain: "BSC",
|
|
1957
|
+
chainId: "56",
|
|
1958
|
+
decimals: 18,
|
|
1959
|
+
identifier: "BSC.KBTC-0X9356F6D95B8E109F4B7CE3E49D672967D3B48383",
|
|
1960
|
+
logoURI:
|
|
1961
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.kbtc-0x9356f6d95b8e109f4b7ce3e49d672967d3b48383.png",
|
|
1962
|
+
ticker: "KBTC",
|
|
1963
|
+
},
|
|
1934
1964
|
{
|
|
1935
1965
|
address: "0x37b53894e7429f794B56F22a32E1695567Ee9913",
|
|
1936
1966
|
chain: "BSC",
|
|
@@ -3971,6 +4001,26 @@ export const list = {
|
|
|
3971
4001
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.wsi-0x837a130aed114300bab4f9f1f4f500682f7efd48.png",
|
|
3972
4002
|
ticker: "WSI",
|
|
3973
4003
|
},
|
|
4004
|
+
{
|
|
4005
|
+
address: "0x26c5e01524d2E6280A48F2c50fF6De7e52E9611C",
|
|
4006
|
+
chain: "BSC",
|
|
4007
|
+
chainId: "56",
|
|
4008
|
+
decimals: 18,
|
|
4009
|
+
identifier: "BSC.WSTETH-0X26C5E01524D2E6280A48F2C50FF6DE7E52E9611C",
|
|
4010
|
+
logoURI:
|
|
4011
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.wsteth-0x26c5e01524d2e6280a48f2c50ff6de7e52e9611c.png",
|
|
4012
|
+
ticker: "WSTETH",
|
|
4013
|
+
},
|
|
4014
|
+
{
|
|
4015
|
+
address: "0x524bC91Dc82d6b90EF29F76A3ECAaBAffFD490Bc",
|
|
4016
|
+
chain: "BSC",
|
|
4017
|
+
chainId: "56",
|
|
4018
|
+
decimals: 6,
|
|
4019
|
+
identifier: "BSC.WXUSDT-0X524BC91DC82D6B90EF29F76A3ECAABAFFFD490BC",
|
|
4020
|
+
logoURI:
|
|
4021
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.wxusdt-0x524bc91dc82d6b90ef29f76a3ecaabafffd490bc.png",
|
|
4022
|
+
ticker: "WXUSDT",
|
|
4023
|
+
},
|
|
3974
4024
|
{
|
|
3975
4025
|
address: "0xFa40d8FC324bcdD6Bbae0e086De886c571C225d4",
|
|
3976
4026
|
chain: "BSC",
|
|
@@ -2,14 +2,14 @@ export const list = {
|
|
|
2
2
|
provider: "PANGOLIN_V1",
|
|
3
3
|
chainId: "43114",
|
|
4
4
|
name: "PANGOLIN_V1",
|
|
5
|
-
timestamp: "2024-08-
|
|
5
|
+
timestamp: "2024-08-26T08:30:38.372Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
9
9
|
patch: 0,
|
|
10
10
|
},
|
|
11
11
|
keywords: [],
|
|
12
|
-
count:
|
|
12
|
+
count: 19,
|
|
13
13
|
tokens: [
|
|
14
14
|
{
|
|
15
15
|
address: "0x027dbcA046ca156De9622cD1e2D907d375e53aa7",
|
|
@@ -31,6 +31,16 @@ export const list = {
|
|
|
31
31
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.eth-0xf20d962a6c8f70c731bd838a3a388d7d48fa6e15.png",
|
|
32
32
|
ticker: "ETH",
|
|
33
33
|
},
|
|
34
|
+
{
|
|
35
|
+
address: "0x65378b697853568dA9ff8EaB60C13E1Ee9f4a654",
|
|
36
|
+
chain: "AVAX",
|
|
37
|
+
chainId: "43114",
|
|
38
|
+
decimals: 18,
|
|
39
|
+
identifier: "AVAX.HUSKY-0X65378B697853568DA9FF8EAB60C13E1EE9F4A654",
|
|
40
|
+
logoURI:
|
|
41
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.husky-0x65378b697853568da9ff8eab60c13e1ee9f4a654.png",
|
|
42
|
+
ticker: "HUSKY",
|
|
43
|
+
},
|
|
34
44
|
{
|
|
35
45
|
address: "0x5947BB275c521040051D82396192181b413227A3",
|
|
36
46
|
chain: "AVAX",
|
|
@@ -71,6 +81,16 @@ export const list = {
|
|
|
71
81
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.savax-0x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be.png",
|
|
72
82
|
ticker: "SAVAX",
|
|
73
83
|
},
|
|
84
|
+
{
|
|
85
|
+
address: "0x6e7f5C0b9f4432716bDd0a77a3601291b9D9e985",
|
|
86
|
+
chain: "AVAX",
|
|
87
|
+
chainId: "43114",
|
|
88
|
+
decimals: 9,
|
|
89
|
+
identifier: "AVAX.SPORE-0X6E7F5C0B9F4432716BDD0A77A3601291B9D9E985",
|
|
90
|
+
logoURI:
|
|
91
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.spore-0x6e7f5c0b9f4432716bdd0a77a3601291b9d9e985.png",
|
|
92
|
+
ticker: "SPORE",
|
|
93
|
+
},
|
|
74
94
|
{
|
|
75
95
|
address: "0x9d871BD3D730F416D5d06Ff8BC17bE4119070552",
|
|
76
96
|
chain: "AVAX",
|
|
@@ -141,6 +161,16 @@ export const list = {
|
|
|
141
161
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.wavax-0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7.png",
|
|
142
162
|
ticker: "WAVAX",
|
|
143
163
|
},
|
|
164
|
+
{
|
|
165
|
+
address: "0xB1466d4cf0DCfC0bCdDcf3500F473cdACb88b56D",
|
|
166
|
+
chain: "AVAX",
|
|
167
|
+
chainId: "43114",
|
|
168
|
+
decimals: 18,
|
|
169
|
+
identifier: "AVAX.WET-0XB1466D4CF0DCFC0BCDDCF3500F473CDACB88B56D",
|
|
170
|
+
logoURI:
|
|
171
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.wet-0xb1466d4cf0dcfc0bcddcf3500f473cdacb88b56d.png",
|
|
172
|
+
ticker: "WET",
|
|
173
|
+
},
|
|
144
174
|
{
|
|
145
175
|
address: "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB",
|
|
146
176
|
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: "2024-08-
|
|
5
|
+
timestamp: "2024-08-26T08:30:39.163Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
9
9
|
patch: 0,
|
|
10
10
|
},
|
|
11
11
|
keywords: [],
|
|
12
|
-
count:
|
|
12
|
+
count: 96,
|
|
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",
|
|
@@ -211,6 +221,16 @@ export const list = {
|
|
|
211
221
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.daox-0xe00639a1f59b52773b7d39d9f9bef07f6248dbae.png",
|
|
212
222
|
ticker: "DAOX",
|
|
213
223
|
},
|
|
224
|
+
{
|
|
225
|
+
address: "0x8f693ca8D21b157107184d29D398A8D082b38b76",
|
|
226
|
+
chain: "ETH",
|
|
227
|
+
chainId: "1",
|
|
228
|
+
decimals: 18,
|
|
229
|
+
identifier: "ETH.DATA-0X8F693CA8D21B157107184D29D398A8D082B38B76",
|
|
230
|
+
logoURI:
|
|
231
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.data-0x8f693ca8d21b157107184d29d398a8d082b38b76.png",
|
|
232
|
+
ticker: "DATA",
|
|
233
|
+
},
|
|
214
234
|
{
|
|
215
235
|
address: "0x9EA3b5b4EC044b70375236A281986106457b20EF",
|
|
216
236
|
chain: "ETH",
|
|
@@ -231,16 +251,6 @@ export const list = {
|
|
|
231
251
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.dog-0xbaac2b4491727d78d2b78815144570b9f2fe8899.png",
|
|
232
252
|
ticker: "DOG",
|
|
233
253
|
},
|
|
234
|
-
{
|
|
235
|
-
address: "0xad32A8e6220741182940c5aBF610bDE99E737b2D",
|
|
236
|
-
chain: "ETH",
|
|
237
|
-
chainId: "1",
|
|
238
|
-
decimals: 18,
|
|
239
|
-
identifier: "ETH.DOUGH-0XAD32A8E6220741182940C5ABF610BDE99E737B2D",
|
|
240
|
-
logoURI:
|
|
241
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.dough-0xad32a8e6220741182940c5abf610bde99e737b2d.png",
|
|
242
|
-
ticker: "DOUGH",
|
|
243
|
-
},
|
|
244
254
|
{
|
|
245
255
|
address: "0x1559FA1b8F28238FD5D76D9f434ad86FD20D1559",
|
|
246
256
|
chain: "ETH",
|
|
@@ -291,16 +301,6 @@ export const list = {
|
|
|
291
301
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.fodl-0x4c2e59d098df7b6cbae0848d66de2f8a4889b9c3.png",
|
|
292
302
|
ticker: "FODL",
|
|
293
303
|
},
|
|
294
|
-
{
|
|
295
|
-
address: "0xd084944d3c05CD115C09d072B9F44bA3E0E45921",
|
|
296
|
-
chain: "ETH",
|
|
297
|
-
chainId: "1",
|
|
298
|
-
decimals: 18,
|
|
299
|
-
identifier: "ETH.FOLD-0XD084944D3C05CD115C09D072B9F44BA3E0E45921",
|
|
300
|
-
logoURI:
|
|
301
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.fold-0xd084944d3c05cd115c09d072b9f44ba3e0e45921.png",
|
|
302
|
-
ticker: "FOLD",
|
|
303
|
-
},
|
|
304
304
|
{
|
|
305
305
|
address: "0x50D1c9771902476076eCFc8B2A83Ad6b9355a4c9",
|
|
306
306
|
chain: "ETH",
|
|
@@ -521,6 +521,16 @@ export const list = {
|
|
|
521
521
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.multi-0x65ef703f5594d2573eb71aaf55bc0cb548492df4.png",
|
|
522
522
|
ticker: "MULTI",
|
|
523
523
|
},
|
|
524
|
+
{
|
|
525
|
+
address: "0x85F17Cf997934a597031b2E18a9aB6ebD4B9f6a4",
|
|
526
|
+
chain: "ETH",
|
|
527
|
+
chainId: "1",
|
|
528
|
+
decimals: 24,
|
|
529
|
+
identifier: "ETH.NEAR-0X85F17CF997934A597031B2E18A9AB6EBD4B9F6A4",
|
|
530
|
+
logoURI:
|
|
531
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.near-0x85f17cf997934a597031b2e18a9ab6ebd4b9f6a4.png",
|
|
532
|
+
ticker: "NEAR",
|
|
533
|
+
},
|
|
524
534
|
{
|
|
525
535
|
address: "0xDFDb7f72c1F195C5951a234e8DB9806EB0635346",
|
|
526
536
|
chain: "ETH",
|
|
@@ -661,6 +671,16 @@ export const list = {
|
|
|
661
671
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.rail-0xe76c6c83af64e4c60245d8c7de953df673a7a33d.png",
|
|
662
672
|
ticker: "RAIL",
|
|
663
673
|
},
|
|
674
|
+
{
|
|
675
|
+
address: "0xba5BDe662c17e2aDFF1075610382B9B691296350",
|
|
676
|
+
chain: "ETH",
|
|
677
|
+
chainId: "1",
|
|
678
|
+
decimals: 18,
|
|
679
|
+
identifier: "ETH.RARE-0XBA5BDE662C17E2ADFF1075610382B9B691296350",
|
|
680
|
+
logoURI:
|
|
681
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.rare-0xba5bde662c17e2adff1075610382b9b691296350.png",
|
|
682
|
+
ticker: "RARE",
|
|
683
|
+
},
|
|
664
684
|
{
|
|
665
685
|
address: "0xa35Bd2246978Dfbb1980DFf8Ff0f5834335dFdbc",
|
|
666
686
|
chain: "ETH",
|
|
@@ -841,6 +861,16 @@ export const list = {
|
|
|
841
861
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.vega-0xcb84d72e61e383767c4dfeb2d8ff7f4fb89abc6e.png",
|
|
842
862
|
ticker: "VEGA",
|
|
843
863
|
},
|
|
864
|
+
{
|
|
865
|
+
address: "0x135B810e48e4307AB2a59ea294A6f1724781bD3C",
|
|
866
|
+
chain: "ETH",
|
|
867
|
+
chainId: "1",
|
|
868
|
+
decimals: 18,
|
|
869
|
+
identifier: "ETH.WAN-0X135B810E48E4307AB2A59EA294A6F1724781BD3C",
|
|
870
|
+
logoURI:
|
|
871
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.wan-0x135b810e48e4307ab2a59ea294a6f1724781bd3c.png",
|
|
872
|
+
ticker: "WAN",
|
|
873
|
+
},
|
|
844
874
|
{
|
|
845
875
|
address: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
846
876
|
chain: "ETH",
|