From 9af73d74f36961be9589373a028f4c1c06cc2b02 Mon Sep 17 00:00:00 2001 From: swarmHaseeb Date: Mon, 7 Nov 2022 13:27:40 +0500 Subject: [PATCH] refactor: docs --- openapi/SwarmCommon.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openapi/SwarmCommon.yaml b/openapi/SwarmCommon.yaml index a70cfa3d9e0..dc3723e0c25 100644 --- a/openapi/SwarmCommon.yaml +++ b/openapi/SwarmCommon.yaml @@ -655,6 +655,10 @@ components: $ref: "#/components/schemas/BigInt" gasLimit: type: integer + gasTipCap: + $ref: "#/components/schemas/BigInt" + gasFeeCap: + $ref: "#/components/schemas/BigInt" data: type: string created: