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

Sending transaction is down #84

Open
MikaIsaak opened this issue Feb 3, 2025 · 1 comment
Open

Sending transaction is down #84

MikaIsaak opened this issue Feb 3, 2025 · 1 comment

Comments

@MikaIsaak
Copy link

I made npx blueprint run command and selected necessary script and mainnet as a chain
but received Error: Malformed response:

@kimdanielarthur-cowlabs
Copy link

kimdanielarthur-cowlabs commented Feb 3, 2025

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 |  }```

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
@MikaIsaak @kimdanielarthur-cowlabs and others