diff --git a/apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/receipt.ex b/apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/receipt.ex index 3ecad95d68..62181ef23f 100644 --- a/apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/receipt.ex +++ b/apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/receipt.ex @@ -304,6 +304,11 @@ defmodule EthereumJSONRPC.Receipt do :ignore end + # Metis fields + defp entry_to_elixir({key, _}) when key in ~w(l1GasUsed l1GasPrice l1FeeScalar l1Fee) do + :ignore + end + # GoQuorum specific transaction receipt fields defp entry_to_elixir({key, _}) when key in ~w(isPrivacyMarkerTransaction) do :ignore