PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/viem/chains/definitions

Просмотр файла: qMainnet.ts

import { defineChain } from '../../utils/chain/defineChain.js'

export const qMainnet = /*#__PURE__*/ defineChain({
  id: 35441,
  name: 'Q Mainnet',
  nativeCurrency: {
    decimals: 18,
    name: 'Q',
    symbol: 'Q',
  },
  rpcUrls: {
    default: { http: ['https://rpc.q.org'] },
  },
  blockExplorers: {
    default: {
      name: 'Q Mainnet Explorer',
      url: 'https://explorer.q.org',
      apiUrl: 'https://explorer.q.org/api',
    },
  },
})

Выполнить команду


Для локальной разработки. Не используйте в интернете!