UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

24 lines (22 loc) 549 B
import { defineChain } from '../../utils/chain/defineChain.js' export const zilliqaTestnet = /*#__PURE__*/ defineChain({ id: 33101, name: 'Zilliqa Testnet', network: 'zilliqa-testnet', nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 }, rpcUrls: { default: { http: ['https://dev-api.zilliqa.com'], }, public: { http: ['https://dev-api.zilliqa.com'], }, }, blockExplorers: { default: { name: 'Ethernal', url: 'https://evmx.testnet.zilliqa.com', }, }, testnet: true, })