Skip to content

Commit

Permalink
removed 0 approval
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasWongC committed Feb 26, 2025
1 parent 38fbe3d commit 52e0166
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,11 @@ contract AaveV3Ethereum_FebruaryFundingUpdatePartB_20250207 is IProposalGenericE
}

function _allowance() internal {
AaveV3EthereumLido.COLLECTOR.approve(AaveV3EthereumLidoAssets.GHO_A_TOKEN, MERIT_AHAB_SAFE, 0);
AaveV3EthereumLido.COLLECTOR.approve(
AaveV3EthereumLidoAssets.GHO_A_TOKEN,
MERIT_AHAB_SAFE,
GHO_A_ALLOWANCE
);
AaveV3Ethereum.COLLECTOR.approve(AaveV3EthereumAssets.WETH_A_TOKEN, MERIT_AHAB_SAFE, 0);
AaveV3Ethereum.COLLECTOR.approve(
AaveV3EthereumAssets.WETH_A_TOKEN,
MERIT_AHAB_SAFE,
Expand Down

0 comments on commit 52e0166

Please sign in to comment.