UNPKG

viem

Version:

TypeScript Interface for Ethereum

24 lines (22 loc) 506 B
import { defineChain } from '../../utils/chain/defineChain.js' export const haustTestnet = /*#__PURE__*/ defineChain({ id: 1_523_903_251, name: 'Haust Network Testnet', nativeCurrency: { decimals: 18, name: 'HAUST', symbol: 'HAUST', }, rpcUrls: { default: { http: ['https://rpc-testnet.haust.app'], }, }, blockExplorers: { default: { name: 'Haust Network Testnet Explorer', url: 'https://explorer-testnet.haust.app', }, }, testnet: true, })