UNPKG

viem

Version:

TypeScript Interface for Ethereum

13 lines 434 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const hyperliquidEvmTestnet = /*#__PURE__*/ defineChain({ id: 998, name: 'Hyperliquid EVM Testnet', nativeCurrency: { name: 'HYPE', symbol: 'HYPE', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.hyperliquid-testnet.xyz/evm'], }, }, testnet: true, }); //# sourceMappingURL=hyperliquidEvmTestnet.js.map