Skip to content

Commit

Permalink
pumb beta common 92-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Jul 19, 2024
1 parent 7a42f11 commit 4ce0852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/oraidex-common/src/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ce0852

Please sign in to comment.