Skip to content

Commit a7971bf

Browse files
committed
patch update
1 parent 69abbbc commit a7971bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/feeds/components/useBatchedFeedCategories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useEffect, useState } from "preact/hooks"
22
import { getFeedRiskTiersBatch } from "~/db/feedCategories.js"
33
import { ChainNetwork } from "~/features/data/chains.ts"
44

5-
// Prefer the slug, but patch known mismatches until Supabase data is normalized.
5+
// Patch mismatches
66
const SUPABASE_NETWORK_SLUG_OVERRIDES: Record<string, string> = {
77
// Ethereum
88
"ethereum-mainnet": "mainnet",

0 commit comments

Comments
 (0)