@pioneer-platform/tokens 0.0.2

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.
Files changed (48) hide show
  1. package/LICENSE +674 -0
  2. package/lib/index.d.ts +14 -0
  3. package/lib/index.js +31 -0
  4. package/lib/tokenLists/1inch.d.ts +207 -0
  5. package/lib/tokenLists/1inch.js +246 -0
  6. package/lib/tokenLists/Coingecko.d.ts +22899 -0
  7. package/lib/tokenLists/Coingecko.js +27482 -0
  8. package/lib/tokenLists/Maya.d.ts +57 -0
  9. package/lib/tokenLists/Maya.js +36 -0
  10. package/lib/tokenLists/Native.d.ts +73 -0
  11. package/lib/tokenLists/Native.js +28 -0
  12. package/lib/tokenLists/Pancakeswap.d.ts +1793 -0
  13. package/lib/tokenLists/Pancakeswap.js +2149 -0
  14. package/lib/tokenLists/Pancakeswapeth.d.ts +253 -0
  15. package/lib/tokenLists/Pancakeswapeth.js +301 -0
  16. package/lib/tokenLists/Pangolin.d.ts +848 -0
  17. package/lib/tokenLists/Pangolin.js +1015 -0
  18. package/lib/tokenLists/Pioneer.d.ts +30 -0
  19. package/lib/tokenLists/Pioneer.js +22 -0
  20. package/lib/tokenLists/Stargatearb.d.ts +27 -0
  21. package/lib/tokenLists/Stargatearb.js +35 -0
  22. package/lib/tokenLists/Sushiswap.d.ts +2455 -0
  23. package/lib/tokenLists/Sushiswap.js +2949 -0
  24. package/lib/tokenLists/Thorchain.d.ts +143 -0
  25. package/lib/tokenLists/Thorchain.js +131 -0
  26. package/lib/tokenLists/Traderjoe.d.ts +558 -0
  27. package/lib/tokenLists/Traderjoe.js +667 -0
  28. package/lib/tokenLists/Uniswap.d.ts +1247 -0
  29. package/lib/tokenLists/Uniswap.js +1494 -0
  30. package/lib/tokenLists/Woofi.d.ts +43 -0
  31. package/lib/tokenLists/Woofi.js +49 -0
  32. package/package.json +25 -0
  33. package/src/index.ts +14 -0
  34. package/src/tokenLists/1inch.ts +243 -0
  35. package/src/tokenLists/Coingecko.ts +27479 -0
  36. package/src/tokenLists/Maya.ts +33 -0
  37. package/src/tokenLists/Native.ts +25 -0
  38. package/src/tokenLists/Pancakeswap.ts +2146 -0
  39. package/src/tokenLists/Pancakeswapeth.ts +298 -0
  40. package/src/tokenLists/Pangolin.ts +1012 -0
  41. package/src/tokenLists/Pioneer.ts +19 -0
  42. package/src/tokenLists/Stargatearb.ts +32 -0
  43. package/src/tokenLists/Sushiswap.ts +2946 -0
  44. package/src/tokenLists/Thorchain.ts +128 -0
  45. package/src/tokenLists/Traderjoe.ts +664 -0
  46. package/src/tokenLists/Uniswap.ts +1491 -0
  47. package/src/tokenLists/Woofi.ts +46 -0
  48. package/tsconfig.json +13 -0
@@ -0,0 +1,46 @@
1
+ export const list = {
2
+ name: 'Woofi Avalanche',
3
+ timestamp: '2023-05-10T04:35:02.814Z',
4
+ version: { major: 1, minor: 0, patch: 0 },
5
+ keywords: ['woofi', 'avalanche'],
6
+ tokens: [
7
+ {
8
+ address: '0x152b9d0FdC40C096757F570A51E494bd4b943E50',
9
+ chain: 'AVAX',
10
+ identifier: 'AVAX.BTC.b-0X152B9D0FDC40C096757F570A51E494BD4B943E50',
11
+ decimals: 8,
12
+ },
13
+ {
14
+ address: '0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7',
15
+ chain: 'AVAX',
16
+ identifier: 'AVAX.WAVAX-0XB31F66AA3C1E785363F0875A1B74E27B85FD66C7',
17
+ decimals: 18,
18
+ },
19
+ {
20
+ address: '0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E',
21
+ chain: 'AVAX',
22
+ identifier: 'AVAX.USDC-0XB97EF9EF8734C71904D8002F8B6BC66DD9C48A6E',
23
+ decimals: 6,
24
+ },
25
+ {
26
+ address: '0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7',
27
+ chain: 'AVAX',
28
+ identifier: 'AVAX.USDT-0X9702230A8EA53601F5CD2DC00FDBC13D4DF4A8C7',
29
+ decimals: 6,
30
+ },
31
+ {
32
+ address: '0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB',
33
+ chain: 'AVAX',
34
+ identifier: 'AVAX.WETH.e-0X49D5C2BDFFAC6CE2BFDB6640F4F80F226BC10BAB',
35
+ decimals: 18,
36
+ },
37
+ {
38
+ address: '0xaBC9547B534519fF73921b1FBA6E672b5f58D083',
39
+ chain: 'AVAX',
40
+ identifier: 'AVAX.WOO-0XABC9547B534519FF73921B1FBA6E672B5F58D083',
41
+ decimals: 18,
42
+ },
43
+ ],
44
+ count: 6,
45
+ logo: 'https://static.thorswap.net/token-list/images/eth.woo-0x4691937a7508860f876c9c0a2a617e7d9e945d4b.png',
46
+ } as const;
package/tsconfig.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "compilerOptions": {
3
+ "target": "es5",
4
+ "module": "commonjs",
5
+ "lib": ["es6", "es2015", "dom"],
6
+ "declaration": true,
7
+ "outDir": "lib",
8
+ "rootDir": "src",
9
+ "strict": true,
10
+ "types": ["node"],
11
+ "esModuleInterop": true
12
+ }
13
+ }