@xuxinlai2002/pns-js
Version:
A NPM package in Typescript for .Play Name Service
23 lines (21 loc) • 523 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const taraxa = /*#__PURE__*/ defineChain({
id: 841,
name: 'Taraxa Mainnet',
network: 'taraxa',
nativeCurrency: { name: 'Tara', symbol: 'TARA', decimals: 18 },
rpcUrls: {
default: {
http: ['https://rpc.mainnet.taraxa.io'],
},
public: {
http: ['https://rpc.mainnet.taraxa.io'],
},
},
blockExplorers: {
default: {
name: 'Taraxa Explorer',
url: 'https://explorer.mainnet.taraxa.io',
},
},
})