From a1532c911b22ff34c8f333ff92f70a12a14bd464 Mon Sep 17 00:00:00 2001 From: Felipe Alvarado Date: Tue, 7 Jan 2025 13:12:16 +0100 Subject: [PATCH] Add "to" field to PENDING and EXECUTED multisig tx --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fae79d7..f9794b3 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Some parameters are common to every event: ```json { "address": "", + "to": "", "type": "EXECUTED_MULTISIG_TRANSACTION", "safeTxHash": "<0x-prefixed-hex-string>", "failed": "true" | "false", @@ -73,6 +74,7 @@ Some parameters are common to every event: ```json { "address": "", + "to": "", "type": "PENDING_MULTISIG_TRANSACTION", "safeTxHash": "<0x-prefixed-hex-string>", "chainId": ""