Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevandee committed Sep 4, 2023
1 parent 78e6270 commit 32a9e37
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions DaoPools/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ dataSources:
file: ./src/mappings/GlobalERC721Expert.ts
entities:
- ExpertNFTContract
- GlobalExpert
- ExpertNft
abis:
- name: ERC721Expert
Expand Down Expand Up @@ -72,8 +71,6 @@ templates:
handler: onDelegated
- event: DelegatedTreasury(address,uint256,uint256[],bool)
handler: onDelegatedTreasury
- event: DelegatorRewardsSet(uint256,uint256,address)
handler: onDelegatorRewardsSet
- event: DelegatorRewardsClaimed(uint256,address,address,address,uint256)
handler: onDelegatorRewardsClaimed
- event: VoteChanged(uint256,address,bool,uint256) # id, msg.sender, personalVote, delegatedVote
Expand Down Expand Up @@ -182,8 +179,6 @@ templates:
file: ./src/mappings/ERC721Expert.ts
entities:
- ExpertNFTContract
- Expert
- ExpertInPool
- ExpertNft
abis:
- name: ERC721Expert
Expand Down

0 comments on commit 32a9e37

Please sign in to comment.