diff --git a/root/subgraph.template.yaml b/root/subgraph.template.yaml index c3ac5ae..9b16f6d 100644 --- a/root/subgraph.template.yaml +++ b/root/subgraph.template.yaml @@ -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