Skip to content

Commit

Permalink
Merge pull request #18 from maticnetwork/jdkanani/fix-abi
Browse files Browse the repository at this point in the history
add StakingNft abi for staking subgraph
  • Loading branch information
itzmeanjan authored Jan 13, 2021
2 parents 20941ae + 400c754 commit 71f1c81
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 71f1c81

Please sign in to comment.