diff --git a/features/withdrawals/request/withdrawal-rates/integrations.ts b/features/withdrawals/request/withdrawal-rates/integrations.ts index 09caa0138..08781b205 100644 --- a/features/withdrawals/request/withdrawal-rates/integrations.ts +++ b/features/withdrawals/request/withdrawal-rates/integrations.ts @@ -173,9 +173,9 @@ const dexWithdrawalMap: DexWithdrawalIntegrationMap = { icon: OneInchIcon, matomoEvent: MATOMO_CLICK_EVENTS_TYPES.withdrawalGoTo1inch, link: (amount, token) => - `https://app.1inch.io/#/1/simple/swap/${ + `https://app.1inch.io/#/1/advanced/swap/${ token == TOKENS.STETH ? 'stETH' : 'wstETH' - }/ETH?sourceTokenAmount=${formatEther(amount)}`, + }/ETH?mode=classic&sourceTokenAmount=${formatEther(amount)}`, }, bebop: { title: 'Bebop',