@glowlabs-org/utils 0.2.88 → 0.2.89

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.
@@ -231,7 +231,7 @@ export interface SponsoredFarm {
231
231
  protocolDepositPaidCurrency: string;
232
232
  protocolDepositPayerWallet: string | null;
233
233
  builtEpoch: number;
234
- isPurchased: boolean | null;
234
+ isPurchased: boolean;
235
235
  builtAt?: string;
236
236
  sponsorWallet: string | null;
237
237
  afterInstallPictures: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowlabs-org/utils",
3
- "version": "0.2.88",
3
+ "version": "0.2.89",
4
4
  "description": "A library containing all typechain types and addresses relating to the glow guarded launch",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -298,7 +298,7 @@ export interface SponsoredFarm {
298
298
  protocolDepositPaidCurrency: string;
299
299
  protocolDepositPayerWallet: string | null;
300
300
  builtEpoch: number;
301
- isPurchased: boolean | null;
301
+ isPurchased: boolean;
302
302
  builtAt?: string;
303
303
  sponsorWallet: string | null;
304
304
  afterInstallPictures: {