We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69abbbc commit a7971bfCopy full SHA for a7971bf
src/features/feeds/components/useBatchedFeedCategories.ts
@@ -2,7 +2,7 @@ import { useEffect, useState } from "preact/hooks"
2
import { getFeedRiskTiersBatch } from "~/db/feedCategories.js"
3
import { ChainNetwork } from "~/features/data/chains.ts"
4
5
-// Prefer the slug, but patch known mismatches until Supabase data is normalized.
+// Patch mismatches
6
const SUPABASE_NETWORK_SLUG_OVERRIDES: Record<string, string> = {
7
// Ethereum
8
"ethereum-mainnet": "mainnet",
0 commit comments