Skip to content

Commit

Permalink
fix: issue
Browse files Browse the repository at this point in the history
  • Loading branch information
orionstardust committed Mar 21, 2024
1 parent 07f71ff commit b39e63f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dataSources:
startBlock: 36176058
mapping:
kind: ethereum/events
apiVersion: 0.0.6
apiVersion: 0.0.5
language: wasm/assemblyscript
entities:
- AuctionCancelled
Expand Down Expand Up @@ -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

0 comments on commit b39e63f

Please sign in to comment.