Skip to content

Commit

Permalink
- remove disable
Browse files Browse the repository at this point in the history
- fix block explorer url
  • Loading branch information
starknetdev committed Sep 10, 2024
1 parent 76b14cb commit 10f5796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions ui/src/app/components/onboarding/Intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,8 @@ const Intro = () => {
setLoginScreen(true);
setNetwork(network! as Network);
}}
disabled={true}
>
{/* Play on {network} */}
Starting Soon
Play on {network}
</Button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/app/lib/networkConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const networkConfig = {
beastsViewer:
"https://market.realms.world/token/0x0158160018d590d93528995b340260e65aedd76d28a686e9daa5c4e8fad0c5dd",
goldenTokenMintUrl: "https://realms.world/collection/goldenToken",
blockExplorerUrl: "https:/voyager.online/",
blockExplorerUrl: "https://voyager.online/",
faucetUrl: "https://blastapi.io/faucets/starknet-sepolia-eth",
masterAccount: "0x0",
masterPrivateKey: "0x0",
Expand Down

0 comments on commit 10f5796

Please sign in to comment.