From 8e4ffc116b6fe427440a58cd8637518f781d44f5 Mon Sep 17 00:00:00 2001 From: lightclient Date: Wed, 5 Jul 2023 10:35:44 -0600 Subject: [PATCH] update gasUsedRatio type to be array of ratio --- src/eth/fee_market.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eth/fee_market.yaml b/src/eth/fee_market.yaml index 9587dd82b..5ec7f73a3 100644 --- a/src/eth/fee_market.yaml +++ b/src/eth/fee_market.yaml @@ -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.