Skip to content

Commit

Permalink
fix: mycry
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Dec 18, 2024
1 parent 30d5089 commit c4d4c23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ape_ethereum/ecosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ def decode_receipt(self, data: dict) -> "ReceiptAPI":
"transaction": self.create_transaction(**data),
}

receipt_cls: type[Receipt]
if data.get("type") == 3:
receipt_cls = SharedBlobReceipt
blob_gas_price = data.get("blob_gas_price")
Expand Down

0 comments on commit c4d4c23

Please sign in to comment.