Skip to content

Commit

Permalink
fix: disable collateral repay feature [skip cypress] (#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf authored Aug 28, 2024
1 parent e009f3c commit e38c149
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/ui-config/marketsConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const marketsData: {
governance: true,
staking: true,
liquiditySwap: true,
collateralRepay: true,
collateralRepay: false,
incentives: true,
withdrawAndSwitch: true,
debtSwitch: true,
Expand Down Expand Up @@ -152,7 +152,7 @@ export const marketsData: {
governance: true,
staking: true,
liquiditySwap: true,
collateralRepay: true,
collateralRepay: false,
incentives: true,
withdrawAndSwitch: true,
debtSwitch: false,
Expand Down Expand Up @@ -180,7 +180,7 @@ export const marketsData: {
governance: true,
staking: true,
liquiditySwap: true,
collateralRepay: true,
collateralRepay: false,
incentives: true,
debtSwitch: true,
switch: true,
Expand All @@ -205,7 +205,7 @@ export const marketsData: {
// chainId: ChainId.mainnet,
// enabledFeatures: {
// // liquiditySwap: true,
// // collateralRepay: true,
// // collateralRepay: false,
// // incentives: true,
// permissions: true,
// },
Expand Down Expand Up @@ -244,7 +244,7 @@ export const marketsData: {
enabledFeatures: {
liquiditySwap: true,
incentives: true,
collateralRepay: true,
collateralRepay: false,
debtSwitch: true,
},
subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/H1Et77RZh3XEf27vkAmJyzgCME2RSFLtDS2f4PPW6CGp`,
Expand All @@ -269,7 +269,7 @@ export const marketsData: {
enabledFeatures: {
liquiditySwap: true,
incentives: true,
collateralRepay: true,
collateralRepay: false,
debtSwitch: true,
switch: true,
},
Expand Down Expand Up @@ -318,7 +318,7 @@ export const marketsData: {
incentives: true,
liquiditySwap: true,
withdrawAndSwitch: true,
collateralRepay: true,
collateralRepay: false,
debtSwitch: true,
switch: true,
},
Expand Down Expand Up @@ -365,7 +365,7 @@ export const marketsData: {
enabledFeatures: {
incentives: true,
liquiditySwap: true,
collateralRepay: true,
collateralRepay: false,
debtSwitch: true,
withdrawAndSwitch: true,
switch: true,
Expand Down Expand Up @@ -413,7 +413,7 @@ export const marketsData: {
enabledFeatures: {
liquiditySwap: true,
incentives: true,
collateralRepay: true,
collateralRepay: false,
debtSwitch: true,
withdrawAndSwitch: true,
switch: true,
Expand Down Expand Up @@ -497,7 +497,7 @@ export const marketsData: {
chainId: ChainId.fantom,
enabledFeatures: {
incentives: true,
collateralRepay: true,
collateralRepay: false,
liquiditySwap: true,
},
subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/6L1vPqyE3xvkzkWjh6wUKc1ABWYYps5HJahoxhrv2PJn`,
Expand Down Expand Up @@ -558,7 +558,7 @@ export const marketsData: {
chainId: ChainId.optimism,
enabledFeatures: {
incentives: true,
collateralRepay: true,
collateralRepay: false,
liquiditySwap: true,
debtSwitch: true,
withdrawAndSwitch: true,
Expand Down Expand Up @@ -588,7 +588,7 @@ export const marketsData: {
enabledFeatures: {
liquiditySwap: true,
incentives: true,
collateralRepay: true,
collateralRepay: false,
debtSwitch: true,
withdrawAndSwitch: true,
switch: true,
Expand Down Expand Up @@ -671,7 +671,7 @@ export const marketsData: {
subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/7Jk85XgkV1MQ7u56hD8rr65rfASbayJXopugWkUoBMnZ`,
enabledFeatures: {
liquiditySwap: true,
collateralRepay: true,
collateralRepay: false,
debtSwitch: true,
withdrawAndSwitch: true,
switch: true,
Expand Down

2 comments on commit e38c149

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.