We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98d6e5 commit 709e1acCopy full SHA for 709e1ac
apps/entropy-explorer/src/requests.ts
@@ -4,7 +4,7 @@ import { EntropyDeployments, isValidDeployment } from "./entropy-deployments";
4
import type { PAGE_SIZE } from "./pages";
5
import { DEFAULT_PAGE_SIZE } from "./pages";
6
7
-const FORTUNA_URL = "https://fortuna-staging.dourolabs.app/";
+const FORTUNA_URL = "https://fortuna.dourolabs.app/";
8
9
export type Args = Partial<{
10
search: string;
0 commit comments