viem
Version:
25 lines (23 loc) • 482 B
text/typescript
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,
})