safe:set-guard
Set a transaction guard on the Safe: a contract that checks every transaction before and after execution (e.g. a Zodiac ScopeGuard).
⚗️ Experimental — available at next.evmcrispr.com.
Syntax
Section titled “Syntax”safe:set-guard <guard>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
guard | address | Guard contract address |
Examples
Section titled “Examples”# TODO: add examples