Closed arcoraven closed 4 months ago
Treat effectiveGasPrice as optional from a transaction receipt response.
effectiveGasPrice
This PR updates the handling of effectiveGasPrice in different parts of the codebase to handle potential null values.
null
getTxReceipt.ts
processTransactionReceiptsWorker.ts
updateMinedTx.ts
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
/codex {your question}
Treat
effectiveGasPrice
as optional from a transaction receipt response.PR-Codex overview
This PR updates the handling of
effectiveGasPrice
in different parts of the codebase to handle potentialnull
values.Detailed summary
effectiveGasPrice
handling ingetTxReceipt.ts
,processTransactionReceiptsWorker.ts
, andupdateMinedTx.ts
null
values