UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

29 lines 803 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const cronosTestnet = /*#__PURE__*/ defineChain({ id: 338, name: 'Cronos Testnet', network: 'cronos-testnet', nativeCurrency: { decimals: 18, name: 'CRO', symbol: 'tCRO', }, rpcUrls: { default: { http: ['https://evm-t3.cronos.org'] }, public: { http: ['https://evm-t3.cronos.org'] }, }, blockExplorers: { default: { name: 'Cronos Explorer', url: 'https://cronos.org/explorer/testnet3', }, }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 10191251, }, }, testnet: true, }); //# sourceMappingURL=cronosTestnet.js.map