From b39e63f4c4d656c19b417d04bf24e51c27c0d73f Mon Sep 17 00:00:00 2001 From: orionstardust Date: Thu, 21 Mar 2024 15:37:59 -0400 Subject: [PATCH] fix: issue --- subgraph.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/subgraph.yaml b/subgraph.yaml index 7cd1932..3f498cf 100644 --- a/subgraph.yaml +++ b/subgraph.yaml @@ -11,7 +11,7 @@ dataSources: startBlock: 36176058 mapping: kind: ethereum/events - apiVersion: 0.0.6 + apiVersion: 0.0.5 language: wasm/assemblyscript entities: - AuctionCancelled @@ -47,10 +47,10 @@ dataSources: handler: handleContract_BiddingAllowed - event: RoyaltyPaid(indexed uint256,indexed address,address,uint256) handler: handleContract_RoyaltyPaid - - event: Auction_BuyItNowUpdated(indexed uint256,uint256) - handler: handleAuction_BuyItNowUpdated - - event: Auction_StartingPriceUpdated(indexed uint256,uint256) - handler: handleAuction_StartingPriceUpdated - - event: Auction_BoughtNow(indexed uint256,indexed address) - handler: handleAuction_BoughtNow +# - event: Auction_BuyItNowUpdated(indexed uint256,uint256) +# handler: handleAuction_BuyItNowUpdated +# - event: Auction_StartingPriceUpdated(indexed uint256,uint256) +# handler: handleAuction_StartingPriceUpdated +# - event: Auction_BoughtNow(indexed uint256,indexed address) +# handler: handleAuction_BoughtNow file: ./src/mapping.ts