Skip to content

Commit

Permalink
fix SwapPool Withdraw event signature
Browse files Browse the repository at this point in the history
  • Loading branch information
kyriediculous committed Jan 29, 2025
1 parent b79bf2e commit 54f099d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/subgraph/subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ templates:
handler: handleDeposit
- event: Unlock(indexed address,uint256,uint256)
handler: handleUnlock
- event: Withdraw(indexed address,uint256,uint256)
- event: Withdraw(indexed address,uint256,uint256,uint256)
handler: handleWithdraw
- event: Rebase(uint256,uint256)
handler: handleRebase
Expand Down

0 comments on commit 54f099d

Please sign in to comment.