@glowlabs-org/utils 0.2.85 → 0.2.86

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.
@@ -226,7 +226,7 @@ export interface SponsoredFarm {
226
226
  builtEpoch: number;
227
227
  isPurchased: boolean;
228
228
  builtAt?: string;
229
- purchaserWallet: string | null;
229
+ sponsorWallet: string | null;
230
230
  afterInstallPictures: {
231
231
  id: string;
232
232
  name: string;
@@ -349,7 +349,7 @@ export interface WalletFarmInfo {
349
349
  builtEpoch: number;
350
350
  isPurchased: boolean;
351
351
  builtAt?: string;
352
- purchaserWallet: string | null;
352
+ sponsorWallet: string | null;
353
353
  }
354
354
  export interface WalletDetails {
355
355
  wallet: string;