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 56a6cb8 commit 92ad8d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/config/configs/nexoConfigMainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const collateralTokens: CollateralToken[] = [

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

const adapters: AdapterConfig[] = [
Expand Down Expand Up @@ -227,6 +228,12 @@ 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 92ad8d7

Please sign in to comment.