Skip to content

Commit

Permalink
finish rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
sogipec committed Mar 25, 2024
1 parent 640e020 commit e9ce80c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions scripts/Constants.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,6 @@ uint80 constant FIREWALL_BURN_RATIO_IB01 = uint80(50 * BPS);
uint80 constant USER_PROTECTION_IB01 = uint80(0);
uint256 constant DEVIATION_THRESHOLD_IB01 = 50 * BPS;

uint80 constant FIREWALL_MINT_USDC = uint80(0);
uint80 constant FIREWALL_BURN_RATIO_USDC = uint80(0);
uint80 constant USER_PROTECTION_USDC = uint80(5 * BPS);

uint80 constant FIREWALL_MINT_STEAK_USDC = uint80(50 * BPS);
uint80 constant FIREWALL_BURN_RATIO_STEAK_USDC = uint80(50 * BPS);
uint80 constant USER_PROTECTION_STEAK_USDC = uint80(0);
uint256 constant DEVIATION_THRESHOLD_STEAKUSDC = 50 * BPS;

uint80 constant FIREWALL_MINT_IB01 = uint80(70 * BPS);
uint80 constant FIREWALL_BURN_RATIO_IB01 = uint80(50 * BPS);
uint80 constant USER_PROTECTION_IB01 = uint80(0);
uint256 constant DEVIATION_THRESHOLD_IB01 = 50 * BPS;

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
FACET ADDRESSES
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
Expand Down

0 comments on commit e9ce80c

Please sign in to comment.