Skip to content

Commit

Permalink
Deprecate DeclareResult.deploy_v1
Browse files Browse the repository at this point in the history
  • Loading branch information
franciszekjob committed Jan 9, 2025
1 parent 144663e commit 16a27b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions starknet_py/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ async def deploy_v1(
"""
Deploys a contract.
.. deprecated:: 0.25.0
This method is deprecated and will be removed in future versions. Use deploy_v3 instead.
:param deployer_address: Address of the UDC. Is set to the address of
the default UDC (same address on mainnet/sepolia) by default.
Must be set when using custom network other than ones listed above.
Expand Down

0 comments on commit 16a27b4

Please sign in to comment.