Skip to content

Commit

Permalink
✅ remove MARKET_CONFIGURATION_MODULE from constants
Browse files Browse the repository at this point in the history
  • Loading branch information
cmontecoding committed Oct 14, 2024
1 parent 884d116 commit a18ae47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/utils/Constants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ contract Constants {

uint256 internal constant MAX_WRAPPABLE_AMOUNT = 900_000_000_000_000_000_000;

address internal constant MARKET_CONFIGURATION_MODULE = address(0xC0FE);

uint256 internal constant ZERO_CO_FEE = 0;

uint256 internal constant CO_FEE = 620_198 wei;
Expand Down

0 comments on commit a18ae47

Please sign in to comment.