Skip to content

Commit

Permalink
fix: title in swap integration config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeday committed Feb 20, 2024
1 parent c1f1cd8 commit 3e7fbdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -37,7 +37,7 @@ const STAKE_SWAP_INTEGRATION_CONFIG: StakeSwapDiscountIntegrationMap = {
matomoEvent: MATOMO_CLICK_EVENTS.openOceanDiscount,
},
'one-inch': {
title: 'OpenOcean',
title: '1inch',
async getRate() {
const { rate } = await getOneInchRate({ token: 'ETH' });
return rate;
Expand Down
2 changes: 1 addition & 1 deletion features/withdrawals/withdrawals-constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const MAX_SHOWN_REQUEST_PER_TYPE = 1024;
export const VALIDATION_CONTEXT_TIMEOUT = 4000;

export const ENABLED_WITHDRAWAL_DEXES: DexWithdrawalApi[] = [
'one-inch',
'open-ocean',
'paraswap',
'one-inch',
];

0 comments on commit 3e7fbdb

Please sign in to comment.