Skip to content

Commit c607ebf

Browse files
committed
🔧 Update localhost default port to match hylix
1 parent 7267396 commit c607ebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/state/network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ watchEffect(() => {
8686

8787
export const getNetworkIndexerApiUrl = (network: string) => {
8888
if (network === "localhost") {
89-
const port = getLocalhostPort("indexer", "4321");
89+
const port = getLocalhostPort("indexer", "4322");
9090
return `http://localhost:${port}`;
9191
}
9292
return {

0 commit comments

Comments
 (0)