UNPKG

viem

Version:

TypeScript Interface for Ethereum

17 lines 551 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const alienxHalTestnet = /*#__PURE__*/ defineChain({ id: 10241025, name: 'ALIENX Hal Testnet', nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, rpcUrls: { default: { http: ['https://hal-rpc.alienxchain.io/http'] }, }, blockExplorers: { default: { name: 'AlienX Explorer', url: 'https://hal-explorer.alienxchain.io', }, }, testnet: true, }); //# sourceMappingURL=alienXHalTestnet.js.map