Skip to content

Commit

Permalink
Merge pull request #121 from makerdao/test/fix-d3m-compound
Browse files Browse the repository at this point in the history
test: hardcode block before compound 227
  • Loading branch information
hexonaut authored Mar 22, 2024
2 parents 52856ab + c78d7e1 commit 8a18cb3
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 8a18cb3

Please sign in to comment.