You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing with contract classes, it'd be easier to abstract out the contract path and just use the contract name e.g. change get_contract_class("path/to/Contract.cairo") into get_contract_class("Contract").
The text was updated successfully, but these errors were encountered:
When testing with contract classes, it'd be easier to abstract out the contract path and just use the contract name e.g. change
get_contract_class("path/to/Contract.cairo")
intoget_contract_class("Contract")
.The text was updated successfully, but these errors were encountered: