Skip to content

Commit

Permalink
Add "to" field to PENDING and EXECUTED multisig tx
Browse files Browse the repository at this point in the history
  • Loading branch information
falvaradorodriguez committed Jan 14, 2025
1 parent 7ec1479 commit a1532c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Some parameters are common to every event:
```json
{
"address": "<Ethereum checksummed address>",
"to": "<Ethereum checksummed address>",
"type": "EXECUTED_MULTISIG_TRANSACTION",
"safeTxHash": "<0x-prefixed-hex-string>",
"failed": "true" | "false",
Expand All @@ -73,6 +74,7 @@ Some parameters are common to every event:
```json
{
"address": "<Ethereum checksummed address>",
"to": "<Ethereum checksummed address>",
"type": "PENDING_MULTISIG_TRANSACTION",
"safeTxHash": "<0x-prefixed-hex-string>",
"chainId": "<stringified-int>"
Expand Down

0 comments on commit a1532c9

Please sign in to comment.