There was an error while loading. Please reload this page.
1 parent 7267396 commit c607ebfCopy full SHA for c607ebf
1 file changed
src/state/network.ts
@@ -86,7 +86,7 @@ watchEffect(() => {
86
87
export const getNetworkIndexerApiUrl = (network: string) => {
88
if (network === "localhost") {
89
- const port = getLocalhostPort("indexer", "4321");
+ const port = getLocalhostPort("indexer", "4322");
90
return `http://localhost:${port}`;
91
}
92
return {
0 commit comments