UNPKG

viem

Version:

TypeScript Interface for Ethereum

24 lines (22 loc) 500 B
import { defineChain } from '../../utils/chain/defineChain.js' export const hashkeyTestnet = /*#__PURE__*/ defineChain({ id: 133, name: 'HashKey Chain Testnet', nativeCurrency: { decimals: 18, name: 'HashKey EcoPoints', symbol: 'HSK', }, rpcUrls: { default: { http: ['https://testnet.hsk.xyz'], }, }, blockExplorers: { default: { name: 'HashKey Chain Testnet explorer', url: 'https://testnet-explorer.hsk.xyz', }, }, testnet: true, })