Skip to content

Commit

Permalink
Update 10-main
Browse files Browse the repository at this point in the history
  • Loading branch information
synthetixio-team committed Nov 20, 2024
1 parent 0c9cb7b commit 2b4c9ac
Show file tree
Hide file tree
Showing 9 changed files with 428 additions and 268 deletions.
15 changes: 10 additions & 5 deletions 10-main/AccountProxy.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,13 @@
"inputs": [
{
"type": "address",
"name": "oldOwner"
"name": "oldOwner",
"indexed": false
},
{
"type": "address",
"name": "newOwner"
"name": "newOwner",
"indexed": false
}
]
},
Expand All @@ -76,7 +78,8 @@
"inputs": [
{
"type": "address",
"name": "newOwner"
"name": "newOwner",
"indexed": false
}
]
},
Expand All @@ -92,7 +95,8 @@
},
{
"type": "address",
"name": "implementation"
"name": "implementation",
"indexed": false
}
]
},
Expand Down Expand Up @@ -317,7 +321,8 @@
},
{
"type": "bool",
"name": "approved"
"name": "approved",
"indexed": false
}
]
},
Expand Down
Loading

0 comments on commit 2b4c9ac

Please sign in to comment.