Skip to content

Commit adf227f

Browse files
authored
Merge pull request #2941 from pyth-network/cprussin/use-production-fortuna-for-entropy-explorer
chore(entropy-explorer): use production Fortuna for entropy explorer
2 parents c98d6e5 + 709e1ac commit adf227f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/entropy-explorer/src/requests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { EntropyDeployments, isValidDeployment } from "./entropy-deployments";
44
import type { PAGE_SIZE } from "./pages";
55
import { DEFAULT_PAGE_SIZE } from "./pages";
66

7-
const FORTUNA_URL = "https://fortuna-staging.dourolabs.app/";
7+
const FORTUNA_URL = "https://fortuna.dourolabs.app/";
88

99
export type Args = Partial<{
1010
search: string;

0 commit comments

Comments
 (0)