UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

25 lines 777 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const scrollTestnet = /*#__PURE__*/ defineChain({ id: 534353, name: 'Scroll Testnet', network: 'scroll-testnet', nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, rpcUrls: { default: { http: ['https://alpha-rpc.scroll.io/l2'], webSocket: ['wss://alpha-rpc.scroll.io/l2/ws'], }, public: { http: ['https://alpha-rpc.scroll.io/l2'], webSocket: ['wss://alpha-rpc.scroll.io/l2/ws'], }, }, blockExplorers: { default: { name: 'Blockscout', url: 'https://blockscout.scroll.io', }, }, testnet: true, }); //# sourceMappingURL=scrollTestnet.js.map