UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

25 lines 702 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const cronos = /*#__PURE__*/ defineChain({ id: 25, name: 'Cronos Mainnet', network: 'cronos', nativeCurrency: { decimals: 18, name: 'Cronos', symbol: 'CRO', }, rpcUrls: { default: { http: ['https://evm.cronos.org'] }, public: { http: ['https://evm.cronos.org'] }, }, blockExplorers: { default: { name: 'Cronoscan', url: 'https://cronoscan.com' }, }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 1963112, }, }, }); //# sourceMappingURL=cronos.js.map