Skip to content

Commit 5b3c77e

Browse files
authored
Add note about lack of Safe WalletConnect operation support
1 parent 08e4ebb commit 5b3c77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ To execute transactions using a *CPK* instance, call `execTransactions` with an
116116

117117
Each of the `transactions` provided as input to this function must be an *Object* with the following properties:
118118

119-
* `operation`: Either `CPK.CALL` (0) or `CPK.DELEGATECALL` (1) to execute the transaction as either a normal call or a delegatecall.
119+
* `operation`: Either `CPK.CALL` (0) or `CPK.DELEGATECALL` (1) to execute the transaction as either a normal call or a delegatecall. Note: when connected to Gnosis Safe via WalletConnect, this property is ignored, and `CPK.CALL` is assumed.
120120
* `to`: The target address of the transaction.
121121
* `value`: The amount of ether to send along with this transaction.
122122
* `data`: The calldata to send along with the transaction.

0 commit comments

Comments
 (0)