Skip to content

Commit

Permalink
fix: regenerate transaction_index type
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnoW committed Aug 18, 2022
1 parent dbca06e commit f67940d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evmApi/src/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ export interface components {
/** @description The transaction type */
transaction_type?: string;
/** @description The transaction index */
transaction_index?: string;
transaction_index?: number;
/** @description The log index */
log_index: number;
/**
Expand Down

0 comments on commit f67940d

Please sign in to comment.