-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor AaveRepayWorkflow by removing onBehalfOf parameter, updating tests accordingly, and changing testGetAccountData_BeforeLending to a view function. * Add Bridger integration to AaveBorrowWorkflow with new borrowAndBridge function and update related tests. * Upgrade access protocol: replace AaveLendWorkflow and AaveWithdrawWorkflow with AaveBorrowWorkflow and AaveRepayWorkflow, update contract addresses and transaction details across multiple chains, and remove redundant workflow checks in migration script. * Added new functions and error types to JSON artifacts, updated contract addresses, and modified the deployment script to include new workflows and ensure proper workflow registration. * Refactor migration script to use startBroadcast and stopBroadcast for workflow registration.
- Loading branch information
Showing
18 changed files
with
1,231 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.