Skip to content

Commit

Permalink
chore: update block
Browse files Browse the repository at this point in the history
  • Loading branch information
efecarranza committed Mar 25, 2024
1 parent 980b5eb commit 56a6f62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
);
Expand Down

0 comments on commit 56a6f62

Please sign in to comment.