Skip to content

Commit 3943da9

Browse files
committed
docs: add small comment
1 parent f03eef6 commit 3943da9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/contracts/CanonGuard.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ contract CanonGuard is OnlyCanonGuard, EmergencyModeHook, ICanonGuard {
8585
* @notice Constructor that sets up the Safe, MultiSendCallOnly, execution delays and default expiry delay
8686
* @param _parent The parent that deployed the CanonGuard contract
8787
* @param _safe The Gnosis Safe contract address
88-
* @param _multiSendCallOnly The MultiSendCallOnly contract address
88+
* @param _multiSendCallOnly The MultiSendCallOnly contract address. The list of compatible deployments can be found here:
89+
* https://github.com/safe-global/safe-deployments/blob/54bc801cd3513533fc5a8c6994ce461bc733812a/src/assets/v1.4.1/multi_send_call_only.json
8990
* @param _shortTxExecutionDelay The short transaction execution delay (in seconds)
9091
* @param _longTxExecutionDelay The long transaction execution delay (in seconds)
9192
* @param _txExpiryDelay The transaction expiry delay (in seconds after executable)

0 commit comments

Comments
 (0)