Skip to content

Commit

Permalink
Merge pull request #368 from lidofinance/feature/si-1379-change-the-l…
Browse files Browse the repository at this point in the history
…ink-of-the-get-discount-button-on-the-stake-page

fix: 1inch discount link
  • Loading branch information
itaven authored Jul 1, 2024
2 parents eddf917 + 84012b5 commit 321f60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/stake/swap-discount-banner/integrations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const STAKE_SWAP_INTEGRATION_CONFIG: StakeSwapDiscountIntegrationMap = {
);
},
Icon: OneInchIcon,
linkHref: `https://app.1inch.io/#/1/simple/swap/ETH/stETH`,
linkHref: `https://app.1inch.io/#/1/advanced/swap/ETH/stETH`,
matomoEvent: MATOMO_CLICK_EVENTS.oneInchDiscount,
CustomLink({ children, ...props }) {
const customProps = use1inchDeepLinkProps();
Expand Down

0 comments on commit 321f60c

Please sign in to comment.