@glowlabs-org/utils 0.2.90 → 0.2.91
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.
|
@@ -232,7 +232,7 @@ export interface SponsoredFarm {
|
|
|
232
232
|
protocolDepositPayerWallet: string | null;
|
|
233
233
|
builtEpoch: number;
|
|
234
234
|
isPurchased: boolean;
|
|
235
|
-
builtAt
|
|
235
|
+
builtAt: string;
|
|
236
236
|
sponsorWallet: string | null;
|
|
237
237
|
afterInstallPictures: {
|
|
238
238
|
id: string;
|
|
@@ -359,7 +359,7 @@ export interface WalletFarmInfo {
|
|
|
359
359
|
protocolDepositPayerWallet: string | null;
|
|
360
360
|
builtEpoch: number;
|
|
361
361
|
isPurchased: boolean;
|
|
362
|
-
builtAt
|
|
362
|
+
builtAt: string;
|
|
363
363
|
sponsorWallet: string | null;
|
|
364
364
|
}
|
|
365
365
|
export interface WalletDetails {
|