Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

toncli deploy -n testnet -wc 0 Error #50

Open
IcarusRyy opened this issue May 21, 2022 · 2 comments
Open

toncli deploy -n testnet -wc 0 Error #50

IcarusRyy opened this issue May 21, 2022 · 2 comments

Comments

@IcarusRyy
Copy link

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

@KuznetsovNikita
Copy link

Maybe it's because wrong testnet config file
Here is a new one - https://ton-blockchain.github.io/testnet-global.config.json

@nickerlan
Copy link

I'm using MacOS Monterey.
Fixed this issue by adding fift libs directory content from ton/crypto/fift/lib to toncli/src/toncli/modules/fift

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants