Skip to content

Commit

Permalink
disable collateral/liquidity swap
Browse files Browse the repository at this point in the history
  • Loading branch information
hexonaut committed May 30, 2023
1 parent 9a9db10 commit 68a1d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui-config/marketsConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ export const marketsData: {
v3: true,
chainId: ChainId.mainnet,
enabledFeatures: {
liquiditySwap: true,
collateralRepay: true,
liquiditySwap: false,
collateralRepay: false,
},
addresses: {
LENDING_POOL_ADDRESS_PROVIDER: '0x02C3eA4e34C0cBd694D2adFa2c690EECbC1793eE'.toLowerCase(),
Expand Down

0 comments on commit 68a1d9a

Please sign in to comment.