UNPKG

viem

Version:

TypeScript Interface for Ethereum

23 lines 582 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const plasmaTestnet = /*#__PURE__*/ defineChain({ id: 9746, name: 'Plasma Testnet', nativeCurrency: { name: 'Testnet Plasma', symbol: 'XPL', decimals: 18, }, rpcUrls: { default: { http: ['https://testnet-rpc.plasma.to'], }, }, blockExplorers: { default: { name: 'RouteScan', url: 'https://testnet.plasmaexplorer.io', }, }, testnet: true, }); //# sourceMappingURL=plasmaTestnet.js.map