software-mansion/starknet.py

Use union of chain and strring for custom networks

ddoktorski opened this issue · 1 comments

In the Account class we check in the functions _default_token_address_for_chain and deploy_account whether provided chain is a known network. Investigate if this approach makes any sense, if not then remove it from the code, otherwise consider implementing consistent approach that allows using custom networks.