Skip to content

Commit

Permalink
Update IKontrolCheatsBase.sol (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
anvacaru authored Dec 9, 2024
1 parent c2bdec7 commit cb50e05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/IKontrolCheatsBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ interface KontrolCheatsBase {
function symbolicStorage(address) external;
// Makes the storage of the given address completely symbolic with specified K variable name.
function symbolicStorage(address, string calldata) external;
// Makes the storage of the given address completely symbolic with specified K variable name.
function setArbitraryStorage(address, string calldata) external;
// Adds an address to the whitelist.
function allowCallsToAddress(address) external;
// Adds an address and a storage slot to the whitelist.
Expand Down

0 comments on commit cb50e05

Please sign in to comment.