viem
Version:
14 lines (12 loc) • 358 B
text/typescript
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,
})