3.0.0-next.0 • Published 10 months ago
@ignored/hardhat-vnext-network-helpers v3.0.0-next.0
Hardhat Network Helpers
Hardhat Network Helpers is a library that provides a set of utility functions to interact with the Hardhat Network.
Usage
const { networkHelpers } = await hre.network.connect();
// Network helpers methods exposed via `networkHelpers`
await networkHelpers.mine();
// Time methods exposed via `time`
await networkHelpers.time.increase(1);
// Duration methods exposed via `duration`
networkHelpers.time.duration.days(1);Tests
Temporary solution to run manual tests until the V3 node is ready.
- Start a node in Hardhat V2:
npx hardhat node - Run the tests:
pnpm test:tmp
3.0.0-next.13
10 months ago
3.0.0-next.12
1 year ago
3.0.0-next.19
10 months ago
3.0.0-next.18
10 months ago
3.0.0-next.15
10 months ago
3.0.0-next.14
10 months ago
3.0.0-next.17
10 months ago
3.0.0-next.16
10 months ago
3.0.0-next.11
1 year ago
3.0.0-next.9
1 year ago
3.0.0-next.6
1 year ago
3.0.0-next.5
1 year ago
3.0.0-next.8
1 year ago
3.0.0-next.7
1 year ago
3.0.0-next.2
1 year ago
3.0.0-next.1
1 year ago
3.0.0-next.4
1 year ago
3.0.0-next.3
1 year ago
3.0.0-next.0
1 year ago