@swapkit/tokens 1.1.0 → 1.3.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/package.json CHANGED
@@ -25,5 +25,5 @@
25
25
  },
26
26
  "type": "module",
27
27
  "types": "./src/index.ts",
28
- "version": "1.1.0"
28
+ "version": "1.3.0"
29
29
  }
package/src/index.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export { list as CaviarV1List } from "./tokenLists/caviar_v1.ts";
1
2
  export { list as ChainflipList } from "./tokenLists/chainflip.js";
2
3
  export { list as MayaList } from "./tokenLists/mayachain.ts";
3
4
  export { list as OneInchList } from "./tokenLists/oneinch.ts";
@@ -9,4 +10,3 @@ export { list as TraderjoeV1List } from "./tokenLists/traderjoe_v1.ts";
9
10
  export { list as TraderjoeV2List } from "./tokenLists/traderjoe_v2.ts";
10
11
  export { list as UniswapV2List } from "./tokenLists/uniswap_v2.ts";
11
12
  export { list as UniswapV3List } from "./tokenLists/uniswap_v3.ts";
12
- export { list as CaviarV1List } from "./tokenLists/caviar_v1.ts";