@xuxinlai2002/pns-js
Version:
A NPM package in Typescript for .Play Name Service
22 lines • 574 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const qMainnet = /*#__PURE__*/ defineChain({
id: 35441,
name: 'Q Mainnet',
network: 'q-mainnet',
nativeCurrency: {
decimals: 18,
name: 'Q',
symbol: 'Q',
},
rpcUrls: {
default: { http: ['https://rpc.q.org'] },
public: { http: ['https://rpc.q.org'] },
},
blockExplorers: {
default: {
name: 'Q Mainnet Explorer',
url: 'https://explorer.q.org',
},
},
});
//# sourceMappingURL=qMainnet.js.map