Explorar o código

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

Connor Prussin hai 3 meses
pai
achega
709e1accb0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;