UNPKG

viem

Version:

TypeScript Interface for Ethereum

24 lines (22 loc) 476 B
import { defineChain } from '../../utils/chain/defineChain.js' export const pumpfiTestnet = /*#__PURE__*/ defineChain({ id: 490_092, name: 'Pumpfi Testnet', nativeCurrency: { decimals: 18, name: 'PMPT', symbol: 'PMPT', }, rpcUrls: { default: { http: ['https://rpc1testnet.pumpfi.me'], }, }, blockExplorers: { default: { name: 'Pumpfi Testnet Scan', url: 'https://testnetscan.pumpfi.me', }, }, testnet: true, })