From 5156588dfe0f67f68f4eae0625ab7450cc11653a Mon Sep 17 00:00:00 2001 From: Jyotirmoy Barman Date: Mon, 8 Apr 2024 21:11:08 +0530 Subject: [PATCH] chore: Updated chamber and registry abi --- subgraphs/chamber/abis/Chamber.json | 6 ++---- subgraphs/chamber/abis/Registry.json | 7 ++++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/subgraphs/chamber/abis/Chamber.json b/subgraphs/chamber/abis/Chamber.json index 130026e..6231057 100644 --- a/subgraphs/chamber/abis/Chamber.json +++ b/subgraphs/chamber/abis/Chamber.json @@ -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" @@ -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" diff --git a/subgraphs/chamber/abis/Registry.json b/subgraphs/chamber/abis/Registry.json index ef6a93b..40821bf 100644 --- a/subgraphs/chamber/abis/Registry.json +++ b/subgraphs/chamber/abis/Registry.json @@ -261,5 +261,10 @@ "type": "error", "name": "deployFailed", "inputs": [] + }, + { + "type": "error", + "name": "insufficientBalance", + "inputs": [] } -] +] \ No newline at end of file