defi-kit 1.2.0 → 1.4.0

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.
package/dist/gno.mjs CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  createExportToSafeTransactionBuilder,
4
4
  gno,
5
5
  gno2
6
- } from "./chunk-4WSFXYIG.mjs";
6
+ } from "./chunk-EBMINSV3.mjs";
7
7
  import "./chunk-PU3MJ7WD.mjs";
8
8
 
9
9
  // src/gno.ts
@@ -186,6 +186,9 @@ declare const eth: {
186
186
  delegatee: string;
187
187
  }>;
188
188
  };
189
+ ankr: {
190
+ deposit: zod.ZodObject<{}, "strip", zod.ZodTypeAny, {}, {}>;
191
+ };
189
192
  aura: {
190
193
  deposit: zod.ZodObject<{
191
194
  targets: zod.ZodArray<zod.ZodEnum<[string, string, ...string[]]>, "many">;
@@ -296,6 +299,9 @@ declare const eth: {
296
299
  targets?: string[] | undefined;
297
300
  }>;
298
301
  };
302
+ rocket_pool: {
303
+ deposit: zod.ZodObject<{}, "strip", zod.ZodTypeAny, {}, {}>;
304
+ };
299
305
  spark: {
300
306
  deposit: zod.ZodObject<{
301
307
  targets: zod.ZodArray<zod.ZodEnum<[string, string, ...string[]]>, "many">;
@@ -312,6 +318,9 @@ declare const eth: {
312
318
  targets: string[];
313
319
  }>;
314
320
  };
321
+ stader: {
322
+ deposit: zod.ZodObject<{}, "strip", zod.ZodTypeAny, {}, {}>;
323
+ };
315
324
  };
316
325
  declare const gno: {
317
326
  aura: {
@@ -186,6 +186,9 @@ declare const eth: {
186
186
  delegatee: string;
187
187
  }>;
188
188
  };
189
+ ankr: {
190
+ deposit: zod.ZodObject<{}, "strip", zod.ZodTypeAny, {}, {}>;
191
+ };
189
192
  aura: {
190
193
  deposit: zod.ZodObject<{
191
194
  targets: zod.ZodArray<zod.ZodEnum<[string, string, ...string[]]>, "many">;
@@ -296,6 +299,9 @@ declare const eth: {
296
299
  targets?: string[] | undefined;
297
300
  }>;
298
301
  };
302
+ rocket_pool: {
303
+ deposit: zod.ZodObject<{}, "strip", zod.ZodTypeAny, {}, {}>;
304
+ };
299
305
  spark: {
300
306
  deposit: zod.ZodObject<{
301
307
  targets: zod.ZodArray<zod.ZodEnum<[string, string, ...string[]]>, "many">;
@@ -312,6 +318,9 @@ declare const eth: {
312
318
  targets: string[];
313
319
  }>;
314
320
  };
321
+ stader: {
322
+ deposit: zod.ZodObject<{}, "strip", zod.ZodTypeAny, {}, {}>;
323
+ };
315
324
  };
316
325
  declare const gno: {
317
326
  aura: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "defi-kit",
3
- "version": "1.2.0",
3
+ "version": "1.4.0",
4
4
  "description": "Permissions for Zodiac Roles covering interactions with DeFi protocols",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",