UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

26 lines 727 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.kroma = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.kroma = (0, defineChain_js_1.defineChain)({ id: 255, network: 'kroma', name: 'Kroma', nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 }, rpcUrls: { default: { http: ['https://api.kroma.network'], }, public: { http: ['https://api.kroma.network'], }, }, blockExplorers: { default: { name: 'Kroma Explorer', url: 'https://blockscout.kroma.network', }, }, testnet: false, }); //# sourceMappingURL=kroma.js.map