@xuxinlai2002/pns-js
Version:
A NPM package in Typescript for .Play Name Service
22 lines (20 loc) • 561 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const gobi = /*#__PURE__*/ defineChain({
id: 1_663,
name: 'Horizen Gobi Testnet',
network: 'gobi',
nativeCurrency: {
decimals: 18,
name: 'Test ZEN',
symbol: 'tZEN',
},
rpcUrls: {
public: { http: ['https://gobi-testnet.horizenlabs.io/ethv1'] },
default: { http: ['https://gobi-testnet.horizenlabs.io/ethv1'] },
},
blockExplorers: {
default: { name: 'Gobi Explorer', url: 'https://gobi-explorer.horizen.io' },
},
contracts: {},
testnet: true,
})