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