@ape.swap/bonds-sdk 4.0.0-test.45 → 4.0.0-test.47

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/dist/main.d.ts CHANGED
@@ -8,4 +8,5 @@ import { ChainId } from '@ape.swap/apeswap-lists';
8
8
  import SingleBond from './views/SingleBond';
9
9
  import useTokenPrices from './state/tokenPrices/useTokenPrices';
10
10
  import { useSDKConfig } from './state/useSDKConfig';
11
- export { Bonds, BuyBondModal, YourBonds, FullBondsView, ProjectView, generateImageFromTemplate, ChainId, SingleBond, useTokenPrices, useSDKConfig, };
11
+ import { BLOCK_EXPLORER } from './config/constants/chains';
12
+ export { Bonds, BuyBondModal, YourBonds, FullBondsView, ProjectView, generateImageFromTemplate, ChainId, SingleBond, useTokenPrices, useSDKConfig, BLOCK_EXPLORER, };
package/dist/main.js CHANGED
@@ -104987,4 +104987,4 @@ const SingleBondWithProviders = (props) => {
104987
104987
  };
104988
104988
 
104989
104989
  var ChainId = types$1.ChainId;
104990
- export { BondsWithProviders as Bonds, BuyBondModalWithProviders as BuyBondModal, ChainId, FullBondsViewWithProviders as FullBondsView, ProjectViewWithProviders as ProjectView, SingleBondWithProviders as SingleBond, YourBondsWithProviders as YourBonds, generateImageFromTemplate, useSDKConfig, useTokenPrices };
104990
+ export { BLOCK_EXPLORER, BondsWithProviders as Bonds, BuyBondModalWithProviders as BuyBondModal, ChainId, FullBondsViewWithProviders as FullBondsView, ProjectViewWithProviders as ProjectView, SingleBondWithProviders as SingleBond, YourBondsWithProviders as YourBonds, generateImageFromTemplate, useSDKConfig, useTokenPrices };
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": "4.0.0-test.45",
6
+ "version": "4.0.0-test.47",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",