@bze/bze-ui-kit 0.5.0 → 0.6.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/dist/index.mjs CHANGED
@@ -233,7 +233,7 @@ var BZE_TESTNET_NETWORK = {
233
233
  };
234
234
 
235
235
  // src/constants/chain.ts
236
- import { assetLists, chains, ibcData } from "@chain-registry/v2";
236
+ import { assetLists, chains, ibcData } from "chain-registry";
237
237
  var getChainId = () => {
238
238
  return process.env.NEXT_PUBLIC_CHAIN_ID || "beezee-1";
239
239
  };