@xuxinlai2002/pns-js
Version:
A NPM package in Typescript for .Play Name Service
21 lines (19 loc) • 542 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const xdc = /*#__PURE__*/ defineChain({
id: 50,
name: 'XinFin Network',
network: 'xdc',
nativeCurrency: {
decimals: 18,
name: 'XDC',
symbol: 'XDC',
},
rpcUrls: {
default: { http: ['https://rpc.xinfin.network'] },
public: { http: ['https://rpc.xinfin.network'] },
},
blockExplorers: {
xinfin: { name: 'XinFin', url: 'https://explorer.xinfin.network' },
default: { name: 'Blocksscan', url: 'https://xdc.blocksscan.io' },
},
})