What's Changed
Usage
- Enable passing constructor arguments with
starknet-deploy
task (--inputs
). - Fixes in docs and error messages.
- Improve typing of the object holding
invoke
/call
/deploy
arguments (StringMap
instead ofany
).
Dev
- Improve typing in adapt functions (
StringMap
- object with string keys). - Refactor gateway_url extraction.
- Update packages.
- Use more descriptive names in publish script.
Full Changelog: v0.3.1...v0.3.2