Skip to content

Commit

Permalink
eth: fix, add pattern to 1559 gas price (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Jul 20, 2023
1 parent 21e9f11 commit 9c873c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/schemas/transaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Transaction1559Unsigned:
gasPrice:
title: gas price
description: The effective gas price paid by the sender in wei. For transactions not yet included in a block, this value should be set equal to the max fee per gas. This field is DEPRECATED, please transition to using effectiveGasPrice in the receipt object going forward.
$ref: '#/components/schemas/uint'
accessList:
title: accessList
description: EIP-2930 access list
Expand Down

0 comments on commit 9c873c2

Please sign in to comment.