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

Commit dd7704f

Browse files
authored
Merge pull request #46 from blockscout/vb-return-default-server
Rollback default server
2 parents 2f23520 + 5b40bf5 commit dd7704f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

swagger.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ tags:
33
- name: default
44
- name: CelestiaService
55
servers:
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
6+
- url: http://{server}/api/v2/
7+
variables:
8+
server:
9+
default: eth.blockscout.com
1410

1511
info:
1612
description: API for BlockScout web app

0 commit comments

Comments
 (0)