Skip to content

Commit

Permalink
add ERC20 abi
Browse files Browse the repository at this point in the history
  • Loading branch information
bengobeil committed Nov 12, 2024
1 parent e316a1e commit 2248007
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bulla-contracts/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@ dataSources:
abis:
- name: BullaSwap
file: ./abis/BullaSwap.json
- name: ERC20
file: ./abis/ERC20.json
eventHandlers:
- event: OrderCreated(indexed uint256,indexed address,indexed address,(uint256,uint256,address,address,uint256,address,address,uint256))
handler: handleOrderCreated
Expand Down

0 comments on commit 2248007

Please sign in to comment.