viem
Version:
24 lines (22 loc) • 442 B
text/typescript
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,
})