@xuxinlai2002/pns-js
Version:
A NPM package in Typescript for .Play Name Service
21 lines (19 loc) • 489 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const tenet = /*#__PURE__*/ defineChain({
id: 1559,
name: 'Tenet',
network: 'tenet-mainnet',
nativeCurrency: {
name: 'TENET',
symbol: 'TENET',
decimals: 18,
},
rpcUrls: {
public: { http: ['https://rpc.tenet.org'] },
default: { http: ['https://rpc.tenet.org'] },
},
blockExplorers: {
default: { name: 'TenetScan Mainnet', url: 'https://tenetscan.io' },
},
testnet: false,
})