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

@@ -15,7 +15,7 @@ export interface ExplorerFeaturePage {
}
const legacyNote =
'These tools were restored in the legacy explorer asset first. The live Next explorer now exposes them here so they are reachable from the public UI without falling back to hidden static routes.'
'These pages collect the public monitoring, route, wallet, and topology surfaces that support Chain 138 operations and investigation.'
export const explorerFeaturePages = {
bridge: {
@@ -72,7 +72,7 @@ export const explorerFeaturePages = {
eyebrow: 'Route Coverage',
title: 'Routes, Pools, and Execution Access',
description:
'Surface the route matrix, live pool inventory, public liquidity endpoints, and bridge-adjacent execution paths that were previously only visible in the legacy explorer shell.',
'Surface the route matrix, live pool inventory, public liquidity endpoints, and bridge-adjacent execution paths from one public explorer surface.',
note: legacyNote,
actions: [
{
@@ -88,11 +88,10 @@ export const explorerFeaturePages = {
label: 'Open pools page',
},
{
title: 'Liquidity mission-control example',
description: 'Open a live mission-control liquidity lookup for a canonical Chain 138 token.',
href: '/explorer-api/v1/mission-control/liquidity/token/0x93E66202A11B1772E55407B32B44e5Cd8eda7f22/pools',
label: 'Open liquidity JSON',
external: true,
title: 'Pools inventory',
description: 'Open the live pools page instead of dropping into a raw backend response.',
href: '/pools',
label: 'Open pools inventory',
},
{
title: 'Bridge monitoring',
@@ -103,7 +102,7 @@ export const explorerFeaturePages = {
{
title: 'Operations hub',
description: 'Open the consolidated page for WETH utilities, analytics, operator shortcuts, and system views.',
href: '/more',
href: '/operations',
label: 'Open operations hub',
},
],
@@ -137,7 +136,7 @@ export const explorerFeaturePages = {
{
title: 'Operations hub',
description: 'Return to the larger operations landing page for adjacent route, analytics, and system shortcuts.',
href: '/more',
href: '/operations',
label: 'Open operations hub',
},
],
@@ -180,7 +179,7 @@ export const explorerFeaturePages = {
eyebrow: 'Operator Shortcuts',
title: 'Operator Panel Shortcuts',
description:
'Expose the public operational shortcuts that were restored in the legacy explorer for bridge checks, route validation, liquidity entry points, and documentation.',
'Expose the public operational shortcuts for bridge checks, route validation, liquidity entry points, and documentation.',
note: legacyNote,
actions: [
{
@@ -203,10 +202,9 @@ export const explorerFeaturePages = {
},
{
title: 'Explorer docs',
description: 'Use the static documentation landing page for explorer-specific reference material.',
href: '/docs.html',
description: 'Open the canonical explorer documentation hub for GRU guidance, transaction evidence notes, and public reference material.',
href: '/docs',
label: 'Open docs',
external: true,
},
{
title: 'Visual command center',
@@ -239,24 +237,23 @@ export const explorerFeaturePages = {
},
{
title: 'Explorer docs',
description: 'Open the documentation landing page for static reference material shipped with the explorer.',
href: '/docs.html',
description: 'Open the canonical explorer documentation hub for public reference material and guide pages.',
href: '/docs',
label: 'Open docs',
external: true,
},
{
title: 'Operations hub',
description: 'Return to the consolidated operations landing page for adjacent public tools.',
href: '/more',
href: '/operations',
label: 'Open operations hub',
},
],
},
more: {
operations: {
eyebrow: 'Operations Hub',
title: 'More Explorer Tools',
title: 'Operations Hub',
description:
'This hub exposes the restored public tools that were previously buried in the legacy explorer shell: bridge monitoring, routes, WETH utilities, analytics shortcuts, operator links, and topology views.',
'This hub exposes the public operational surfaces for bridge monitoring, routes, wrapped-asset references, analytics shortcuts, operator links, and topology views.',
note: legacyNote,
actions: [
{