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
I too got same warning after upgrading to 15.2.0, sadly have not time now to give more details. will do hopefully a bit later. Wonder if its related to changes in @ton/core 0.60.0
Error processing withdrawal Error: Malformed response:
at async getTONWallet (src/services/ton/ton.ts:59:7)
at async transferTON (src/services/ton/ton.ts:87:56)
at async processWithdrawalQueueItem (src/controllers/purchases.tsx:41:5)
at async POST (...:51:4)
57 | const client = new TonClient(clientOptions);
58 |
> 59 | if (!(await client.isContractDeployed(wallet.address))) {
| ^
60 | console.error("Wallet is not deployed");
61 | return { error: "Wallet is not deployed" };
62 | }```
I made npx blueprint run command and selected necessary script and mainnet as a chain
but received Error: Malformed response:
The text was updated successfully, but these errors were encountered: