Skip to content

Commit

Permalink
Use the Sourcify web server by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sealer3 committed Dec 1, 2023
1 parent 5f8f185 commit 88685cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { AppConfig, AppConfigContext } from "./useAppConfig";

const Main: React.FC = () => {
const [sourcifySource, setSourcifySource] = useState<SourcifySource>(
SourcifySource.IPFS_IPNS,
SourcifySource.CENTRAL_SERVER,
);
const appConfig = useMemo((): AppConfig => {
return {
Expand Down

0 comments on commit 88685cc

Please sign in to comment.