v0.6.6-alpha.0
·
132 commits
to master
since this release
Usage related changes
- Partial update to Starknet v0.10.0
- Install this version with one of:
npm i @shardlabs/starknet-hardhat-plugin@0.6.6-alpha.0npm i @shardlabs/starknet-hardhat-plugin@alpha
- Modify your code not to use
account.call(contract, "foo", ...), rather docontract.call("foo", ...) - Modify your code not to use
contract.invoke("foo", ...), rather doaccount.invoke(contract, "foo", ...) - The
Accountclasses 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