Skip to content

Commit

Permalink
feat: swap [skip cypress] (#2171)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka committed Sep 2, 2024
1 parent 7f41601 commit 2b64400
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions src/ui-config/marketsConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ export const marketsData: {
enabledFeatures: {
governance: true,
staking: true,
liquiditySwap: false,
liquiditySwap: true,
collateralRepay: false,
incentives: true,
withdrawAndSwitch: false,
withdrawAndSwitch: true,
debtSwitch: false,
switch: false,
},
Expand Down Expand Up @@ -151,10 +151,10 @@ export const marketsData: {
enabledFeatures: {
governance: true,
staking: true,
liquiditySwap: false,
liquiditySwap: true,
collateralRepay: false,
incentives: true,
withdrawAndSwitch: false,
withdrawAndSwitch: true,
debtSwitch: false,
switch: false,
},
Expand All @@ -179,7 +179,7 @@ export const marketsData: {
enabledFeatures: {
governance: true,
staking: true,
liquiditySwap: false,
liquiditySwap: true,
collateralRepay: false,
incentives: true,
debtSwitch: false,
Expand Down Expand Up @@ -242,7 +242,7 @@ export const marketsData: {
market: CustomMarket.proto_polygon,
chainId: ChainId.polygon,
enabledFeatures: {
liquiditySwap: false,
liquiditySwap: true,
incentives: true,
collateralRepay: false,
debtSwitch: false,
Expand All @@ -267,7 +267,7 @@ export const marketsData: {
market: CustomMarket.proto_avalanche,
chainId: ChainId.avalanche,
enabledFeatures: {
liquiditySwap: false,
liquiditySwap: true,
incentives: true,
collateralRepay: false,
debtSwitch: false,
Expand Down Expand Up @@ -316,8 +316,8 @@ export const marketsData: {
chainId: ChainId.base,
enabledFeatures: {
incentives: true,
liquiditySwap: false,
withdrawAndSwitch: false,
liquiditySwap: true,
withdrawAndSwitch: true,
collateralRepay: false,
debtSwitch: false,
switch: false,
Expand Down Expand Up @@ -364,10 +364,10 @@ export const marketsData: {
chainId: ChainId.arbitrum_one,
enabledFeatures: {
incentives: true,
liquiditySwap: false,
liquiditySwap: true,
collateralRepay: false,
debtSwitch: false,
withdrawAndSwitch: false,
withdrawAndSwitch: true,
switch: false,
},
subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/DLuE98kEb5pQNXAcKFQGQgfSQ57Xdou4jnVbAEqMfy3B`,
Expand Down Expand Up @@ -411,11 +411,11 @@ export const marketsData: {
v3: true,
chainId: ChainId.avalanche,
enabledFeatures: {
liquiditySwap: false,
liquiditySwap: true,
incentives: true,
collateralRepay: false,
debtSwitch: false,
withdrawAndSwitch: false,
withdrawAndSwitch: true,
switch: false,
},
subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/2h9woxy8RTjHu1HJsCEnmzpPHFArU33avmUh4f71JpVn`,
Expand Down Expand Up @@ -498,7 +498,7 @@ export const marketsData: {
enabledFeatures: {
incentives: true,
collateralRepay: false,
liquiditySwap: false,
liquiditySwap: true,
},
subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/6L1vPqyE3xvkzkWjh6wUKc1ABWYYps5HJahoxhrv2PJn`,
addresses: {
Expand Down Expand Up @@ -559,9 +559,9 @@ export const marketsData: {
enabledFeatures: {
incentives: true,
collateralRepay: false,
liquiditySwap: false,
liquiditySwap: true,
debtSwitch: false,
withdrawAndSwitch: false,
withdrawAndSwitch: true,
switch: false,
},
subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/DSfLz8oQBUeU5atALgUFQKMTSYV9mZAVYp4noLSXAfvb`,
Expand All @@ -586,11 +586,11 @@ export const marketsData: {
chainId: ChainId.polygon,
v3: true,
enabledFeatures: {
liquiditySwap: false,
liquiditySwap: true,
incentives: true,
collateralRepay: false,
debtSwitch: false,
withdrawAndSwitch: false,
withdrawAndSwitch: true,
switch: false,
},
subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/Co2URyXjnxaw8WqxKyVHdirq9Ahhm5vcTs4dMedAq211`,
Expand Down Expand Up @@ -670,10 +670,10 @@ export const marketsData: {
v3: true,
subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/7Jk85XgkV1MQ7u56hD8rr65rfASbayJXopugWkUoBMnZ`,
enabledFeatures: {
liquiditySwap: false,
liquiditySwap: true,
collateralRepay: false,
debtSwitch: false,
withdrawAndSwitch: false,
withdrawAndSwitch: true,
switch: false,
},
addresses: {
Expand Down

2 comments on commit 2b64400

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