Skip to content

Commit

Permalink
fix: switch features [skip cypress] (#2183)
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem authored Sep 16, 2024
1 parent d9ac128 commit fc7345d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/ui-config/marketsConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export const marketsData: {
governance: true,
staking: true,
liquiditySwap: true,
collateralRepay: false,
collateralRepay: true,
incentives: true,
withdrawAndSwitch: true,
debtSwitch: false,
Expand Down Expand Up @@ -214,7 +214,7 @@ export const marketsData: {
governance: true,
staking: true,
liquiditySwap: true,
collateralRepay: true,
collateralRepay: false,
incentives: true,
debtSwitch: true,
switch: true,
Expand All @@ -231,7 +231,7 @@ export const marketsData: {
UI_INCENTIVE_DATA_PROVIDER: AaveV2Ethereum.UI_INCENTIVE_DATA_PROVIDER,
COLLECTOR: AaveV2Ethereum.COLLECTOR,
V3_MIGRATOR: AaveV2Ethereum.MIGRATION_HELPER,
DEBT_SWITCH_ADAPTER: AaveV2Ethereum.DEBT_SWAP_ADAPTER,
DEBT_SWITCH_ADAPTER: '0xAf5c88245CD02Ff3DF332EF1E1FfD5bc5D1d87cd',
},
},
// [CustomMarket.permissioned_market]: {
Expand Down Expand Up @@ -278,7 +278,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 @@ -293,7 +293,7 @@ export const marketsData: {
UI_INCENTIVE_DATA_PROVIDER: AaveV2Polygon.UI_INCENTIVE_DATA_PROVIDER,
COLLECTOR: AaveV2Polygon.COLLECTOR,
V3_MIGRATOR: AaveV2Polygon.MIGRATION_HELPER,
DEBT_SWITCH_ADAPTER: AaveV2Polygon.DEBT_SWAP_ADAPTER,
DEBT_SWITCH_ADAPTER: '0x63dfa7c09Dc2Ff4030d6B8Dc2ce6262BF898C8A4',
},
},
[CustomMarket.proto_avalanche]: {
Expand All @@ -303,7 +303,7 @@ export const marketsData: {
enabledFeatures: {
liquiditySwap: true,
incentives: true,
collateralRepay: true,
collateralRepay: false,
debtSwitch: true,
switch: true,
},
Expand All @@ -319,7 +319,7 @@ export const marketsData: {
UI_INCENTIVE_DATA_PROVIDER: AaveV2Avalanche.UI_INCENTIVE_DATA_PROVIDER,
COLLECTOR: AaveV2Avalanche.COLLECTOR,
V3_MIGRATOR: AaveV2Avalanche.MIGRATION_HELPER,
DEBT_SWITCH_ADAPTER: AaveV2Avalanche.DEBT_SWAP_ADAPTER,
DEBT_SWITCH_ADAPTER: '0x63dfa7c09Dc2Ff4030d6B8Dc2ce6262BF898C8A4',
},
},
// v3
Expand Down

2 comments on commit fc7345d

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