All checks were successful
CI / lint-and-test (push) Successful in 9m52s
Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
267 B
TypeScript
7 lines
267 B
TypeScript
/** LAN Chain 138 endpoints — local operator dev only; never import from production client bundles. */
|
|
export const CHAIN138_LAN = {
|
|
httpRpc: "http://192.168.11.211:8545",
|
|
wsRpc: "ws://192.168.11.211:8546",
|
|
explorer: "https://explorer.d-bis.org",
|
|
} as const;
|