UNPKG

viem

Version:

TypeScript Interface for Ethereum

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