Skip to content

Commit

Permalink
TEMP: Add new IRM abi
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalat committed Jan 24, 2024
1 parent caed508 commit 78c3b9a
Show file tree
Hide file tree
Showing 2 changed files with 430 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dataSources:
- name: Market
file: node_modules/@exactly/protocol/deployments/{{ network }}/MarketWETH.json
- name: InterestRateModel
file: node_modules/@exactly/protocol/deployments/{{ network }}/InterestRateModelWETH.json
file: temp/InterestRateModel.json
eventHandlers:
- event: MarketListed(indexed address,uint8)
handler: handleMarketListed
Expand Down Expand Up @@ -90,7 +90,7 @@ dataSources:
- name: Market
file: node_modules/@exactly/protocol/deployments/optimism/MarketWETH.json
- name: InterestRateModel
file: node_modules/@exactly/protocol/deployments/{{ network }}/InterestRateModelWETH.json
file: temp/InterestRateModel.json
eventHandlers:
- event: Deposit(indexed address,indexed address,uint256,uint256)
handler: handleDeposit
Expand Down
Loading

0 comments on commit 78c3b9a

Please sign in to comment.