UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

16 lines 447 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const localhost = /*#__PURE__*/ defineChain({ id: 1337, name: 'Localhost', network: 'localhost', nativeCurrency: { decimals: 18, name: 'Ether', symbol: 'ETH', }, rpcUrls: { default: { http: ['http://127.0.0.1:8545'] }, public: { http: ['http://127.0.0.1:8545'] }, }, }); //# sourceMappingURL=localhost.js.map