UNPKG

viem

Version:

TypeScript Interface for Ethereum

22 lines 589 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const qTestnet = /*#__PURE__*/ defineChain({ id: 35443, name: 'Q Testnet', nativeCurrency: { decimals: 18, name: 'Q', symbol: 'Q', }, rpcUrls: { default: { http: ['https://rpc.qtestnet.org'] }, }, blockExplorers: { default: { name: 'Q Testnet Explorer', url: 'https://explorer.qtestnet.org', apiUrl: 'https://explorer.qtestnet.org/api', }, }, testnet: true, }); //# sourceMappingURL=qTestnet.js.map