From cb50e05865124010ce7006db46946b8b8ec059e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20V=C4=83caru?= <16517508+anvacaru@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:35:40 +0200 Subject: [PATCH] Update IKontrolCheatsBase.sol (#17) --- src/IKontrolCheatsBase.sol | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/IKontrolCheatsBase.sol b/src/IKontrolCheatsBase.sol index 5103be6..f86c0b4 100644 --- a/src/IKontrolCheatsBase.sol +++ b/src/IKontrolCheatsBase.sol @@ -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.