Skip to content

Commit

Permalink
chore: update block for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
efecarranza committed Nov 21, 2023
1 parent 93d68b8 commit b8b272e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ contract AaveV2Polygon_AaveFundingUpdates_20231102_Test is ProtocolV2TestBase {
AaveV2Polygon_AaveFundingUpdates_20231102 internal proposal;

function setUp() public {
vm.createSelectFork(vm.rpcUrl('polygon'), 49475560);
vm.createSelectFork(vm.rpcUrl('polygon'), 50216002);
proposal = new AaveV2Polygon_AaveFundingUpdates_20231102();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ contract AaveV3Ethereum_AaveFundingUpdates_20231102_Test is ProtocolV3TestBase {
AaveV3Ethereum_AaveFundingUpdates_20231102 internal proposal;

function setUp() public {
vm.createSelectFork(vm.rpcUrl('mainnet'), 18486934);
vm.createSelectFork(vm.rpcUrl('mainnet'), 18620845);
proposal = new AaveV3Ethereum_AaveFundingUpdates_20231102();
}

Expand Down

0 comments on commit b8b272e

Please sign in to comment.