From 370e632d8ad3dca91fad42c0c823f3e1db29ce7f Mon Sep 17 00:00:00 2001 From: starknetdev Date: Wed, 11 Oct 2023 10:02:05 +0100 Subject: [PATCH] fix appUrls --- ui/src/app/lib/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/app/lib/constants.ts b/ui/src/app/lib/constants.ts index 9828706ee..a25a3a93d 100644 --- a/ui/src/app/lib/constants.ts +++ b/ui/src/app/lib/constants.ts @@ -65,9 +65,9 @@ export function getArcadeClassHash() { export function getAppUrl() { switch (NETWORK) { case "goerli": - return "https://starknet-goerli.infura.io/v3/6c536e8272f84d3ba63bf9f248c5e128"; + return "https://goerli-survivor.realms.world/"; case "mainnet": - return "https://starknet-mainnet.infura.io/v3/6c536e8272f84d3ba63bf9f248c5e128"; + return "https://survivor.realms.world/"; } }