ethers.js
ethers.js copied to clipboard
Wrong field in formatTransactionResponse
Ethers Version
latest
Search Terms
No response
Describe the Problem
https://github.com/ethers-io/ethers.js/blob/98910ba01efa774710eefa5a6a5836a8b271c654/lib.esm/providers/formatting.d.ts#L211
transactionParamResponse has a field index, but in the format function, it uses transactionIndex
https://github.com/ethers-io/ethers.js/blob/main/src.ts/providers/format.ts#L201
should this be index
as well right?
Code Snippet
No response
Contract ABI
No response
Errors
No response
Environment
No response
Environment (Other)
No response