Skip to content

Commit

Permalink
fix: aave V3 pool name
Browse files Browse the repository at this point in the history
  • Loading branch information
robercano committed May 28, 2024
1 parent ba770c2 commit 2ee3e0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class AaveV3DepositBorrowActionBuilder extends BaseActionBuilder<steps.De
const aaveV3LendingPoolAddress = await getContractAddress({
addressBookManager,
chainInfo: user.chainInfo,
contractName: 'AaveV3LendingPool',
contractName: 'AavePool',
})

context.addActionCall({
Expand Down

0 comments on commit 2ee3e0a

Please sign in to comment.