@swapkit/tokens 1.6.0 → 1.8.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 +1 -1
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/mayachain.ts +31 -3
- package/src/tokenLists/ociswap_v1.ts +3699 -0
- package/src/tokenLists/oneinch.ts +823 -1457
- package/src/tokenLists/pancakeswap.ts +33 -3
- package/src/tokenLists/pangolin_v1.ts +2 -32
- package/src/tokenLists/sushiswap_v2.ts +12 -32
- package/src/tokenLists/thorchain.ts +40 -50
- package/src/tokenLists/traderjoe_v2.ts +54 -244
- package/src/tokenLists/uniswap_v2.ts +1623 -4
- package/src/tokenLists/uniswap_v3.ts +1623 -4
- package/src/tokenLists/mayachain_streaming.ts +0 -499
- package/src/tokenLists/thorchain_streaming.ts +0 -659
package/package.json
CHANGED
|
@@ -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-09-23T08:30:40.683Z",
|
|
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",
|
|
@@ -153,6 +153,16 @@ export const list = {
|
|
|
153
153
|
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.eth.png",
|
|
154
154
|
ticker: "ETH",
|
|
155
155
|
},
|
|
156
|
+
{
|
|
157
|
+
address: "0xaaee1a9723aadb7afa2810263653a34ba2c21c7a",
|
|
158
|
+
chain: "ETH",
|
|
159
|
+
chainId: "1",
|
|
160
|
+
decimals: 18,
|
|
161
|
+
identifier: "ETH.MOG-0xaaee1a9723aadb7afa2810263653a34ba2c21c7a",
|
|
162
|
+
logoURI:
|
|
163
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.mog-0xaaee1a9723aadb7afa2810263653a34ba2c21c7a.png",
|
|
164
|
+
ticker: "MOG",
|
|
165
|
+
},
|
|
156
166
|
{
|
|
157
167
|
address: "0x6982508145454ce325ddbe47a25d4ec3d2311933",
|
|
158
168
|
chain: "ETH",
|
|
@@ -193,6 +203,14 @@ export const list = {
|
|
|
193
203
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.wsteth-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0.png",
|
|
194
204
|
ticker: "WstETH",
|
|
195
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",
|
|
213
|
+
},
|
|
196
214
|
{
|
|
197
215
|
chain: "KUJI",
|
|
198
216
|
chainId: "kaiyo-1",
|
|
@@ -399,6 +417,16 @@ export const list = {
|
|
|
399
417
|
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.eth.png",
|
|
400
418
|
ticker: "ETH",
|
|
401
419
|
},
|
|
420
|
+
{
|
|
421
|
+
address: "0xaaee1a9723aadb7afa2810263653a34ba2c21c7a",
|
|
422
|
+
chain: "MAYA",
|
|
423
|
+
chainId: "mayachain-mainnet-v1",
|
|
424
|
+
decimals: 8,
|
|
425
|
+
identifier: "MAYA.ETH/MOG-0xaaee1a9723aadb7afa2810263653a34ba2c21c7a",
|
|
426
|
+
logoURI:
|
|
427
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.mog-0xaaee1a9723aadb7afa2810263653a34ba2c21c7a.png",
|
|
428
|
+
ticker: "MOG",
|
|
429
|
+
},
|
|
402
430
|
{
|
|
403
431
|
address: "0x6982508145454ce325ddbe47a25d4ec3d2311933",
|
|
404
432
|
chain: "MAYA",
|
|
@@ -481,7 +509,7 @@ export const list = {
|
|
|
481
509
|
},
|
|
482
510
|
{
|
|
483
511
|
chain: "THOR",
|
|
484
|
-
chainId: "thorchain-
|
|
512
|
+
chainId: "thorchain-1",
|
|
485
513
|
decimals: 8,
|
|
486
514
|
identifier: "THOR.RUNE",
|
|
487
515
|
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/thor.rune.png",
|