Wolf
Wolf
Closes #1914 ## Introduced changes -Changed all instances of --add-profile to --update-profile -Simplified logic for addition of profile -Simplified logic for updating/override of profile ## Checklist - [x] Linked relevant...
Added optional chain argument to starknet.id hooks, in `useStarkAddress()`, `useStarkName()` and `useStarkProfile()`
**Issue(s):** https://github.com/NethermindEth/StarknetByExample/issues/197 ### Description Implemented a simple ERC721 Non-Fungible Token (NFT) contract ### Checklist - [x] **Contract Tests:** Added tests to cover the changes
Closes [1320](https://github.com/software-mansion/starknet.py/issues/1320) ## Introduced changes Update github actions versions ## - [x] This PR contains breaking changes - [Tests on networks (testnet)](https://github.com/software-mansion/starknet.py/actions/runs/11142932489/job/30966952153#logs)
**Issue**: Close #261 ### Description Feature on how to optimize gas usage with [cairo-profiler](https://github.com/software-mansion/cairo-profiler) to learn how and to analyze execution traces to help developers optimize L2 resource usage and...