From e560e6fb117418340a69d15460bce0f74ee3f9b6 Mon Sep 17 00:00:00 2001 From: rhinestone-bot Date: Mon, 15 Dec 2025 14:42:10 +0000 Subject: [PATCH] chore(orchestrator): update OpenAPI spec from rhinestonewtf/orchestrator@f7ea34d1d0bdb7972238affb99007f7cb751711a --- 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"