Please help, I'm trying to deploy a contract on the testnet using the Blueprint SDK. At the approval stage, I consistently receive an error when trying to connect the wallet:
Connected to wallet at address: EQBpiplFM9ulL4lqzcBv_4KULYSxjes9E0tbKubKik7-rcQf
Error: Invalid address
wallets are activated, and there are test tokens on balance. How to fix it?
Jan 17, 2024, 5:33 PM
try with deeplink or inline mnemonics
Jan 17, 2024, 5:37 PM
Same error with deeplink,
? Which network do you want to use? testnet
? Which wallet are you using? Create a ton:// deep link
Error: Invalid address
But with mnemonic i got this
Error: Mnemonic deployer was chosen, but env variables WALLET_MNEMONIC and WALLET_VERSION are not set
Where I can set it?
? Which network do you want to use? testnet
? Which wallet are you using? Create a ton:// deep link
Error: Invalid address
But with mnemonic i got this
Error: Mnemonic deployer was chosen, but env variables WALLET_MNEMONIC and WALLET_VERSION are not set
Where I can set it?
Jan 17, 2024, 5:39 PM
seems you are connected, can you show your deploy script?
Jan 17, 2024, 5:40 PM