@glowlabs-org/utils 0.2.142 → 0.2.145

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.
@@ -10,3 +10,4 @@ export { RegionRouter } from "./lib/control-api/region-router";
10
10
  export { KickstarterRouter } from "./lib/control-api/kickstarter-router";
11
11
  export { WalletsRouter } from "./lib/control-api/wallets-router";
12
12
  export { FarmsRouter } from "./lib/control-api/farms-router";
13
+ export { configureSentry, type SentryClientLike } from "./utils/sentry";
package/dist/cjs/index.js CHANGED
@@ -15,7 +15,7 @@ var viem = require('viem');
15
15
  var merkletreejs = require('merkletreejs');
16
16
  var ethers = require('ethers');
17
17
  var Decimal = require('decimal.js');
18
- var farmsRouter = require('./farms-router-CCva--xp.js');
18
+ var farmsRouter = require('./farms-router-C8V_F0vY.js');
19
19
 
20
20
  const GENESIS_TIMESTAMP = 1700352000;
21
21
 
@@ -19173,6 +19173,7 @@ Object.defineProperty(exports, "STAKING_DIRECTIONS", {
19173
19173
  });
19174
19174
  exports.TRANSFER_TYPES = farmsRouter.TRANSFER_TYPES;
19175
19175
  exports.WalletsRouter = farmsRouter.WalletsRouter;
19176
+ exports.configureSentry = farmsRouter.configureSentry;
19176
19177
  exports.useForwarder = farmsRouter.useForwarder;
19177
19178
  exports.useOffchainFractions = farmsRouter.useOffchainFractions;
19178
19179
  exports.GENESIS_TIMESTAMP = GENESIS_TIMESTAMP;