Skip to content

Commit

Permalink
fix(dex): add stab fee to deuroc-dusd (#1758)
Browse files Browse the repository at this point in the history
fix: add stab fee to deuroc-dusd
  • Loading branch information
kyleleow authored Mar 14, 2023
1 parent 0071270 commit e4d7658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dex/[poolpairId]/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function PoolPairPage(
/>
<div className="flex flex-wrap flex-row lg:space-x-4">
<PoolPairDetailsBar poolpair={poolpairs} />
{["DUSD-DFI", "dUSDC-DUSD", "dUSDT-DUSD"].includes(
{["DUSD-DFI", "dUSDC-DUSD", "dUSDT-DUSD", "dEUROC-DUSD"].includes(
poolpairs.displaySymbol
) && (
<PoolPairInfo
Expand Down

0 comments on commit e4d7658

Please sign in to comment.