From 56a6f6233350160ebbca784ee4383eca4b899a03 Mon Sep 17 00:00:00 2001 From: efecarranza Date: Mon, 25 Mar 2024 08:14:21 -0400 Subject: [PATCH] chore: update block --- .../AaveV3Ethereum_GHOStewardsBorrowRateUpdate_20240324.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/20240324_AaveV3Ethereum_GHOStewardsBorrowRateUpdate/AaveV3Ethereum_GHOStewardsBorrowRateUpdate_20240324.t.sol b/src/20240324_AaveV3Ethereum_GHOStewardsBorrowRateUpdate/AaveV3Ethereum_GHOStewardsBorrowRateUpdate_20240324.t.sol index 343f844cb..46d07393a 100644 --- a/src/20240324_AaveV3Ethereum_GHOStewardsBorrowRateUpdate/AaveV3Ethereum_GHOStewardsBorrowRateUpdate_20240324.t.sol +++ b/src/20240324_AaveV3Ethereum_GHOStewardsBorrowRateUpdate/AaveV3Ethereum_GHOStewardsBorrowRateUpdate_20240324.t.sol @@ -17,7 +17,7 @@ contract AaveV3Ethereum_GHOStewardsBorrowRateUpdate_20240324_Test is ProtocolV3T GhoInterestRateStrategy internal strategy; function setUp() public { - vm.createSelectFork(vm.rpcUrl('mainnet'), 19508206); + vm.createSelectFork(vm.rpcUrl('mainnet'), 19511307); strategy = GhoInterestRateStrategy( GovV3Helpers.deployDeterministic(type(GhoInterestRateStrategy).creationCode) );