Skip to content

Commit

Permalink
fix: use new block
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Feb 10, 2025
1 parent 911440a commit dd3b0e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions snapshots/BatchRepayBadDebtSteward.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"function batchLiquidate: with 0 users": "98545",
"function batchLiquidate: with 1 user": "584880",
"function batchLiquidate: with 2 users": "911712",
"function batchLiquidate: with 3 users": "1129444",
"function batchLiquidate: with 4 users": "1347187",
"function batchLiquidate: with 5 users": "1670804",
"function batchLiquidate: with 6 users": "1888548",
"function batchLiquidate: with 1 user": "585000",
"function batchLiquidate: with 2 users": "911832",
"function batchLiquidate: with 3 users": "1129564",
"function batchLiquidate: with 4 users": "1347307",
"function batchLiquidate: with 5 users": "1670924",
"function batchLiquidate: with 6 users": "1888668",
"function batchRepayBadDebt: with 0 users": "70526",
"function batchRepayBadDebt: with 1 user": "222698",
"function batchRepayBadDebt: with 2 users": "285094",
Expand Down
4 changes: 1 addition & 3 deletions tests/maintenance/BatchRepayBadDebtSteward.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,9 @@ contract BatchRepayBadDebtStewardBaseTest is Test {
address public collector = address(AaveV3Avalanche.COLLECTOR);

function setUp() public {
vm.createSelectFork(vm.rpcUrl("avalanche"), 56921378); // https://snowscan.xyz/block/56768474
vm.createSelectFork(vm.rpcUrl("avalanche"), 57114758); // https://snowscan.xyz/block/56768474
steward = new BatchRepayBadDebtSteward(address(AaveV3Avalanche.POOL), collector, admin, guardian);

// collector upgrade
GovV3Helpers.executePayload(vm, 65);
// v3.3 pool upgrade
GovV3Helpers.executePayload(vm, 67);
vm.prank(AaveV3Avalanche.ACL_ADMIN);
Expand Down

0 comments on commit dd3b0e4

Please sign in to comment.