diff --git a/public/logos/cosmos-directory.svg b/public/logos/cosmos-directory.svg new file mode 100644 index 00000000..6aae5688 --- /dev/null +++ b/public/logos/cosmos-directory.svg @@ -0,0 +1,5 @@ + + + COSMOS + DIRECTORY + diff --git a/src/lib/brand.ts b/src/lib/brand.ts index eac119eb..8fb6c311 100644 --- a/src/lib/brand.ts +++ b/src/lib/brand.ts @@ -178,6 +178,7 @@ const BRANDS: Record = { chihuahua: { color: "#E05F2A" }, // chihuahua orange-red (official brand) sentinel: { color: "#00C2FF" }, // sentinel cyan (official brand) fetchhub: { color: "#3B2D8E" }, // fetch.ai deep purple (official brand) + "cosmos-directory": { color: "#1B1B2F", dark: true }, // cosmos directory dark navy // ─── Bitcoin Cash chain + providers (bench 244) ─── "bitcoin-cash": { color: "#0AC18E" }, // bch official green diff --git a/src/lib/logo-manifest.ts b/src/lib/logo-manifest.ts index c2250789..3fca81c4 100644 --- a/src/lib/logo-manifest.ts +++ b/src/lib/logo-manifest.ts @@ -331,6 +331,7 @@ const RAW: Record = { chihuahua: "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/logos/chihuahua.svg", sentinel: "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/logos/sentinel.svg", fetchhub: "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/logos/fetchai.svg", + "cosmos-directory": "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/logos/cosmos-directory.svg", // ─── Oracle deviation (bench 025) — additional brand logos ─── // (pairs alias to chain/asset logos in the ALIASES block below)