From 01ae9d25b8cbd28a31b4705fa26c568e6b284e2e Mon Sep 17 00:00:00 2001 From: MartinquaXD Date: Wed, 18 Dec 2024 10:46:02 +0000 Subject: [PATCH] Add base URL to openapi --- crates/orderbook/openapi.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/orderbook/openapi.yml b/crates/orderbook/openapi.yml index c26608a911..d470a9f24b 100644 --- a/crates/orderbook/openapi.yml +++ b/crates/orderbook/openapi.yml @@ -15,6 +15,10 @@ servers: url: "https://api.cow.fi/arbitrum_one" - description: Arbitrum One (Staging) url: "https://barn.api.cow.fi/arbitrum_one" + - description: Base (Prod) + url: "https://api.cow.fi/base" + - description: Base (Staging) + url: "https://barn.api.cow.fi/base" - description: Sepolia (Prod) url: "https://api.cow.fi/sepolia" - description: Sepolia (Staging)