defi-kit 2.13.0 → 2.13.1
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/base.d.mts +2 -2
- package/dist/base.d.ts +2 -2
- package/dist/eth.d.mts +3 -3
- package/dist/eth.d.ts +3 -3
- package/dist/gno.d.mts +2 -2
- package/dist/gno.d.ts +2 -2
- package/dist/oeth.d.mts +2 -2
- package/dist/oeth.d.ts +2 -2
- package/package.json +1 -1
package/dist/base.d.mts
CHANGED
|
@@ -129,11 +129,11 @@ declare const schema: {
|
|
|
129
129
|
}, "strip", zod.ZodTypeAny, {
|
|
130
130
|
targets?: string[] | undefined;
|
|
131
131
|
tokens?: string[] | undefined;
|
|
132
|
-
fees?: ("0.
|
|
132
|
+
fees?: ("0.01%" | "0.05%" | "0.3%" | "1%")[] | undefined;
|
|
133
133
|
}, {
|
|
134
134
|
targets?: string[] | undefined;
|
|
135
135
|
tokens?: string[] | undefined;
|
|
136
|
-
fees?: ("0.
|
|
136
|
+
fees?: ("0.01%" | "0.05%" | "0.3%" | "1%")[] | undefined;
|
|
137
137
|
}>;
|
|
138
138
|
};
|
|
139
139
|
};
|
package/dist/base.d.ts
CHANGED
|
@@ -129,11 +129,11 @@ declare const schema: {
|
|
|
129
129
|
}, "strip", zod.ZodTypeAny, {
|
|
130
130
|
targets?: string[] | undefined;
|
|
131
131
|
tokens?: string[] | undefined;
|
|
132
|
-
fees?: ("0.
|
|
132
|
+
fees?: ("0.01%" | "0.05%" | "0.3%" | "1%")[] | undefined;
|
|
133
133
|
}, {
|
|
134
134
|
targets?: string[] | undefined;
|
|
135
135
|
tokens?: string[] | undefined;
|
|
136
|
-
fees?: ("0.
|
|
136
|
+
fees?: ("0.01%" | "0.05%" | "0.3%" | "1%")[] | undefined;
|
|
137
137
|
}>;
|
|
138
138
|
};
|
|
139
139
|
};
|
package/dist/eth.d.mts
CHANGED
|
@@ -3388,11 +3388,11 @@ declare const schema: {
|
|
|
3388
3388
|
}, "strip", zod.ZodTypeAny, {
|
|
3389
3389
|
targets?: string[] | undefined;
|
|
3390
3390
|
tokens?: string[] | undefined;
|
|
3391
|
-
fees?: ("0.
|
|
3391
|
+
fees?: ("0.01%" | "0.05%" | "0.3%" | "1%")[] | undefined;
|
|
3392
3392
|
}, {
|
|
3393
3393
|
targets?: string[] | undefined;
|
|
3394
3394
|
tokens?: string[] | undefined;
|
|
3395
|
-
fees?: ("0.
|
|
3395
|
+
fees?: ("0.01%" | "0.05%" | "0.3%" | "1%")[] | undefined;
|
|
3396
3396
|
}>;
|
|
3397
3397
|
};
|
|
3398
3398
|
};
|
|
@@ -3474,8 +3474,8 @@ declare const repertoire: {
|
|
|
3474
3474
|
useAsCollateral: zod.ZodBoolean;
|
|
3475
3475
|
}, "strip", zod.ZodTypeAny, {
|
|
3476
3476
|
token: string;
|
|
3477
|
-
market: string;
|
|
3478
3477
|
useAsCollateral: boolean;
|
|
3478
|
+
market: string;
|
|
3479
3479
|
}, {
|
|
3480
3480
|
token: string;
|
|
3481
3481
|
useAsCollateral: boolean;
|
package/dist/eth.d.ts
CHANGED
|
@@ -3388,11 +3388,11 @@ declare const schema: {
|
|
|
3388
3388
|
}, "strip", zod.ZodTypeAny, {
|
|
3389
3389
|
targets?: string[] | undefined;
|
|
3390
3390
|
tokens?: string[] | undefined;
|
|
3391
|
-
fees?: ("0.
|
|
3391
|
+
fees?: ("0.01%" | "0.05%" | "0.3%" | "1%")[] | undefined;
|
|
3392
3392
|
}, {
|
|
3393
3393
|
targets?: string[] | undefined;
|
|
3394
3394
|
tokens?: string[] | undefined;
|
|
3395
|
-
fees?: ("0.
|
|
3395
|
+
fees?: ("0.01%" | "0.05%" | "0.3%" | "1%")[] | undefined;
|
|
3396
3396
|
}>;
|
|
3397
3397
|
};
|
|
3398
3398
|
};
|
|
@@ -3474,8 +3474,8 @@ declare const repertoire: {
|
|
|
3474
3474
|
useAsCollateral: zod.ZodBoolean;
|
|
3475
3475
|
}, "strip", zod.ZodTypeAny, {
|
|
3476
3476
|
token: string;
|
|
3477
|
-
market: string;
|
|
3478
3477
|
useAsCollateral: boolean;
|
|
3478
|
+
market: string;
|
|
3479
3479
|
}, {
|
|
3480
3480
|
token: string;
|
|
3481
3481
|
useAsCollateral: boolean;
|
package/dist/gno.d.mts
CHANGED
|
@@ -151,11 +151,11 @@ declare const schema: {
|
|
|
151
151
|
}, "strip", zod.ZodTypeAny, {
|
|
152
152
|
targets?: string[] | undefined;
|
|
153
153
|
tokens?: string[] | undefined;
|
|
154
|
-
fees?: ("0.
|
|
154
|
+
fees?: ("0.01%" | "0.05%" | "0.3%" | "1%")[] | undefined;
|
|
155
155
|
}, {
|
|
156
156
|
targets?: string[] | undefined;
|
|
157
157
|
tokens?: string[] | undefined;
|
|
158
|
-
fees?: ("0.
|
|
158
|
+
fees?: ("0.01%" | "0.05%" | "0.3%" | "1%")[] | undefined;
|
|
159
159
|
}>;
|
|
160
160
|
};
|
|
161
161
|
};
|
package/dist/gno.d.ts
CHANGED
|
@@ -151,11 +151,11 @@ declare const schema: {
|
|
|
151
151
|
}, "strip", zod.ZodTypeAny, {
|
|
152
152
|
targets?: string[] | undefined;
|
|
153
153
|
tokens?: string[] | undefined;
|
|
154
|
-
fees?: ("0.
|
|
154
|
+
fees?: ("0.01%" | "0.05%" | "0.3%" | "1%")[] | undefined;
|
|
155
155
|
}, {
|
|
156
156
|
targets?: string[] | undefined;
|
|
157
157
|
tokens?: string[] | undefined;
|
|
158
|
-
fees?: ("0.
|
|
158
|
+
fees?: ("0.01%" | "0.05%" | "0.3%" | "1%")[] | undefined;
|
|
159
159
|
}>;
|
|
160
160
|
};
|
|
161
161
|
};
|
package/dist/oeth.d.mts
CHANGED
|
@@ -129,11 +129,11 @@ declare const schema: {
|
|
|
129
129
|
}, "strip", zod.ZodTypeAny, {
|
|
130
130
|
targets?: string[] | undefined;
|
|
131
131
|
tokens?: string[] | undefined;
|
|
132
|
-
fees?: ("0.
|
|
132
|
+
fees?: ("0.01%" | "0.05%" | "0.3%" | "1%")[] | undefined;
|
|
133
133
|
}, {
|
|
134
134
|
targets?: string[] | undefined;
|
|
135
135
|
tokens?: string[] | undefined;
|
|
136
|
-
fees?: ("0.
|
|
136
|
+
fees?: ("0.01%" | "0.05%" | "0.3%" | "1%")[] | undefined;
|
|
137
137
|
}>;
|
|
138
138
|
};
|
|
139
139
|
};
|
package/dist/oeth.d.ts
CHANGED
|
@@ -129,11 +129,11 @@ declare const schema: {
|
|
|
129
129
|
}, "strip", zod.ZodTypeAny, {
|
|
130
130
|
targets?: string[] | undefined;
|
|
131
131
|
tokens?: string[] | undefined;
|
|
132
|
-
fees?: ("0.
|
|
132
|
+
fees?: ("0.01%" | "0.05%" | "0.3%" | "1%")[] | undefined;
|
|
133
133
|
}, {
|
|
134
134
|
targets?: string[] | undefined;
|
|
135
135
|
tokens?: string[] | undefined;
|
|
136
|
-
fees?: ("0.
|
|
136
|
+
fees?: ("0.01%" | "0.05%" | "0.3%" | "1%")[] | undefined;
|
|
137
137
|
}>;
|
|
138
138
|
};
|
|
139
139
|
};
|