Skip to content

v3.8.0

Latest
Compare
Choose a tag to compare
@its-saeed its-saeed released this 08 Mar 10:34
· 2 commits to master since this release
aed5587

What's Changed

  const contract = await this.hre.contractDeployer
    .withName("HelloWorld")
    .withContractParams("sss")
    .withContractCompression()  // To enable contract compression.
    .deploy();
  • Add support for contract compression before deployment.

Full Changelog: v3.4.8...v3.8.0