Skip to content

Commit

Permalink
Add erc20 abi to frendlend subgraph (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
bengobeil authored Nov 24, 2023
1 parent 8e06188 commit 3b88e36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bulla-contracts/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ dataSources:
file: ./abis/BullaBanker.json
- name: BullaFinance
file: ./abis/BullaFinance.json
- name: ERC20
file: ./abis/ERC20.json
eventHandlers:
- event: BullaTagUpdated(indexed address,indexed uint256,indexed address,bytes32,uint256)
handler: handleBullaTagUpdated
Expand Down Expand Up @@ -166,6 +168,8 @@ dataSources:
file: ./abis/BullaBanker.json
- name: FrendLend
file: ./abis/FrendLend.json
- name: ERC20
file: ./abis/ERC20.json
eventHandlers:
- event: BullaTagUpdated(indexed address,indexed uint256,indexed address,bytes32,uint256)
handler: handleBullaTagUpdated
Expand Down

0 comments on commit 3b88e36

Please sign in to comment.