Skip to content

Commit

Permalink
[EASY] Add base url to open api (#3170)
Browse files Browse the repository at this point in the history
# Description
We forgot to add `base` to the openapi spec so it doesn't show up in the
network selection tab as reported by a user.

# Changes
adds the 2 new URLs to the openapi spec
  • Loading branch information
MartinquaXD authored Dec 18, 2024
1 parent c93d3f6 commit 3c8df63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/orderbook/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3c8df63

Please sign in to comment.