Skip to content

Commit 55bf1cf

Browse files
committed
Mine a block after the time has incresed in the tenderly wait command
1 parent 99b80b4 commit 55bf1cf

File tree

1 file changed

+4
-0
lines changed
  • packages/evmcrispr/src/modules/tenderly/commands

1 file changed

+4
-0
lines changed

packages/evmcrispr/src/modules/tenderly/commands/wait.ts

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ export const wait: ICommand<Tenderly> = {
3434
method: "evm_increaseTime",
3535
params: [toHex(duration)],
3636
},
37+
{
38+
method: "evm_increaseBlocks",
39+
params: [toHex(1n)],
40+
},
3741
];
3842
},
3943
async runEagerExecution() {

0 commit comments

Comments
 (0)