You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new ethers.JsonRpcProvider(...).broadcastTransaction(...) returns an object that doesn't satisfy ethers.TransactionResponse type.
E.g. gasPrice is undefined, but it's typed to be required:
Ethers Version
^6.13.4
Search Terms
No response
Describe the Problem
new ethers.JsonRpcProvider(...).broadcastTransaction(...)
returns an object that doesn't satisfyethers.TransactionResponse
type.E.g.
gasPrice
is undefined, but it's typed to be required:ethers.js/src.ts/providers/provider.ts
Line 1312 in 48cdcef
More details here: zksync-sdk/zksync-ethers#224
(I originally assumed this was a
zksync-ethers
issue, but it's anethers
issue)Code Snippet
No response
Contract ABI
No response
Errors
No response
Environment
Browser (Chrome, Safari, etc)
Environment (Other)
No response
The text was updated successfully, but these errors were encountered: