Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

v3.8.0

Choose a tag to compare

@its-saeed its-saeed released this 08 Mar 10:34
· 3 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