github 0xSpaceShard/starknet-hardhat-plugin v0.6.6-alpha.2

2 years ago

Usage related changes since v0.6.6-alpha.0

  • Using updated OpenZeppelin account (compatible with Starknet 0.10, same as used by Devnet)
  • Introduced signed declaration through account with Account.declare(...):
    • Instead of contractFactory.declare(), do account.declare(contractFactory)
  • Introduced starknet.getNonce(address: string) utility function
  • Install this version with one of:
    • npm i @shardlabs/starknet-hardhat-plugin@0.6.6-alpha.2
    • npm i @shardlabs/starknet-hardhat-plugin@alpha
  • 0.6.6-alpha.1 was a short-lived (quickly unpublished) version

Merged PRs

Full Changelog: v0.6.5...v0.6.6-alpha.2

Don't miss a new starknet-hardhat-plugin release

NewReleases is sending notifications on new releases.