UNPKG

viem

Version:

TypeScript Interface for Ethereum

20 lines 531 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const uniqueQuartz = /*#__PURE__*/ defineChain({ id: 8881, name: 'Quartz Mainnet', nativeCurrency: { decimals: 18, name: 'QTZ', symbol: 'QTZ', }, rpcUrls: { default: { http: ['https://rpc-quartz.unique.network'] }, }, blockExplorers: { default: { name: 'Quartz Subscan', url: 'https://quartz.subscan.io/', }, }, }); //# sourceMappingURL=uniqueQuartz.js.map