UNPKG

@atixlabs/hardhat-time-n-mine

Version:

Hardhat plugin to manipulate time and mine blocks

5 lines (3 loc) 196 B
import { HardhatRuntimeEnvironment } from "hardhat/types"; export const getLastBlock = (hre: HardhatRuntimeEnvironment) => hre.network.provider.send("eth_getBlockByNumber", ["latest", false]);