@xuxinlai2002/pns-js
Version:
A NPM package in Typescript for .Play Name Service
17 lines (15 loc) • 371 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const hardhat = /*#__PURE__*/ defineChain({
id: 31_337,
name: 'Hardhat',
network: 'hardhat',
nativeCurrency: {
decimals: 18,
name: 'Ether',
symbol: 'ETH',
},
rpcUrls: {
default: { http: ['http://127.0.0.1:8545'] },
public: { http: ['http://127.0.0.1:8545'] },
},
})