Skip to content

Commit

Permalink
add StakingNft abi for staking subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkanani authored Jan 13, 2021
1 parent 20941ae commit 400c754
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions root/subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ dataSources:
abis:
- name: StakingInfo
file: ./abis/StakingInfo.json
- name: StakingNft
file: ./abis/StakingNft.json
eventHandlers:
- event: ClaimFee(indexed address,indexed uint256)
handler: handleClaimFee
Expand Down

0 comments on commit 400c754

Please sign in to comment.