@glowlabs-org/utils 0.2.107 → 0.2.108

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.
@@ -247,7 +247,6 @@ export interface SponsoredFarm {
247
247
  protocolDepositUSDC6Decimals: string;
248
248
  protocolDepositPaidAmount: string;
249
249
  protocolDepositPaidCurrency: string;
250
- protocolDepositPayerWallet: string | null;
251
250
  builtEpoch: number;
252
251
  builtAt: string;
253
252
  afterInstallPictures: {
@@ -372,7 +371,6 @@ export interface WalletFarmInfo {
372
371
  adjustedWeeklyCarbonCredits: string;
373
372
  protocolDepositPaidAmount: string;
374
373
  protocolDepositPaidCurrency: string;
375
- protocolDepositPayerWallet: string | null;
376
374
  builtEpoch: number;
377
375
  builtAt: string;
378
376
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowlabs-org/utils",
3
- "version": "0.2.107",
3
+ "version": "0.2.108",
4
4
  "description": "A library containing all typechain types and addresses relating to the glow guarded launch",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -307,7 +307,7 @@ export interface SponsoredFarm {
307
307
  protocolDepositUSDC6Decimals: string;
308
308
  protocolDepositPaidAmount: string;
309
309
  protocolDepositPaidCurrency: string;
310
- protocolDepositPayerWallet: string | null;
310
+
311
311
  builtEpoch: number;
312
312
  builtAt: string;
313
313
  afterInstallPictures: {
@@ -457,7 +457,7 @@ export interface WalletFarmInfo {
457
457
  adjustedWeeklyCarbonCredits: string;
458
458
  protocolDepositPaidAmount: string;
459
459
  protocolDepositPaidCurrency: string;
460
- protocolDepositPayerWallet: string | null;
460
+
461
461
  builtEpoch: number;
462
462
  builtAt: string; // ISO 8601
463
463
  }