Skip to content

Commit c521153

Browse files
authored
feat(1574): fix hashscan links for batch plugin transactions (#1582)
Signed-off-by: rozekmichal <michal.rozek@blockydevs.com>
1 parent e7a100f commit c521153

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/core/utils/hashscan-link.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export type HashscanEntityType =
1313
| 'token'
1414
| 'account'
1515
| 'transaction'
16+
| 'transactionsById'
1617
| 'topic'
1718
| 'contract';
1819

src/plugins/batch/commands/execute/output.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ export type ExecuteBatchOutput = z.infer<typeof ExecuteBatchOutputSchema>;
2626
export const EXECUTE_BATCH_TEMPLATE = `
2727
✅ Batch executed successfully
2828
Batch: {{batchName}}
29-
Transaction ID: {{hashscanLink transactionId "transaction" network}}
29+
Transaction ID: {{hashscanLink transactionId "transactionsById" network}}
3030
Success: {{success}}
3131
`.trim();

0 commit comments

Comments
 (0)