Skip to content

Commit

Permalink
feat: 1inch integration mode classic
Browse files Browse the repository at this point in the history
  • Loading branch information
manneredboor committed Mar 28, 2024
1 parent 06429db commit b3b649b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/withdrawals/request/withdrawal-rates/integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b3b649b

Please sign in to comment.