Skip to content

Commit

Permalink
chore: Updated chamber and registry abi
Browse files Browse the repository at this point in the history
  • Loading branch information
jyotirmoydotdev committed Apr 8, 2024
1 parent f4011ba commit 5156588
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 2 additions & 4 deletions subgraphs/chamber/abis/Chamber.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"name": "approve",
"inputs": [
{ "name": "proposalId", "type": "uint256", "internalType": "uint256" },
{ "name": "tokenId", "type": "uint256", "internalType": "uint256" },
{ "name": "signature", "type": "bytes", "internalType": "bytes" }
{ "name": "tokenId", "type": "uint256", "internalType": "uint256" }
],
"outputs": [],
"stateMutability": "nonpayable"
Expand Down Expand Up @@ -73,8 +72,7 @@
"name": "execute",
"inputs": [
{ "name": "proposalId", "type": "uint256", "internalType": "uint256" },
{ "name": "tokenId", "type": "uint256", "internalType": "uint256" },
{ "name": "signature", "type": "bytes", "internalType": "bytes" }
{ "name": "tokenId", "type": "uint256", "internalType": "uint256" }
],
"outputs": [],
"stateMutability": "nonpayable"
Expand Down
7 changes: 6 additions & 1 deletion subgraphs/chamber/abis/Registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,5 +261,10 @@
"type": "error",
"name": "deployFailed",
"inputs": []
},
{
"type": "error",
"name": "insufficientBalance",
"inputs": []
}
]
]

0 comments on commit 5156588

Please sign in to comment.