thirdweb-dev / engine

The most powerful backend engine for web3 apps.
https://thirdweb.com/engine
Apache License 2.0
152 stars 59 forks source link

fix: Treat `effectiveGasPrice` from the receipt as optional #552

Closed arcoraven closed 4 months ago

arcoraven commented 4 months ago

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 potential null values.

Detailed summary

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}