UNPKG

viem

Version:

TypeScript Interface for Ethereum

31 lines (29 loc) 807 B
import { defineChain } from '../../utils/chain/defineChain.js' export const pulsechainV4 = /*#__PURE__*/ defineChain({ id: 943, name: 'PulseChain V4', testnet: true, nativeCurrency: { name: 'V4 Pulse', symbol: 'v4PLS', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.v4.testnet.pulsechain.com'], webSocket: ['wss://ws.v4.testnet.pulsechain.com'], }, }, blockExplorers: { default: { name: 'PulseScan', url: 'https://scan.v4.testnet.pulsechain.com', apiUrl: 'https://scan.v4.testnet.pulsechain.com/api', }, }, contracts: { ensRegistry: { address: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e', }, multicall3: { address: '0xca11bde05977b3631167028862be2a173976ca11', blockCreated: 14353601, }, }, })