viem
Version:
24 lines • 596 B
JavaScript
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,
});
//# sourceMappingURL=hederaTestnet.js.map