As per
https://hardhat.org/hardhat-network/explanation/mining-modes.html#mining-modes
I think this means you can use multiple transactions in the same block using Hardhat EVM now.
|
// Verify that only one checkpoint is added per block. |
|
// This test case requires using Ganache instead of the Hardhat EVM. |
As per
https://hardhat.org/hardhat-network/explanation/mining-modes.html#mining-modes
I think this means you can use multiple transactions in the same block using Hardhat EVM now.
SuperFarm-Contracts/test/Token.test.js
Lines 198 to 199 in e29feb7