@swapkit/tokens 1.8.4 → 1.9.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/package.json CHANGED
@@ -24,5 +24,5 @@
24
24
  },
25
25
  "type": "module",
26
26
  "types": "./src/index.ts",
27
- "version": "1.8.4"
27
+ "version": "1.9.1"
28
28
  }
package/src/index.ts CHANGED
@@ -1,11 +1,14 @@
1
1
  export { list as CaviarV1List } from "./tokenLists/caviar_v1";
2
- export { list as ChainflipList } from "./tokenLists/chainflip.js";
2
+ export { list as ChainflipList } from "./tokenLists/chainflip";
3
+ export { list as JupiterList } from "./tokenLists/jupiter";
3
4
  export { list as MayaList } from "./tokenLists/mayachain";
5
+ // export { list as OciswapV1List } from "./tokenLists/ociswap_v1";
4
6
  export { list as OneInchList } from "./tokenLists/oneinch";
5
- export { list as PancakeswapList } from "./tokenLists/pancakeswap.js";
7
+ export { list as OpenOceanV2List } from "./tokenLists/openocean_v2";
8
+ export { list as PancakeswapList } from "./tokenLists/pancakeswap";
6
9
  export { list as PangolinList } from "./tokenLists/pangolin_v1";
7
10
  export { list as SushiswapList } from "./tokenLists/sushiswap_v2";
8
- export { list as ThorchainList } from "./tokenLists/thorchain.js";
11
+ export { list as ThorchainList } from "./tokenLists/thorchain";
9
12
  export { list as TraderjoeV2List } from "./tokenLists/traderjoe_v2";
10
13
  export { list as UniswapV2List } from "./tokenLists/uniswap_v2";
11
14
  export { list as UniswapV3List } from "./tokenLists/uniswap_v3";