@swapkit/tokens 1.0.0-rc.4 → 1.0.0-rc.40
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/LICENSE +1 -1
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +14660 -10759
- package/dist/index.es.js +15539 -10803
- package/dist/index.es.js.map +1 -0
- package/package.json +17 -20
- package/src/index.ts +13 -13
- package/src/tokenLists/1inch.ts +135 -135
- package/src/tokenLists/Chainflip.ts +12 -0
- package/src/tokenLists/Coingecko.ts +18467 -14067
- package/src/tokenLists/Maya.ts +20 -15
- package/src/tokenLists/Pancakeswap.ts +1227 -1071
- package/src/tokenLists/Pancakeswapeth.ts +217 -151
- package/src/tokenLists/Pangolin.ts +554 -542
- package/src/tokenLists/Stargatearb.ts +19 -19
- package/src/tokenLists/Sushiswap.ts +1508 -1466
- package/src/tokenLists/Thorchain.ts +133 -96
- package/src/tokenLists/Traderjoe.ts +379 -361
- package/src/tokenLists/Uniswap.ts +764 -752
- package/src/tokenLists/Woofi.ts +24 -24
- package/src/tokenLists/Native.ts +0 -25
package/src/tokenLists/Woofi.ts
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
export const list = {
|
|
2
|
-
name:
|
|
3
|
-
timestamp:
|
|
2
|
+
name: "Woofi Avalanche",
|
|
3
|
+
timestamp: "2023-05-10T04:35:02.814Z",
|
|
4
4
|
version: { major: 1, minor: 0, patch: 0 },
|
|
5
|
-
keywords: [
|
|
5
|
+
keywords: ["woofi", "avalanche"],
|
|
6
6
|
tokens: [
|
|
7
7
|
{
|
|
8
|
-
address:
|
|
9
|
-
chain:
|
|
10
|
-
identifier:
|
|
8
|
+
address: "0x152b9d0FdC40C096757F570A51E494bd4b943E50",
|
|
9
|
+
chain: "AVAX",
|
|
10
|
+
identifier: "AVAX.BTC.b-0X152B9D0FDC40C096757F570A51E494BD4B943E50",
|
|
11
11
|
decimals: 8,
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
address:
|
|
15
|
-
chain:
|
|
16
|
-
identifier:
|
|
17
|
-
decimals:
|
|
14
|
+
address: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
|
|
15
|
+
chain: "AVAX",
|
|
16
|
+
identifier: "AVAX.USDC-0XB97EF9EF8734C71904D8002F8B6BC66DD9C48A6E",
|
|
17
|
+
decimals: 6,
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
|
-
address:
|
|
21
|
-
chain:
|
|
22
|
-
identifier:
|
|
20
|
+
address: "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
|
|
21
|
+
chain: "AVAX",
|
|
22
|
+
identifier: "AVAX.USDT-0X9702230A8EA53601F5CD2DC00FDBC13D4DF4A8C7",
|
|
23
23
|
decimals: 6,
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
|
-
address:
|
|
27
|
-
chain:
|
|
28
|
-
identifier:
|
|
29
|
-
decimals:
|
|
26
|
+
address: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7",
|
|
27
|
+
chain: "AVAX",
|
|
28
|
+
identifier: "AVAX.WAVAX-0XB31F66AA3C1E785363F0875A1B74E27B85FD66C7",
|
|
29
|
+
decimals: 18,
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
address:
|
|
33
|
-
chain:
|
|
34
|
-
identifier:
|
|
32
|
+
address: "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB",
|
|
33
|
+
chain: "AVAX",
|
|
34
|
+
identifier: "AVAX.WETH.e-0X49D5C2BDFFAC6CE2BFDB6640F4F80F226BC10BAB",
|
|
35
35
|
decimals: 18,
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
|
-
address:
|
|
39
|
-
chain:
|
|
40
|
-
identifier:
|
|
38
|
+
address: "0xaBC9547B534519fF73921b1FBA6E672b5f58D083",
|
|
39
|
+
chain: "AVAX",
|
|
40
|
+
identifier: "AVAX.WOO-0XABC9547B534519FF73921B1FBA6E672B5F58D083",
|
|
41
41
|
decimals: 18,
|
|
42
42
|
},
|
|
43
43
|
],
|
|
44
44
|
count: 6,
|
|
45
|
-
logo:
|
|
45
|
+
logo: "https://static.thorswap.net/token-list/images/eth.woo-0x4691937a7508860f876c9c0a2a617e7d9e945d4b.png",
|
|
46
46
|
} as const;
|
package/src/tokenLists/Native.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export const list = {
|
|
2
|
-
name: 'native-l1',
|
|
3
|
-
timestamp: '2023-10-17T00:00:00.000Z',
|
|
4
|
-
version: { major: 1, minor: 0, patch: 0 },
|
|
5
|
-
keywords: ['Native'],
|
|
6
|
-
tokens: [
|
|
7
|
-
{ address: '1C9', chain: 'BNB', identifier: 'BNB.ETH-1C9', decimals: 8 },
|
|
8
|
-
{ address: '1DE', chain: 'BNB', identifier: 'BNB.BTCB-1DE', decimals: 8 },
|
|
9
|
-
{ address: '645', chain: 'BNB', identifier: 'BNB.AVA-645', decimals: 8 },
|
|
10
|
-
{ address: '8C2', chain: 'BNB', identifier: 'BNB.TWT-8C2', decimals: 8 },
|
|
11
|
-
{ address: 'BD1', chain: 'BNB', identifier: 'BNB.BUSD-BD1', decimals: 8 },
|
|
12
|
-
{ chain: 'AVAX', identifier: 'AVAX.AVAX', decimals: 18 },
|
|
13
|
-
{ chain: 'BCH', identifier: 'BCH.BCH', decimals: 8 },
|
|
14
|
-
{ chain: 'BNB', identifier: 'BNB.BNB', decimals: 8 },
|
|
15
|
-
{ chain: 'BSC', identifier: 'BSC.BNB', decimals: 18 },
|
|
16
|
-
{ chain: 'BTC', identifier: 'BTC.BTC', decimals: 8 },
|
|
17
|
-
{ chain: 'DOGE', identifier: 'DOGE.DOGE', decimals: 8 },
|
|
18
|
-
{ chain: 'ETH', identifier: 'ETH.ETH', decimals: 18 },
|
|
19
|
-
{ chain: 'GAIA', identifier: 'GAIA.ATOM', decimals: 6 },
|
|
20
|
-
{ chain: 'LTC', identifier: 'LTC.LTC', decimals: 8 },
|
|
21
|
-
{ chain: 'THOR', identifier: 'THOR.RUNE', decimals: 8 },
|
|
22
|
-
],
|
|
23
|
-
count: 15,
|
|
24
|
-
logo: 'https://static.thorswap.finance/logo.png',
|
|
25
|
-
} as const;
|