Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions public/logos/cosmos-directory.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/lib/brand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ const BRANDS: Record<string, Brand> = {
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
Expand Down
1 change: 1 addition & 0 deletions src/lib/logo-manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ const RAW: Record<string, string> = {
chihuahua: "/logos/chihuahua.svg",
sentinel: "/logos/sentinel.svg",
fetchhub: "/logos/fetchai.svg",
"cosmos-directory": "/logos/cosmos-directory.svg",

// ─── Oracle deviation (bench 025) — additional brand logos ───
// (pairs alias to chain/asset logos in the ALIASES block below)
Expand Down
Loading