Skip to content

Commit

Permalink
fix: nexo config
Browse files Browse the repository at this point in the history
  • Loading branch information
57Ark committed Dec 24, 2024
1 parent 92ad8d7 commit 4f909fc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/config/configs/nexoConfigMainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ const collateralTokens: CollateralToken[] = [

{ token: "WETH", lt: 0 },
{ token: "SKY", lt: 0 },
{ token: "stkUSDS", lt: 0 },
];

const adapters: AdapterConfig[] = [
Expand All @@ -87,7 +86,6 @@ const adapters: AdapterConfig[] = [

{ contract: "DAI_USDS" },
{ contract: "STAKED_USDS_VAULT" },
{ contract: "SKY_STAKING_REWARDS" },
];

const tierSCreditManager: CreditManagerV3DeployConfig = {
Expand Down Expand Up @@ -228,12 +226,6 @@ export const nexoConfigMainnet: PoolV3DeployConfig = {
quotaIncreaseFee: 0,
limit: BigInt(0),
},
stkUSDS: {
minRate: 1,
maxRate: 1,
quotaIncreaseFee: 0,
limit: BigInt(0),
},
},
creditManagers: [tierSCreditManager, tierMCreditManager],
supportsQuotas: true,
Expand Down

0 comments on commit 4f909fc

Please sign in to comment.