UNPKG

viem

Version:

TypeScript Interface for Ethereum

20 lines (18 loc) 420 B
import { defineChain } from '../../utils/chain/defineChain.js' export const ubiq = /*#__PURE__*/ defineChain({ id: 8, name: 'Ubiq Mainnet', nativeCurrency: { name: 'UBQ', symbol: 'UBQ', decimals: 18 }, rpcUrls: { default: { http: ['https://pyrus2.ubiqscan.io'], }, }, blockExplorers: { default: { name: 'Ubiq Scan', url: 'https://ubiqscan.io', }, }, testnet: false, })