@glowlabs-org/utils 0.2.108 → 0.2.109

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/esm/index.js CHANGED
@@ -13,8 +13,8 @@ import { parseUnits, formatUnits } from 'viem';
13
13
  import { MerkleTree } from 'merkletreejs';
14
14
  import { solidityPackedKeccak256, keccak256 } from 'ethers';
15
15
  import Decimal from 'decimal.js';
16
- import { H as HUB_URL, U as USDG_WEIGHT_DECIMAL_PRECISION, G as GLOW_WEIGHT_DECIMAL_PRECISION, M as MAX_WEIGHT } from './farms-router-_rA1-qc_.js';
17
- export { C as ControlRouter, F as FarmsRouter, K as KickstarterRouter, R as RegionRouter, W as WalletsRouter, u as useForwarder, a as useOffchainFractions } from './farms-router-_rA1-qc_.js';
16
+ import { H as HUB_URL, U as USDG_WEIGHT_DECIMAL_PRECISION, G as GLOW_WEIGHT_DECIMAL_PRECISION, M as MAX_WEIGHT } from './farms-router-Cncy_gI0.js';
17
+ export { C as ControlRouter, F as FarmsRouter, K as KickstarterRouter, R as RegionRouter, W as WalletsRouter, u as useForwarder, a as useOffchainFractions } from './farms-router-Cncy_gI0.js';
18
18
 
19
19
  const GENESIS_TIMESTAMP = 1700352000;
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowlabs-org/utils",
3
- "version": "0.2.108",
3
+ "version": "0.2.109",
4
4
  "description": "A library containing all typechain types and addresses relating to the glow guarded launch",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -24,9 +24,9 @@ const mainnetAddresses: Record<ContractKeys, `0x${string}`> = {
24
24
  USDC: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
25
25
  USDG_UNISWAP: "0xe010ec500720bE9EF3F82129E7eD2Ee1FB7955F2",
26
26
  GLW_UNISWAP: "0xf4fbC617A5733EAAF9af08E1Ab816B103388d8B6",
27
- FORWARDER: "0x240CBe07a047ce484DCa2E3Ae15d4907Aba41BE2",
27
+ FORWARDER: "0xD487240a9Cc032Dc5CC092F2Bbe2C19aCD583eef",
28
28
  OFFCHAIN_FRACTIONS: "0x1Eca5C4391f10097C3232a0672e83c60A7dab7cD", // TODO: change to mainnet address
29
- COUNTERFACTUAL_HOLDER_FACTORY: "0x2c3AB887746F6f4a8a4b9Db6aC800eb71945509A", // TODO: change to mainnet address
29
+ COUNTERFACTUAL_HOLDER_FACTORY: "0x52ad78446eb4066F729034825cE9765997C297a7", // TODO: change to mainnet address
30
30
  FOUNDATION_WALLET: "0xc5174BBf649a92F9941e981af68AaA14Dd814F85",
31
31
  UNISWAP_V2_ROUTER: "0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D",
32
32
  UNISWAP_V2_FACTORY: "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f",
@@ -42,7 +42,7 @@ const sepoliaAddresses: Record<ContractKeys, `0x${string}`> = {
42
42
  USDG_UNISWAP: "0x2a085A3aEA8982396533327c854753Ce521B666d",
43
43
  GLW_UNISWAP: "0x8e27016D0B866a56CE74A1a280c749dD679bb0Fa",
44
44
  FORWARDER: "0xDaC24F18171224eeaf6a9B38f5C5081aDbDff969",
45
- OFFCHAIN_FRACTIONS: "0xFc3928e923B440393A6D977AE97C069600BC9ad8",
45
+ OFFCHAIN_FRACTIONS: "0x9976d13930bdEB80C03706B7a6333B00fdee3BB3",
46
46
  COUNTERFACTUAL_HOLDER_FACTORY: "0x2c3AB887746F6f4a8a4b9Db6aC800eb71945509A",
47
47
  FOUNDATION_WALLET: "0x5e230FED487c86B90f6508104149F087d9B1B0A7",
48
48
  UNISWAP_V2_ROUTER: "0xeE567Fe1712Faf6149d80dA1E6934E354124CfE3",