Skip to content

Commit

Permalink
update gasUsedRatio type to be array of ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Jul 5, 2023
1 parent 6f8d93e commit 8e4ffc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eth/fee_market.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
description: An array of block gas used ratios. These are calculated as the ratio of gasUsed and gasLimit.
type: array
items:
$ref: '#/components/schemas/uint'
$ref: '#/components/schemas/ratio'
reward:
title: rewardArray
description: A two-dimensional array of effective priority fees per gas at the requested block percentiles.
Expand Down

0 comments on commit 8e4ffc1

Please sign in to comment.