UNPKG

opstack-kit-chains

Version:
23 lines (21 loc) 514 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, })