Skip to content

Commit

Permalink
fix appUrls
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Oct 11, 2023
1 parent c65b6c3 commit 370e632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/";
}
}

Expand Down

1 comment on commit 370e632

@vercel
Copy link

@vercel vercel bot commented on 370e632 Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.