We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800bf7f commit 364e827Copy full SHA for 364e827
1 file changed
contracts/test/EthscriptionsProver.t.sol
@@ -30,8 +30,6 @@ contract EthscriptionsProverTest is TestSetup {
30
}
31
32
function testProveEthscriptionDataViaBatchFlush() public {
33
- vm.warp(1760630078);
34
-
35
// The ethscription creation in setUp should have queued it for proving
36
// Let's transfer it to verify the proof includes previous owner
37
uint256 tokenId = ethscriptions.getTokenId(TEST_TX_HASH);
@@ -88,7 +86,7 @@ contract EthscriptionsProverTest is TestSetup {
88
86
prover.flushAllProofs();
89
87
vm.stopPrank();
90
91
+ vm.warp(Constants.historicalBackfillApproxDoneAt + 1);
92
93
// Now move to next block for our test
94
vm.roll(block.number + 1);
0 commit comments