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

22 months ago

Usage changes

  • Partial update to Starknet v0.10.0
  • Install this version with one of:
    • npm i @shardlabs/starknet-hardhat-plugin@0.6.6-alpha.0
    • npm i @shardlabs/starknet-hardhat-plugin@alpha
  • Modify your code not to use account.call(contract, "foo", ...), rather do contract.call("foo", ...)
  • The Account classes currently don't work because they cannot __validate__, you should rely on this account/wallet as in this example

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

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

NewReleases is sending notifications on new releases.