@pioneer-platform/tokens 0.0.2 → 0.1.1
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/CHANGELOG.md +20 -0
- package/package.json +9 -9
- package/LICENSE +0 -674
- package/lib/index.d.ts +0 -14
- package/lib/index.js +0 -31
- package/lib/tokenLists/1inch.d.ts +0 -207
- package/lib/tokenLists/1inch.js +0 -246
- package/lib/tokenLists/Coingecko.d.ts +0 -22899
- package/lib/tokenLists/Coingecko.js +0 -27482
- package/lib/tokenLists/Maya.d.ts +0 -57
- package/lib/tokenLists/Maya.js +0 -36
- package/lib/tokenLists/Native.d.ts +0 -73
- package/lib/tokenLists/Native.js +0 -28
- package/lib/tokenLists/Pancakeswap.d.ts +0 -1793
- package/lib/tokenLists/Pancakeswap.js +0 -2149
- package/lib/tokenLists/Pancakeswapeth.d.ts +0 -253
- package/lib/tokenLists/Pancakeswapeth.js +0 -301
- package/lib/tokenLists/Pangolin.d.ts +0 -848
- package/lib/tokenLists/Pangolin.js +0 -1015
- package/lib/tokenLists/Pioneer.d.ts +0 -30
- package/lib/tokenLists/Pioneer.js +0 -22
- package/lib/tokenLists/Stargatearb.d.ts +0 -27
- package/lib/tokenLists/Stargatearb.js +0 -35
- package/lib/tokenLists/Sushiswap.d.ts +0 -2455
- package/lib/tokenLists/Sushiswap.js +0 -2949
- package/lib/tokenLists/Thorchain.d.ts +0 -143
- package/lib/tokenLists/Thorchain.js +0 -131
- package/lib/tokenLists/Traderjoe.d.ts +0 -558
- package/lib/tokenLists/Traderjoe.js +0 -667
- package/lib/tokenLists/Uniswap.d.ts +0 -1247
- package/lib/tokenLists/Uniswap.js +0 -1494
- package/lib/tokenLists/Woofi.d.ts +0 -43
- package/lib/tokenLists/Woofi.js +0 -49
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
export declare const list: {
|
|
2
|
-
readonly name: "Woofi Avalanche";
|
|
3
|
-
readonly timestamp: "2023-05-10T04:35:02.814Z";
|
|
4
|
-
readonly version: {
|
|
5
|
-
readonly major: 1;
|
|
6
|
-
readonly minor: 0;
|
|
7
|
-
readonly patch: 0;
|
|
8
|
-
};
|
|
9
|
-
readonly keywords: readonly ["woofi", "avalanche"];
|
|
10
|
-
readonly tokens: readonly [{
|
|
11
|
-
readonly address: "0x152b9d0FdC40C096757F570A51E494bd4b943E50";
|
|
12
|
-
readonly chain: "AVAX";
|
|
13
|
-
readonly identifier: "AVAX.BTC.b-0X152B9D0FDC40C096757F570A51E494BD4B943E50";
|
|
14
|
-
readonly decimals: 8;
|
|
15
|
-
}, {
|
|
16
|
-
readonly address: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7";
|
|
17
|
-
readonly chain: "AVAX";
|
|
18
|
-
readonly identifier: "AVAX.WAVAX-0XB31F66AA3C1E785363F0875A1B74E27B85FD66C7";
|
|
19
|
-
readonly decimals: 18;
|
|
20
|
-
}, {
|
|
21
|
-
readonly address: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
22
|
-
readonly chain: "AVAX";
|
|
23
|
-
readonly identifier: "AVAX.USDC-0XB97EF9EF8734C71904D8002F8B6BC66DD9C48A6E";
|
|
24
|
-
readonly decimals: 6;
|
|
25
|
-
}, {
|
|
26
|
-
readonly address: "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7";
|
|
27
|
-
readonly chain: "AVAX";
|
|
28
|
-
readonly identifier: "AVAX.USDT-0X9702230A8EA53601F5CD2DC00FDBC13D4DF4A8C7";
|
|
29
|
-
readonly decimals: 6;
|
|
30
|
-
}, {
|
|
31
|
-
readonly address: "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB";
|
|
32
|
-
readonly chain: "AVAX";
|
|
33
|
-
readonly identifier: "AVAX.WETH.e-0X49D5C2BDFFAC6CE2BFDB6640F4F80F226BC10BAB";
|
|
34
|
-
readonly decimals: 18;
|
|
35
|
-
}, {
|
|
36
|
-
readonly address: "0xaBC9547B534519fF73921b1FBA6E672b5f58D083";
|
|
37
|
-
readonly chain: "AVAX";
|
|
38
|
-
readonly identifier: "AVAX.WOO-0XABC9547B534519FF73921B1FBA6E672B5F58D083";
|
|
39
|
-
readonly decimals: 18;
|
|
40
|
-
}];
|
|
41
|
-
readonly count: 6;
|
|
42
|
-
readonly logo: "https://static.thorswap.net/token-list/images/eth.woo-0x4691937a7508860f876c9c0a2a617e7d9e945d4b.png";
|
|
43
|
-
};
|
package/lib/tokenLists/Woofi.js
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.list = void 0;
|
|
4
|
-
exports.list = {
|
|
5
|
-
name: 'Woofi Avalanche',
|
|
6
|
-
timestamp: '2023-05-10T04:35:02.814Z',
|
|
7
|
-
version: { major: 1, minor: 0, patch: 0 },
|
|
8
|
-
keywords: ['woofi', 'avalanche'],
|
|
9
|
-
tokens: [
|
|
10
|
-
{
|
|
11
|
-
address: '0x152b9d0FdC40C096757F570A51E494bd4b943E50',
|
|
12
|
-
chain: 'AVAX',
|
|
13
|
-
identifier: 'AVAX.BTC.b-0X152B9D0FDC40C096757F570A51E494BD4B943E50',
|
|
14
|
-
decimals: 8,
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
address: '0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7',
|
|
18
|
-
chain: 'AVAX',
|
|
19
|
-
identifier: 'AVAX.WAVAX-0XB31F66AA3C1E785363F0875A1B74E27B85FD66C7',
|
|
20
|
-
decimals: 18,
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
address: '0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E',
|
|
24
|
-
chain: 'AVAX',
|
|
25
|
-
identifier: 'AVAX.USDC-0XB97EF9EF8734C71904D8002F8B6BC66DD9C48A6E',
|
|
26
|
-
decimals: 6,
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
address: '0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7',
|
|
30
|
-
chain: 'AVAX',
|
|
31
|
-
identifier: 'AVAX.USDT-0X9702230A8EA53601F5CD2DC00FDBC13D4DF4A8C7',
|
|
32
|
-
decimals: 6,
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
address: '0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB',
|
|
36
|
-
chain: 'AVAX',
|
|
37
|
-
identifier: 'AVAX.WETH.e-0X49D5C2BDFFAC6CE2BFDB6640F4F80F226BC10BAB',
|
|
38
|
-
decimals: 18,
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
address: '0xaBC9547B534519fF73921b1FBA6E672b5f58D083',
|
|
42
|
-
chain: 'AVAX',
|
|
43
|
-
identifier: 'AVAX.WOO-0XABC9547B534519FF73921B1FBA6E672B5F58D083',
|
|
44
|
-
decimals: 18,
|
|
45
|
-
},
|
|
46
|
-
],
|
|
47
|
-
count: 6,
|
|
48
|
-
logo: 'https://static.thorswap.net/token-list/images/eth.woo-0x4691937a7508860f876c9c0a2a617e7d9e945d4b.png',
|
|
49
|
-
};
|