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
Greetings, I am using web3js version 4.8.0. I request getTransactionReceipt for Optimism. When I send it directly to rpc I can have the following fields
l1Fee
l1GasPrice
l1GasUsed
But I can't get it when I make a getTransactionReceipt request with web3 js. Because web3js uses transactionReceiptSchema and formats it. I want to access these fields.Is it possible to override schemas or different solution?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Greetings, I am using web3js version 4.8.0. I request getTransactionReceipt for Optimism. When I send it directly to rpc I can have the following fields
l1Fee
l1GasPrice
l1GasUsed
But I can't get it when I make a getTransactionReceipt request with web3 js. Because web3js uses transactionReceiptSchema and formats it. I want to access these fields.Is it possible to override schemas or different solution?
Beta Was this translation helpful? Give feedback.
All reactions