@glowlabs-org/utils 0.2.85 → 0.2.87

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.85",
3
+ "version": "0.2.87",
4
4
  "description": "A library containing all typechain types and addresses relating to the glow guarded launch",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -1,4 +1,4 @@
1
- type ContractKeys =
1
+ export type ContractKeys =
2
2
  | "USDC"
3
3
  | "FORWARDER"
4
4
  | "FOUNDATION_WALLET"
@@ -292,7 +292,7 @@ export interface SponsoredFarm {
292
292
  builtEpoch: number;
293
293
  isPurchased: boolean;
294
294
  builtAt?: string;
295
- purchaserWallet: string | null;
295
+ sponsorWallet: string | null;
296
296
  afterInstallPictures: {
297
297
  id: string;
298
298
  name: string;
@@ -439,7 +439,7 @@ export interface WalletFarmInfo {
439
439
  builtEpoch: number;
440
440
  isPurchased: boolean;
441
441
  builtAt?: string; // ISO 8601
442
- purchaserWallet: string | null;
442
+ sponsorWallet: string | null;
443
443
  }
444
444
 
445
445
  export interface WalletDetails {