@glowlabs-org/utils 0.2.44 → 0.2.45

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.
@@ -128,6 +128,7 @@ export interface CreateKickstarterPayload {
128
128
  title: string;
129
129
  description: string;
130
130
  code: string;
131
+ bannerUrl: string;
131
132
  }
132
133
  export interface KickstarterCreateResponse {
133
134
  success: true;
@@ -128,6 +128,7 @@ export interface CreateKickstarterPayload {
128
128
  title: string;
129
129
  description: string;
130
130
  code: string;
131
+ bannerUrl: string;
131
132
  }
132
133
  export interface KickstarterCreateResponse {
133
134
  success: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowlabs-org/utils",
3
- "version": "0.2.44",
3
+ "version": "0.2.45",
4
4
  "description": "A library containing all typechain types and addresses relating to the glow guarded launch",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -161,6 +161,7 @@ export interface CreateKickstarterPayload {
161
161
  title: string;
162
162
  description: string;
163
163
  code: string; // region code (e.g., "US-FL", "US", "CA")
164
+ bannerUrl: string;
164
165
  }
165
166
 
166
167
  export interface KickstarterCreateResponse {