UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

24 lines (22 loc) 555 B
import { defineChain } from '../../utils/chain/defineChain.js' export const taraxaTestnet = /*#__PURE__*/ defineChain({ id: 842, name: 'Taraxa Testnet', network: 'taraxa-testnet', nativeCurrency: { name: 'Tara', symbol: 'TARA', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.testnet.taraxa.io'], }, public: { http: ['https://rpc.testnet.taraxa.io'], }, }, blockExplorers: { default: { name: 'Taraxa Explorer', url: 'https://explorer.testnet.taraxa.io', }, }, testnet: true, })