Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

v0.1.4

Compare
Choose a tag to compare
@ylv-io ylv-io released this 15 Apr 19:11
· 63 commits to master since this release
32bc834

0.1.4

Added

  • Added a node option to test-environment.config which contains options directly passed to Ganache, including fork and unlocked_accounts which are handy for tesing on forked chains. allowUnlimitedContractSize is supported as well. See all Ganache options.

Deprecated

  • Deprecated the configuration options blockGasLimit and gasPrice. Users should instead use the options node.gasLimit and node.gasPrice.