@swapkit/api
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"author": "swapkit-oss", | ||
"dependencies": { | ||
"@swapkit/helpers": "2.0.0", | ||
"@swapkit/helpers": "2.1.0", | ||
"zod": "3.23.8" | ||
@@ -30,3 +30,3 @@ }, | ||
"types": "./src/index.ts", | ||
"version": "2.0.2" | ||
"version": "2.0.3" | ||
} |
@@ -268,2 +268,7 @@ import { | ||
), | ||
cfBoost: z.optional( | ||
z.boolean({ | ||
description: "Set to true to enable CF boost to speed up Chainflip swaps. BTC only.", | ||
}), | ||
), | ||
}) | ||
@@ -270,0 +275,0 @@ .refine((data) => data.sellAsset !== data.buyAsset, { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2353244
4452
+ Added@swapkit/helpers@2.1.0(transitive)
- Removed@swapkit/helpers@2.0.0(transitive)
Updated@swapkit/helpers@2.1.0