Skip to content

Commit

Permalink
fix: ebtc collat params
Browse files Browse the repository at this point in the history
  • Loading branch information
joshpwrk committed Oct 1, 2024
1 parent ca4b39e commit fdb0899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/config-mainnet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ library Config {
});
} else if (keccak256(abi.encodePacked(market)) == keccak256(abi.encodePacked("eBTC"))) {
baseMarginParams = IStandardManager.BaseMarginParams({
marginFactor: 0.65e18,
IMScale: 0.77e18
marginFactor: 0.9e18,
IMScale: 0.945e18
});
} else if (keccak256(abi.encodePacked(market)) == keccak256(abi.encodePacked("SOL"))) {
perpMarginRequirements = IStandardManager.PerpMarginRequirements({
Expand Down

0 comments on commit fdb0899

Please sign in to comment.