New version of starknet-hardhat-plugin
(v0.3.9) has been released:
- Add
starknet-invoke
andstarknet-call
tasks. - Improved error logging:
- If invalid number of arguments or keys passed to Starknet functions.
- Log available networks.
- Improve Readme.
- Support specifying salt when deploying contracts:
- With
npx hardhat starknet-deploy
. - With
ContractFactory.deploy
.
- With
Interaction with pending blocks coming with the next release (after the next cairo-lang version is released).