@glowlabs-org/utils 0.2.124 → 0.2.126

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowlabs-org/utils",
3
- "version": "0.2.124",
3
+ "version": "0.2.126",
4
4
  "description": "A library containing all typechain types and addresses relating to the glow guarded launch",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -12,7 +12,9 @@ export type ContractKeys =
12
12
  | "USDG_UNISWAP"
13
13
  | "GLW_UNISWAP"
14
14
  | "OFFCHAIN_FRACTIONS"
15
- | "COUNTERFACTUAL_HOLDER_FACTORY";
15
+ | "COUNTERFACTUAL_HOLDER_FACTORY"
16
+ | "FOUNDATION_HUB_MANAGER_WALLET"
17
+ | "FOUNDATION_REWARDS_WALLET";
16
18
 
17
19
  // Contract-specific addresses
18
20
  const mainnetAddresses: Record<ContractKeys, `0x${string}`> = {
@@ -27,7 +29,9 @@ const mainnetAddresses: Record<ContractKeys, `0x${string}`> = {
27
29
  FORWARDER: "0xD487240a9Cc032Dc5CC092F2Bbe2C19aCD583eef",
28
30
  OFFCHAIN_FRACTIONS: "0x1Eca5C4391f10097C3232a0672e83c60A7dab7cD", // TODO: change to mainnet address
29
31
  COUNTERFACTUAL_HOLDER_FACTORY: "0x52ad78446eb4066F729034825cE9765997C297a7", // TODO: change to mainnet address
30
- FOUNDATION_WALLET: "0xc5174BBf649a92F9941e981af68AaA14Dd814F85",
32
+ FOUNDATION_HUB_MANAGER_WALLET: "0x5252FdA14A149c01EA5A1D6514a9c1369E4C70b4", // TODO: change to mainnet address
33
+ FOUNDATION_WALLET: "0xc5174BBf649a92F9941e981af68AaA14Dd814F85", // TODO: change to mainnet address
34
+ FOUNDATION_REWARDS_WALLET: "0x5252FdA14A149c01EA5A1D6514a9c1369E4C70b4", // TODO: change to mainnet address
31
35
  UNISWAP_V2_ROUTER: "0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D",
32
36
  UNISWAP_V2_FACTORY: "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f",
33
37
  };
@@ -45,6 +49,8 @@ const sepoliaAddresses: Record<ContractKeys, `0x${string}`> = {
45
49
  OFFCHAIN_FRACTIONS: "0x7D97528eeF8B8D17AA1Ba3307Ed39b07b3A1b69B",
46
50
  COUNTERFACTUAL_HOLDER_FACTORY: "0x2c3AB887746F6f4a8a4b9Db6aC800eb71945509A",
47
51
  FOUNDATION_WALLET: "0x5e230FED487c86B90f6508104149F087d9B1B0A7",
52
+ FOUNDATION_HUB_MANAGER_WALLET: "0x5252FdA14A149c01EA5A1D6514a9c1369E4C70b4",
53
+ FOUNDATION_REWARDS_WALLET: "0x5252FdA14A149c01EA5A1D6514a9c1369E4C70b4",
48
54
  UNISWAP_V2_ROUTER: "0xeE567Fe1712Faf6149d80dA1E6934E354124CfE3",
49
55
  UNISWAP_V2_FACTORY: "0xF62c03E08ada871A0bEb309762E260a7a6a880E6",
50
56
  };