Skip to content

Commit

Permalink
test: hardcode block before compound 227
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed Mar 22, 2024
1 parent 52856ab commit c78d7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/integration/D3MCompoundV2.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ contract D3MCompoundV2IntegrationTest is DssTest {
uint256 constant INTEREST_RATE_TOLERANCE = WAD / 10000;

function setUp() public {
vm.createSelectFork(vm.envString("ETH_RPC_URL"));
vm.createSelectFork(vm.envString("ETH_RPC_URL"), 19_456_934);

vat = VatAbstract(0x35D1b3F3D7966A1DFe207aa4514C12a259A0492B);
end = EndAbstract(0x0e2e8F1D1326A4B9633D96222Ce399c708B19c28);
Expand Down

0 comments on commit c78d7e1

Please sign in to comment.