refactor: rename SolaceScanScout to Solace and update related configurations

- Updated branding from "SolaceScanScout" to "Solace" across various files including deployment scripts, API responses, and documentation.
- Changed default base URL for Playwright tests and updated security headers to reflect the new branding.
- Enhanced README and API documentation to include new authentication endpoints and product access details.

This refactor aligns the project branding and improves clarity in the API documentation.
This commit is contained in:
defiQUG
2026-04-10 12:52:17 -07:00
parent bdae5a9f6e
commit f46bd213ba
160 changed files with 13274 additions and 1061 deletions

View File

@@ -1,21 +1,21 @@
openapi: 3.0.0
info:
title: SolaceScanScout API
title: SolaceScan API
version: 1.0.0
description: |
SolaceScanScout - The Defi Oracle Meta Explorer API
SolaceScan API for the Chain 138 explorer surface
Comprehensive blockchain explorer API for ChainID 138 with cross-chain bridge monitoring,
WETH utilities, and real-time transaction tracking.
contact:
name: SolaceScanScout Support
url: https://explorer.d-bis.org
name: SolaceScan Support
url: https://blockscout.defi-oracle.io
license:
name: MIT
url: https://opensource.org/licenses/MIT
servers:
- url: https://explorer.d-bis.org/api
- url: https://blockscout.defi-oracle.io/api
description: Production server
- url: http://localhost:8080/api
description: Local development server
@@ -307,4 +307,3 @@ components:
security:
- ApiKeyAuth: []