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
PS D:\demo\TonDemo-next\wallet> toncli deploy -n testnet -wc 0
INFO: 🚀 You want to interact with your contracts ['contract'] in testnet - that's great!
Traceback (most recent call last):
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\Scripts\toncli.exe_main.py", line 7, in
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\main.py", line 60, in main
CommandsExecuter(command, string_kwargs, parser)
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\modules\utils\commands\commands_executer.py", line 40, in init
self.command_mappercommand
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\modules\utils\commands\commands_executer.py", line 71, in deploy_command
return DeployCommand(self.string_kwargs, self.parser)
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\modules\utils\commands\command_classes\deploy_command.py", line 12, in init
deployer = ContractDeployer(network=args.net, update_config=args.update,
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\modules\deploy_contract.py", line 43, in init
self.deploy_contract = DeployWalletContract(network, workchain)
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\modules\deploy_wallet_contract.py", line 68, in init
self.addresses = self.get_address()
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\modules\abstract\deployer.py", line 126, in get_address
raise ValueError(f"😥 No address_text found in {contract.address}")
ValueError: 😥 No address_text found in C:\Users\计算机\AppData\Local\toncli\toncli\wallet/build/contract_address
The text was updated successfully, but these errors were encountered:
PS D:\demo\TonDemo-next\wallet> toncli deploy -n testnet -wc 0
INFO: 🚀 You want to interact with your contracts ['contract'] in testnet - that's great!
Traceback (most recent call last):
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\Scripts\toncli.exe_main.py", line 7, in
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\main.py", line 60, in main
CommandsExecuter(command, string_kwargs, parser)
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\modules\utils\commands\commands_executer.py", line 40, in init
self.command_mappercommand
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\modules\utils\commands\commands_executer.py", line 71, in deploy_command
return DeployCommand(self.string_kwargs, self.parser)
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\modules\utils\commands\command_classes\deploy_command.py", line 12, in init
deployer = ContractDeployer(network=args.net, update_config=args.update,
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\modules\deploy_contract.py", line 43, in init
self.deploy_contract = DeployWalletContract(network, workchain)
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\modules\deploy_wallet_contract.py", line 68, in init
self.addresses = self.get_address()
File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\modules\abstract\deployer.py", line 126, in get_address
raise ValueError(f"😥 No address_text found in {contract.address}")
ValueError: 😥 No address_text found in C:\Users\计算机\AppData\Local\toncli\toncli\wallet/build/contract_address
The text was updated successfully, but these errors were encountered: