diff --git a/src/schemas/transaction.json b/src/schemas/transaction.json index 922cb2417..d4680cbe5 100644 --- a/src/schemas/transaction.json +++ b/src/schemas/transaction.json @@ -167,11 +167,6 @@ "title": "gas price", "description": "The gas price willing to be paid by the sender in wei", "$ref": "#/components/schemas/uint" - }, - "chainId": { - "title": "chainId", - "description": "Chain ID that this transaction is valid on.", - "$ref": "#/components/schemas/uint" } } },