We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b19757 commit d26946aCopy full SHA for d26946a
src/Vm.sol
@@ -208,6 +208,9 @@ interface Vm {
208
// Returns true if the account is marked as persistent
209
function isPersistent(address) external returns (bool);
210
211
+ // In forking mode, explicitly grant the given address cheatcode access
212
+ function allowCheatcodes(address) external;
213
+
214
// Returns the RPC url for the given alias
215
function rpcUrl(string calldata) external returns(string memory);
216
// Returns all rpc urls and their aliases `[alias, url][]`
0 commit comments