Skip to content

Commit

Permalink
[chore] add new LoanAdded event (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo Vieira authored Oct 13, 2023
1 parent f5c3f4d commit 406428a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/worker/src/chainSubscribers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ class ChainSubscribers {
ethers.utils.id('BeneficiaryAdded(address,address)'),
ethers.utils.id('BeneficiaryRemoved(address,address)'),
ethers.utils.id('LoanClaimed(address,uint256)'),
// below to be removed once smart contracts are upgraded
ethers.utils.id('LoanAdded(address,uint256,uint256,uint256,uint256,uint256)'),
ethers.utils.id('LoanAdded(address,address,uint256,uint256,uint256,uint256,uint256)'),
ethers.utils.id('ManagerChanged(address,address)'),
ethers.utils.id('Transfer(address,address,uint256)')
]
Expand Down

0 comments on commit 406428a

Please sign in to comment.