UNPKG

viem

Version:

TypeScript Interface for Ethereum

23 lines 540 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const lumoz = /*#__PURE__*/ defineChain({ id: 96_370, name: 'Lumoz', nativeCurrency: { decimals: 18, name: 'Lumoz Token', symbol: 'MOZ', }, rpcUrls: { default: { http: ['https://rpc.lumoz.org'], }, }, blockExplorers: { default: { name: 'Lumoz Scan', url: 'https://scan.lumoz.info', }, }, testnet: false, }); //# sourceMappingURL=lumoz.js.map