@glowlabs-org/utils 0.2.102 → 0.2.103
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.
|
@@ -251,7 +251,6 @@ export interface SponsoredFarm {
|
|
|
251
251
|
builtEpoch: number;
|
|
252
252
|
isPurchased: boolean;
|
|
253
253
|
builtAt: string;
|
|
254
|
-
sponsorWallet: string | null;
|
|
255
254
|
afterInstallPictures: {
|
|
256
255
|
id: string;
|
|
257
256
|
name: string;
|
|
@@ -378,7 +377,6 @@ export interface WalletFarmInfo {
|
|
|
378
377
|
builtEpoch: number;
|
|
379
378
|
isPurchased: boolean;
|
|
380
379
|
builtAt: string;
|
|
381
|
-
sponsorWallet: string | null;
|
|
382
380
|
}
|
|
383
381
|
export interface WalletDetails {
|
|
384
382
|
wallet: string;
|