Files
solace-bg-dubai/frontend/lib/web3/chain138-lan.dev.ts
defiQUG a03417be98
All checks were successful
CI / lint-and-test (push) Successful in 9m52s
chore: consolidate local WIP (repo cleanup 20260707)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 09:41:38 -07:00

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;