Skip to content

Commit

Permalink
extract v3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-rosianu committed Jan 13, 2025
1 parent f540283 commit dac048f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/endpoints/transactions/transaction.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,8 @@ export class TransactionService {
return 'v1';
} else if (decodedData.startsWith('relayedTxV2@')) {
return 'v2';
} else if (transaction.relayer) {
return 'v3';
}
}

Expand Down

0 comments on commit dac048f

Please sign in to comment.