cheatcodes.go 245 Bytes
Newer Older
1 2
package script

3 4 5
// CheatCodesPrecompile implements the Forge vm cheatcodes.
// Note that forge-std wraps these cheatcodes,
// and provides additional convenience functions that use these cheatcodes.
6 7 8
type CheatCodesPrecompile struct {
	h *Host
}