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
The type override only changes the generated index.d.ts and doesn't actually change handling of the received type.
This issue is here for tracking by the team. If you know how to resolve the issue, you're welcome to submit an implementation that we can review. If not, we'll investigate it once we have bandwidth.
In TS libraries such as
ethers
,viem
, and@ethereumjs/common
thechainId
variable is represented as anumber
, whereas EDR usesBigInt
.We should investigate whether we can also use
number
in theProviderConfig
while maintaining strong typing forchain_id: u64
The text was updated successfully, but these errors were encountered: