@glowlabs-org/utils 0.2.122 → 0.2.123

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.
@@ -245,6 +245,7 @@ export interface KickstarterCommitmentEvent {
245
245
  amount: string;
246
246
  ts: string;
247
247
  isFinalized: boolean;
248
+ isRefunded: boolean;
248
249
  }
249
250
  export interface KickstarterCommitmentsQuery {
250
251
  page?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowlabs-org/utils",
3
- "version": "0.2.122",
3
+ "version": "0.2.123",
4
4
  "description": "A library containing all typechain types and addresses relating to the glow guarded launch",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -301,6 +301,7 @@ export interface KickstarterCommitmentEvent {
301
301
  amount: string; // atomic GCTL (6 decimals)
302
302
  ts: string; // ISO 8601
303
303
  isFinalized: boolean;
304
+ isRefunded: boolean;
304
305
  }
305
306
 
306
307
  export interface KickstarterCommitmentsQuery {