@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;
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.86",
4
4
  "description": "A library containing all typechain types and addresses relating to the glow guarded launch",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -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 {