Skip to content

Commit

Permalink
remove ts ignore example mantra
Browse files Browse the repository at this point in the history
  • Loading branch information
menefrego15 committed Dec 23, 2024
1 parent 3f05019 commit 87092d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/fireblocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,11 +350,9 @@ export class FireblocksService {
*/
async signMantraTx(
integration: FireblocksIntegration,
//@ts-ignore
tx: components['schemas']['MANTRAUnsignedTx'] | components['schemas']['MANTRAStakeUnsignedTx'],
note?: string,
): Promise<{
//@ts-ignore
signed_tx: { data: components['schemas']['MANTRASignedTx'] };
fireblocks_tx: TransactionResponse;
}> {
Expand Down Expand Up @@ -383,7 +381,6 @@ export class FireblocksService {
throw new Error('Fireblocks signature is missing');
}

//@ts-ignore
const preparedTx = await this.client.POST('/mantra/transaction/prepare', {
body: {
pubkey: tx.pubkey,
Expand Down

0 comments on commit 87092d0

Please sign in to comment.