@swapkit/api
Advanced tools
Comparing version 1.0.0-rc.78 to 1.0.0-rc.79
{ | ||
"author": "swapkit-oss", | ||
"dependencies": { | ||
"@swapkit/helpers": "1.0.0-rc.110", | ||
"@swapkit/helpers": "1.0.0-rc.111", | ||
"zod": "3.23.8" | ||
@@ -20,3 +20,3 @@ }, | ||
"peerDependencies": { | ||
"@swapkit/helpers": "1.0.0-rc.110", | ||
"@swapkit/helpers": "1.0.0-rc.111", | ||
"zod": "3.23.8" | ||
@@ -39,3 +39,3 @@ }, | ||
"types": "./src/index.ts", | ||
"version": "1.0.0-rc.78" | ||
"version": "1.0.0-rc.79" | ||
} |
@@ -441,2 +441,3 @@ import type { Chain, LedgerErrorCode, QuoteMode } from "@swapkit/helpers"; | ||
lastLegEffectiveSlipPercentage: number; | ||
slippagePercentage: number; | ||
priceProtectionDetected: boolean; | ||
@@ -443,0 +444,0 @@ priceProtectionRequired: boolean; |
Sorry, the diff of this file is not supported yet
87654
1750
+ Added@swapkit/helpers@1.0.0-rc.111(transitive)
- Removed@swapkit/helpers@1.0.0-rc.110(transitive)