UNPKG

viem

Version:

TypeScript Interface for Ethereum

24 lines 583 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, }); //# sourceMappingURL=hedera.js.map