Skip to content

Commit

Permalink
update abi
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Dec 6, 2022
1 parent 92b9b1e commit 1695df7
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 50 deletions.
74 changes: 37 additions & 37 deletions abi/Storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,43 @@
"name": "BurnSupervisor",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "proposalId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "address",
"name": "voter",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "shareId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "choiceId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "totalVotesCast",
"type": "uint256"
}
],
"name": "ChoiceVoteCast",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -956,43 +993,6 @@
"name": "VoteCast",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "proposalId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "address",
"name": "voter",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "shareId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "choiceId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "totalVotesCast",
"type": "uint256"
}
],
"name": "VoteCast",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down
13 changes: 0 additions & 13 deletions abi/VoterClassFactory.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
[
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "voterClass",
"type": "address"
}
],
"name": "VoterClassCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down

0 comments on commit 1695df7

Please sign in to comment.