Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SDK] Fix: pass gasPrice to injected provider (#4935)
<!-- start pr-codex --> ## PR-Codex overview This PR introduces the handling of `gasPrice` in the transaction object within the `injected` wallet module. ### Detailed summary - Added a new line to handle `gasPrice` in the transaction object. - The `gasPrice` is conditionally converted to hexadecimal format using `numberToHex` if it exists. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information