From 4ce08527ab4ae59e141f82f9fd06d8f13c29ea76 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Van Date: Fri, 19 Jul 2024 17:56:06 +0700 Subject: [PATCH] pumb beta common 92-beta.2 --- packages/oraidex-common/src/wallet.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/oraidex-common/src/wallet.ts b/packages/oraidex-common/src/wallet.ts index 71250b35..cc16a7d2 100644 --- a/packages/oraidex-common/src/wallet.ts +++ b/packages/oraidex-common/src/wallet.ts @@ -175,6 +175,7 @@ export abstract class EvmWallet { const singedTransaction = await this.tronWeb.trx.sign(transaction.transaction); console.log("signed tx: ", singedTransaction); const result = await this.tronWeb.trx.sendRawTransaction(singedTransaction); + // @ts-ignore return { transactionHash: result.txid }; // sign from inject tronWeb