From fd3477a9af68d513365b0dcaec1c7f928a689ca2 Mon Sep 17 00:00:00 2001 From: rhinestone-bot Date: Fri, 19 Dec 2025 23:16:52 +0000 Subject: [PATCH] chore(orchestrator): update OpenAPI spec from rhinestonewtf/orchestrator@48ea55457d553d2608df7d71791372881dccc167 --- orchestrator.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/orchestrator.json b/orchestrator.json index 4468d39..990a803 100644 --- a/orchestrator.json +++ b/orchestrator.json @@ -2793,7 +2793,6 @@ "tokenPrices", "gasPrices", "opGasParams", - "quotes", "account" ], "description": "Signed metadata containing prices, fees, and gas parameters" @@ -4258,7 +4257,6 @@ "tokenPrices", "gasPrices", "opGasParams", - "quotes", "account" ], "description": "Signed metadata containing prices, fees, and gas parameters" @@ -5544,12 +5542,16 @@ "decimals" ] } + }, + "supportsSwaps": { + "type": "boolean" } }, "required": [ "name", "settlementLayers", - "supportedTokens" + "supportedTokens", + "supportsSwaps" ] }, "description": "The supported chains and tokens with additional metadata"