UNPKG

viem

Version:

TypeScript Interface for Ethereum

25 lines (23 loc) 482 B
import { defineChain } from '../../utils/chain/defineChain.js' export const hedera = /*#__PURE__*/ defineChain({ id: 295, name: 'Hedera Mainnet', network: 'hedera-mainnet', nativeCurrency: { symbol: 'HBAR', name: 'HBAR', decimals: 18, }, rpcUrls: { default: { http: ['https://mainnet.hashio.io/api'], }, }, blockExplorers: { default: { name: 'Hashscan', url: 'https://hashscan.io/mainnet', }, }, testnet: false, })