Skip to content

Commit

Permalink
Merge branch 'development' into feat/dashboard-swap
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Oct 11, 2024
2 parents 1044e01 + 2de8977 commit 3d12862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/constants/BorrowCapDisable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { base, mode } from 'viem/chains';

export const disableBorrowRepay: Record<number, Record<string, string[]>> = {
[mode.id]: {
'0': ['weETH', 'ezETH', 'dMBTC']
'0': []
},
[base.id]: {
'0': ['OGN', 'wsuperOETHb', 'wUSD+', 'ezETH']
'0': []
}
};

0 comments on commit 3d12862

Please sign in to comment.