From 031ca9701ba01f7a7bbed3c8a4c007db93a70412 Mon Sep 17 00:00:00 2001 From: Aryan Godara Date: Mon, 2 Feb 2026 15:22:59 +0530 Subject: [PATCH] add ink staging to OpenAPI definition and ink prod (commented out for now) --- crates/orderbook/openapi.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/orderbook/openapi.yml b/crates/orderbook/openapi.yml index 79a07a488a..29e9e9393f 100644 --- a/crates/orderbook/openapi.yml +++ b/crates/orderbook/openapi.yml @@ -43,6 +43,10 @@ servers: url: "https://api.cow.fi/plasma" - description: Plasma (Staging) url: "https://barn.api.cow.fi/plasma" + # - description: Ink (Prod) + # url: "https://api.cow.fi/ink" + - description: Ink (Staging) + url: "https://barn.api.cow.fi/ink" - description: Sepolia (Prod) url: "https://api.cow.fi/sepolia" - description: Sepolia (Staging)