diff --git a/src/context/SearchContext.tsx b/src/context/SearchContext.tsx index 32e00af4a..482e66946 100644 --- a/src/context/SearchContext.tsx +++ b/src/context/SearchContext.tsx @@ -19,7 +19,7 @@ export const SearchProvider = ({ children }) => { const [query, setQuery] = useState(""); const [showTestnets, setShowTestnets] = useState( - defaults?.showTestnets ?? false + defaults?.showTestnets ?? true ); const [showDeprecated, setShowDeprecated] = useState( defaults?.showDeprecated ?? false