Skip to content

Commit

Permalink
[SUBGRAPH] Missing ABI (#1920)
Browse files Browse the repository at this point in the history
* fix null from/to for flowNFTs

* need to add ISuperfluid ABI
  • Loading branch information
0xdavinchee authored Mar 28, 2024
1 parent ccb0d2f commit 2dbb63e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/subgraph/subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ dataSources:
abis:
- name: IFlowNFTBase
file: ./abis/IFlowNFTBase.json
- name: ISuperfluid
file: ./abis/ISuperfluid.json
eventHandlers:
- event: Transfer(indexed address,indexed address,indexed uint256)
handler: handleTransfer
Expand Down Expand Up @@ -342,6 +344,8 @@ dataSources:
abis:
- name: IFlowNFTBase
file: ./abis/IFlowNFTBase.json
- name: ISuperfluid
file: ./abis/ISuperfluid.json
eventHandlers:
- event: Transfer(indexed address,indexed address,indexed uint256)
handler: handleTransfer
Expand Down

0 comments on commit 2dbb63e

Please sign in to comment.