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 docontract.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