@glowlabs-org/utils 0.2.99 → 0.2.101

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.
@@ -8,6 +8,7 @@ export * from "./lib/control-api/farms-router";
8
8
  export * from "./lib/types";
9
9
  export * from "./lib/region-metadata";
10
10
  export * from "./lib/abis/forwarderABI";
11
+ export * from "./lib/abis/offchainFractions";
11
12
  export * from "./constants/addresses";
12
13
  export * from "./constants/weights";
13
14
  export * from "./constants/urls";
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var farmsRouter = require('./farms-router-CJrriLMx.js');
3
+ var farmsRouter = require('./farms-router-TpSWXrg9.js');
4
4
  var viem = require('viem');
5
5
  require('ethers');
6
6
 
@@ -12325,6 +12325,7 @@ exports.GLOW_WEIGHT_DECIMAL_PRECISION = farmsRouter.GLOW_WEIGHT_DECIMAL_PRECISIO
12325
12325
  exports.HUB_URL = farmsRouter.HUB_URL;
12326
12326
  exports.KickstarterRouter = farmsRouter.KickstarterRouter;
12327
12327
  exports.MAX_WEIGHT = farmsRouter.MAX_WEIGHT;
12328
+ exports.OFFCHAIN_FRACTIONS_ABI = farmsRouter.OFFCHAIN_FRACTIONS_ABI;
12328
12329
  exports.OFF_CHAIN_PAYMENT_CURRENCIES = farmsRouter.OFF_CHAIN_PAYMENT_CURRENCIES;
12329
12330
  Object.defineProperty(exports, "OffchainFractionsError", {
12330
12331
  enumerable: true,