UNPKG

viem

Version:

TypeScript Interface for Ethereum

18 lines (16 loc) 445 B
import { defineChain } from '../../utils/chain/defineChain.js' export const alienx = /*#__PURE__*/ defineChain({ id: 10241024, name: 'AlienX Mainnet', nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.alienxchain.io/http'] }, }, blockExplorers: { default: { name: 'AlienX Explorer', url: 'https://explorer.alienxchain.io', }, }, testnet: false, })