improve web-app config

This commit is contained in:
johba 2025-10-11 10:55:49 +00:00
parent 280e2973cd
commit 371a8557b7
28 changed files with 831 additions and 344 deletions

View file

@ -3,9 +3,9 @@ import {
formatHealthCheckError,
} from './health-checks.js';
const DEFAULT_RPC_URL = 'http://127.0.0.1:8545';
const DEFAULT_RPC_URL = 'http://localhost:8081/api/rpc';
const DEFAULT_WEBAPP_URL = 'http://localhost:8081';
const DEFAULT_GRAPHQL_URL = 'http://localhost:8081/graphql';
const DEFAULT_GRAPHQL_URL = 'http://localhost:8081/api/graphql';
export interface StackConfig {
rpcUrl: string;