Skip to content

Commit

Permalink
move ChangedMasterCopy event to Safe and SafeL2 data sources (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
devanoneth authored Oct 10, 2024
1 parent f9ff807 commit 866c23b
Show file tree
Hide file tree
Showing 6 changed files with 1,170 additions and 1,278 deletions.
15 changes: 14 additions & 1 deletion abis/GnosisSafe.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "singleton",
"type": "address"
}
],
"name": "ChangedMasterCopy",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -1030,4 +1043,4 @@
"stateMutability": "payable",
"type": "receive"
}
]
]
Loading

0 comments on commit 866c23b

Please sign in to comment.