Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 2f23520

Browse files
authored
Merge pull request #44 from blockscout/vb-update-default-server
Update servers list
2 parents 6ee3a15 + 9612092 commit 2f23520

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

swagger.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ tags:
33
- name: default
44
- name: CelestiaService
55
servers:
6-
- url: http://{server}/api/v2/
7-
variables:
8-
server:
9-
default: blockscout.com/poa/core
10-
- description: SwaggerHub API Auto Mocking
11-
url: https://virtserver.swaggerhub.com/NIKITOSING4/CoreBlockScoutAPI/1.0.0
6+
- url: https://eth.blockscout.com/api/v2/
7+
description: Ethereum mainnet
8+
- url: https://optimism.blockscout.com/api/v2/
9+
description: Optimism mainnet
10+
- url: https://base.blockscout.com/api/v2/
11+
description: Base mainnet
12+
- url: https://eth-sepolia.blockscout.com/api/v2/
13+
description: Ethereum testnet
1214

1315
info:
1416
description: API for BlockScout web app

0 commit comments

Comments
 (0)