UNPKG

viem

Version:

TypeScript Interface for Ethereum

24 lines (22 loc) 476 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, })