Skip to content

Commit

Permalink
Replace KevmUtil in favor of KontrolCheats library
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanCoRo committed Oct 10, 2023
1 parent e6a2ef0 commit e2889c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "lib/solady"]
path = lib/solady
url = https://github.com/vectorized/solady
[submodule "lib/kontrol-cheatcodes"]
path = lib/kontrol-cheatcodes
url = https://github.com/runtimeverification/kontrol-cheatcodes
1 change: 1 addition & 0 deletions lib/kontrol-cheatcodes
Submodule kontrol-cheatcodes added at 2c48ae
5 changes: 2 additions & 3 deletions test/FixedPointMathLib.k.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ pragma solidity ^0.8.13;

import "forge-std/Test.sol";
import "solady/src/utils/FixedPointMathLib.sol";
import "kontrol-cheatcodes/KontrolCheats.sol";

import "./KevmUtil.sol";

contract FixedPointMathLibVerification is Test, KevmUtil {
contract FixedPointMathLibVerification is Test, KontrolCheats {

// Constants
uint256 constant WAD = 1e18;
Expand Down

0 comments on commit e2889c8

Please sign in to comment.