Arbitrum allow tx receipt gasUsedForL1

pull/9061/head
Viktor Baranov 11 months ago
parent 2b5f7fd5ad
commit dd0a6751c4
  1. 2
      CHANGELOG.md
  2. 2
      apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/receipt.ex

@ -6,6 +6,8 @@
### Fixes
- [#9061](https://github.com/blockscout/blockscout/pull/9061) - Arbitrum allow tx receipt gasUsedForL1 field
### Chore
<details>

@ -300,7 +300,7 @@ defmodule EthereumJSONRPC.Receipt do
end
# Arbitrum fields
defp entry_to_elixir({key, _}) when key in ~w(returnData returnCode feeStats l1BlockNumber) do
defp entry_to_elixir({key, _}) when key in ~w(returnData returnCode feeStats l1BlockNumber gasUsedForL1) do
:ignore
end

Loading…
Cancel
Save