UNPKG

viem

Version:

TypeScript Interface for Ethereum

21 lines (19 loc) 410 B
import { defineChain } from '../../utils/chain/defineChain.js' export const qMainnet = /*#__PURE__*/ defineChain({ id: 35441, name: 'Q Mainnet', nativeCurrency: { decimals: 18, name: 'Q', symbol: 'Q', }, rpcUrls: { default: { http: ['https://rpc.q.org'] }, }, blockExplorers: { default: { name: 'Q Mainnet Explorer', url: 'https://explorer.q.org', }, }, })