Skip to content

Commit ddeb0f1

Browse files
committed
eth chain id
1 parent 489d383 commit ddeb0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const CHAIN_NAME = process.argv[3] || "Ethereum";
1717
await validateRpcUrl(RPC_URL);
1818

1919
// Get and display the chain ID during initialization
20-
let chainId = 0;
20+
let chainId = 1;
2121
try {
2222
chainId = await getChainId();
2323
console.log(`Connected to network with Chain ID: ${chainId}`);

0 commit comments

Comments
 (0)