UNPKG

viem

Version:

TypeScript Interface for Ethereum

23 lines 582 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, }); //# sourceMappingURL=pumpfiTestnet.js.map