viem
Version:
21 lines (19 loc) • 479 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const hpp = /*#__PURE__*/ defineChain({
id: 190415,
name: 'HPP Mainnet',
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://mainnet.hpp.io'],
webSocket: ['wss://mainnet.hpp.io'],
},
},
blockExplorers: {
default: {
name: 'HPP Mainnet Explorer',
url: 'https://explorer.hpp.io',
},
},
testnet: false,
})