From c88ea7f4ebfd1464898e927bcbdd8d9cb2375a55 Mon Sep 17 00:00:00 2001 From: brucexc Date: Sat, 17 Sep 2022 00:43:42 -0400 Subject: [PATCH] Update abi event indexed --- deploy/collection-party/abis/CollectionPartyFactory.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/collection-party/abis/CollectionPartyFactory.json b/deploy/collection-party/abis/CollectionPartyFactory.json index 454de77..816b3de 100644 --- a/deploy/collection-party/abis/CollectionPartyFactory.json +++ b/deploy/collection-party/abis/CollectionPartyFactory.json @@ -29,19 +29,19 @@ "anonymous": false, "inputs": [ { - "indexed": false, + "indexed": true, "internalType": "address", "name": "partyProxy", "type": "address" }, { - "indexed": false, + "indexed": true, "internalType": "address", "name": "creator", "type": "address" }, { - "indexed": false, + "indexed": true, "internalType": "address", "name": "nftContract", "type": "address"