This repository was archived by the owner on Nov 15, 2021. It is now read-only.
v0.1.4
0.1.4
Added
- Added a
nodeoption totest-environment.configwhich contains options directly passed to Ganache, includingforkandunlocked_accountswhich are handy for tesing on forked chains.allowUnlimitedContractSizeis supported as well. See all Ganache options.
Deprecated
- Deprecated the configuration options
blockGasLimitandgasPrice. Users should instead use the optionsnode.gasLimitandnode.gasPrice.