Skip to content

Commit

Permalink
fix: updated ABIs
Browse files Browse the repository at this point in the history
  • Loading branch information
Robsonsjre committed Nov 25, 2022
1 parent 58f38e4 commit 7e6bdbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abi/ConfigurationManager.json
Expand Up @@ -77,7 +77,7 @@
"type": "address"
},
{
"indexed": false,
"indexed": true,
"internalType": "address",
"name": "newVault",
"type": "address"
Expand Down
2 changes: 1 addition & 1 deletion abi/IConfigurationManager.json
Expand Up @@ -58,7 +58,7 @@
"type": "address"
},
{
"indexed": false,
"indexed": true,
"internalType": "address",
"name": "newVault",
"type": "address"
Expand Down

0 comments on commit 7e6bdbc

Please sign in to comment.