PHP WebShell

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

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

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

export const ubiq = /*#__PURE__*/ defineChain({
  id: 8,
  name: 'Ubiq Mainnet',
  nativeCurrency: { name: 'UBQ', symbol: 'UBQ', decimals: 18 },
  rpcUrls: {
    default: {
      http: ['https://pyrus2.ubiqscan.io'],
    },
  },
  blockExplorers: {
    default: {
      name: 'Ubiq Scan',
      url: 'https://ubiqscan.io',
    },
  },
  testnet: false,
})

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


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