UNPKG

@atixlabs/hardhat-time-n-mine

Version:

Hardhat plugin to manipulate time and mine blocks

6 lines 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getLastBlock = void 0; const getLastBlock = (hre) => hre.network.provider.send("eth_getBlockByNumber", ["latest", false]); exports.getLastBlock = getLastBlock; //# sourceMappingURL=helpers.js.map