We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489d383 commit ddeb0f1Copy full SHA for ddeb0f1
server/index.ts
@@ -17,7 +17,7 @@ const CHAIN_NAME = process.argv[3] || "Ethereum";
17
await validateRpcUrl(RPC_URL);
18
19
// Get and display the chain ID during initialization
20
-let chainId = 0;
+let chainId = 1;
21
try {
22
chainId = await getChainId();
23
console.log(`Connected to network with Chain ID: ${chainId}`);
0 commit comments