Skip to content

Commit

Permalink
fix: re enable debt swap [skip cypress] (#2182)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka authored Sep 16, 2024
1 parent 905be71 commit d9ac128
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/ui-config/marketsConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const marketsData: {
collateralRepay: true,
incentives: true,
withdrawAndSwitch: true,
debtSwitch: false,
debtSwitch: true,
switch: true,
},
subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/Cd2gEDVeqnjBn1hSeqFMitw8Q1iiyV9FYUZkLNRcL87g`,
Expand Down Expand Up @@ -216,7 +216,7 @@ export const marketsData: {
liquiditySwap: true,
collateralRepay: true,
incentives: true,
debtSwitch: false,
debtSwitch: true,
switch: true,
},
subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/8wR23o1zkS4gpLqLNU4kG3JHYVucqGyopL5utGxP2q1N`,
Expand Down Expand Up @@ -279,7 +279,7 @@ export const marketsData: {
liquiditySwap: true,
incentives: true,
collateralRepay: true,
debtSwitch: false,
debtSwitch: true,
},
subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/H1Et77RZh3XEf27vkAmJyzgCME2RSFLtDS2f4PPW6CGp`,
addresses: {
Expand All @@ -304,7 +304,7 @@ export const marketsData: {
liquiditySwap: true,
incentives: true,
collateralRepay: true,
debtSwitch: false,
debtSwitch: true,
switch: true,
},
subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/EZvK18pMhwiCjxwesRLTg81fP33WnR6BnZe5Cvma3H1C`,
Expand Down Expand Up @@ -353,7 +353,7 @@ export const marketsData: {
liquiditySwap: true,
withdrawAndSwitch: true,
collateralRepay: true,
debtSwitch: false,
debtSwitch: true,
switch: true,
},
subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/GQFbb95cE6d8mV989mL5figjaGaKCQB3xqYrr1bRyXqF`,
Expand Down Expand Up @@ -400,7 +400,7 @@ export const marketsData: {
incentives: true,
liquiditySwap: true,
collateralRepay: true,
debtSwitch: false,
debtSwitch: true,
withdrawAndSwitch: true,
switch: true,
},
Expand Down Expand Up @@ -448,7 +448,7 @@ export const marketsData: {
liquiditySwap: true,
incentives: true,
collateralRepay: true,
debtSwitch: false,
debtSwitch: true,
withdrawAndSwitch: true,
switch: true,
},
Expand Down Expand Up @@ -594,7 +594,7 @@ export const marketsData: {
incentives: true,
collateralRepay: true,
liquiditySwap: true,
debtSwitch: false,
debtSwitch: true,
withdrawAndSwitch: true,
switch: true,
},
Expand Down Expand Up @@ -623,7 +623,7 @@ export const marketsData: {
liquiditySwap: true,
incentives: true,
collateralRepay: true,
debtSwitch: false,
debtSwitch: true,
withdrawAndSwitch: true,
switch: true,
},
Expand Down Expand Up @@ -706,7 +706,7 @@ export const marketsData: {
enabledFeatures: {
liquiditySwap: true,
collateralRepay: true,
debtSwitch: false,
debtSwitch: true,
withdrawAndSwitch: true,
switch: true,
},
Expand Down

3 comments on commit d9ac128

@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

@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.