Skip to content

Commit

Permalink
Update 10-main (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
synthetixio-team authored Nov 20, 2024
1 parent 0732d76 commit 562a458
Show file tree
Hide file tree
Showing 10 changed files with 429 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 562a458

Please sign in to comment.