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/{chunk-4WSFXYIG.mjs → chunk-EBMINSV3.mjs} +98 -58
- package/dist/chunk-EBMINSV3.mjs.map +1 -0
- package/dist/eth.d.mts +2 -2
- package/dist/eth.d.ts +2 -2
- package/dist/eth.js +97 -57
- package/dist/eth.js.map +1 -1
- package/dist/eth.mjs +1 -1
- package/dist/gno.d.mts +2 -2
- package/dist/gno.d.ts +2 -2
- package/dist/gno.js +83 -46
- package/dist/gno.js.map +1 -1
- package/dist/gno.mjs +1 -1
- package/dist/{schema-X3SEw6UU.d.mts → schema-3b9kfoAj.d.mts} +9 -0
- package/dist/{schema-X3SEw6UU.d.ts → schema-3b9kfoAj.d.ts} +9 -0
- package/package.json +1 -1
- package/dist/chunk-4WSFXYIG.mjs.map +0 -1
package/dist/gno.mjs
CHANGED
|
@@ -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: {
|