PHP WebShell

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

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

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

export const neoxMainnet = /*#__PURE__*/ defineChain({
  id: 47763,
  name: 'Neo X Mainnet',
  nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
  rpcUrls: {
    default: {
      http: [
        'https://mainnet-1.rpc.banelabs.org',
        'https://mainnet-2.rpc.banelabs.org',
      ],
    },
  },
  blockExplorers: {
    default: {
      name: 'Neo X - Explorer',
      url: 'https://xexplorer.neo.org',
    },
  },
  testnet: false,
})

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


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