TransactionReceipt
is missing OP Stack-specific properties
#2955
Labels
Good First Issue
Misc: Good First Issue
Check existing issues
Viem Version
2.21.38
Current Behavior
OP Stack-specific properties like
l1Fee
are flagged as non-existant by. the IDE.Expected Behavior
The OP Stack-specific properties should be present in the type
TransactionReceipt
as they are returned bywaitForTransactionReceipt
andgetTransactionReceipt
:Steps To Reproduce
In this snippet,
l1Fee
will appear underscored in red.Link to Minimal Reproducible Example
https://stackblitz.com/edit/viem-getting-started-pifrph?file=index.ts
Anything else?
No response
The text was updated successfully, but these errors were encountered: