@swapkit/tokens 1.0.0-rc.8 → 1.0.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 +3 -0
- package/dist/index.js.map +20 -0
- package/package.json +19 -39
- package/src/index.ts +11 -13
- package/src/tokenLists/chainflip.ts +82 -0
- package/src/tokenLists/mayachain.ts +265 -0
- package/src/tokenLists/oneinch.ts +14930 -0
- package/src/tokenLists/pancakeswap.ts +4132 -0
- package/src/tokenLists/pangolin_v1.ts +181 -0
- package/src/tokenLists/sushiswap_v2.ts +9049 -0
- package/src/tokenLists/thorchain.ts +743 -0
- package/src/tokenLists/traderjoe_v1.ts +911 -0
- package/src/tokenLists/traderjoe_v2.ts +1110 -0
- package/src/tokenLists/uniswap_v2.ts +2613 -0
- package/src/tokenLists/uniswap_v3.ts +2613 -0
- package/LICENSE +0 -201
- package/dist/index.cjs +0 -1
- package/dist/index.d.ts +0 -30039
- package/dist/index.es.js +0 -35829
- package/src/tokenLists/1inch.ts +0 -243
- package/src/tokenLists/Coingecko.ts +0 -26734
- package/src/tokenLists/Maya.ts +0 -26
- package/src/tokenLists/Native.ts +0 -25
- package/src/tokenLists/Pancakeswap.ts +0 -2146
- package/src/tokenLists/Pancakeswapeth.ts +0 -298
- package/src/tokenLists/Pangolin.ts +0 -1012
- package/src/tokenLists/Stargatearb.ts +0 -32
- package/src/tokenLists/Sushiswap.ts +0 -2946
- package/src/tokenLists/Thorchain.ts +0 -139
- package/src/tokenLists/Traderjoe.ts +0 -682
- package/src/tokenLists/Uniswap.ts +0 -1497
- package/src/tokenLists/Woofi.ts +0 -46
package/src/tokenLists/Maya.ts
DELETED
|
@@ -1,26 +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
|
-
{ chain: 'BTC', identifier: 'BTC.BTC', decimals: 8 },
|
|
8
|
-
{ chain: 'DASH', identifier: 'DASH.DASH', decimals: 8 },
|
|
9
|
-
{ chain: 'ETH', identifier: 'ETH.ETH', decimals: 18 },
|
|
10
|
-
{ chain: 'KUJI', identifier: 'KUJI.KUJI', decimals: 6 },
|
|
11
|
-
{ chain: 'KUJI', identifier: 'KUJI.USK', decimals: 6 },
|
|
12
|
-
{ chain: 'THOR', identifier: 'THOR.RUNE', decimals: 8 },
|
|
13
|
-
{
|
|
14
|
-
chain: 'ETH',
|
|
15
|
-
identifier: 'ETH.USDC-0XA0B86991C6218B36C1D19D4A2E9EB0CE3606EB48',
|
|
16
|
-
decimals: 6,
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
chain: 'ETH',
|
|
20
|
-
identifier: 'ETH.USDT-0XDAC17F958D2EE523A2206206994597C13D831EC7',
|
|
21
|
-
decimals: 6,
|
|
22
|
-
},
|
|
23
|
-
],
|
|
24
|
-
count: 8,
|
|
25
|
-
logo: 'https://static.thorswap.finance/logo.png',
|
|
26
|
-
} 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;
|