UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

22 lines 758 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const auroraTestnet = /*#__PURE__*/ defineChain({ id: 1313161555, name: 'Aurora Testnet', network: 'aurora-testnet', nativeCurrency: { decimals: 18, name: 'Ether', symbol: 'ETH', }, rpcUrls: { infura: { http: ['https://aurora-testnet.infura.io/v3'] }, default: { http: ['https://testnet.aurora.dev'] }, public: { http: ['https://testnet.aurora.dev'] }, }, blockExplorers: { etherscan: { name: 'Aurorascan', url: 'https://testnet.aurorascan.dev' }, default: { name: 'Aurorascan', url: 'https://testnet.aurorascan.dev' }, }, testnet: true, }); //# sourceMappingURL=auroraTestnet.js.map