diff --git a/Services/SwapService/Sources/SwapService.swift b/Services/SwapService/Sources/SwapService.swift index d162d592..5e362aca 100644 --- a/Services/SwapService/Sources/SwapService.swift +++ b/Services/SwapService/Sources/SwapService.swift @@ -54,7 +54,7 @@ public final class SwapService { value: value, mode: .exactIn, options: GemSwapOptions( - slippage: .init(bps: swapConfig.defaultSlippageBps, mode: .exact), + slippage: getDefaultSlippage(chain: fromAsset.chain.rawValue), fee: getReferralFees(), preferredProviders: [] ) diff --git a/core b/core index 6b7a44c8..cb94fa25 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 6b7a44c8d49be84b7909319fd740e8650afcdc5b +Subproject commit cb94fa250ab8d26e7215772136a896aa42fdab64