Skip to content

Releases: Zilliqa/hardhat-scilla-plugin

v3.8.0

08 Mar 10:34
aed5587
Compare
Choose a tag to compare

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

v3.4.8

24 Aug 14:20
9d52444
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/Zilliqa/hardhat-scilla-plugin/commits/v3.4.8