Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 committed Dec 8, 2023
1 parent d41357b commit 60b0eec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src.ts/providers/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ export function formatTransactionResponse(value: any): TransactionResponseParams

chainId: allowNull(getBigInt, null)
}, {
index: [ "transactionIndex" ],
data: [ "input" ],
gasLimit: [ "gas" ]
})(value);
Expand Down

0 comments on commit 60b0eec

Please sign in to comment.