@ape.swap/bonds-sdk 1.0.255 → 1.0.256

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.
@@ -13,8 +13,8 @@ var _a;
13
13
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
14
14
  import { Flex, ListTag, Svg } from '../../components/uikit-sdk';
15
15
  import { NETWORK_ICONS } from '../../config/constants/chains';
16
- import { ChainId } from '@ape.swap/apeswap-lists';
17
16
  import BondTokenImage from '../../components/uikit-sdk/BondTokenImage';
17
+ import { ChainId } from '../../enum/apeswaplists';
18
18
  // import { CleanedBondsState } from 'state/bills/types'
19
19
  // import FavComponent from '../../../components/FavComponent'
20
20
  export var NETWORK_COLORS = (_a = {},
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Ape Bond SDK",
4
4
  "author": "Ape Bond",
5
5
  "license": "MIT",
6
- "version": "1.0.255",
6
+ "version": "1.0.256",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",