Skip to content

Commit

Permalink
chore: update test block
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlymite authored and sakulstra committed Mar 18, 2024
1 parent ac8ee90 commit 3b29e5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ contract AaveV3Scroll_ActivatePriceOracleSentinelOnAaveV3Scroll_20240314_Test is
AaveV3Scroll_ActivatePriceOracleSentinelOnAaveV3Scroll_20240314 internal proposal;

function setUp() public {
vm.createSelectFork(vm.rpcUrl('scroll'), 4126179);
vm.createSelectFork(vm.rpcUrl('scroll'), 4227173);
proposal = new AaveV3Scroll_ActivatePriceOracleSentinelOnAaveV3Scroll_20240314();
}

Expand Down

0 comments on commit 3b29e5f

Please sign in to comment.