Procházet zdrojové kódy

chore(entropy-explorer): use production Fortuna for entropy explorer

Connor Prussin před 3 měsíci
rodič
revize
709e1accb0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      apps/entropy-explorer/src/requests.ts

+ 1 - 1
apps/entropy-explorer/src/requests.ts

@@ -4,7 +4,7 @@ import { EntropyDeployments, isValidDeployment } from "./entropy-deployments";
 import type { PAGE_SIZE } from "./pages";
 import { DEFAULT_PAGE_SIZE } from "./pages";
 
-const FORTUNA_URL = "https://fortuna-staging.dourolabs.app/";
+const FORTUNA_URL = "https://fortuna.dourolabs.app/";
 
 export type Args = Partial<{
   search: string;