PHP WebShell

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

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

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

export const fireChain = /*#__PURE__*/ defineChain({
  id: 995,
  name: '5ireChain',
  nativeCurrency: { name: '5ire Token', symbol: '5IRE', decimals: 18 },
  rpcUrls: {
    default: {
      http: ['https://rpc.5ire.network'],
    },
  },
  blockExplorers: {
    default: {
      name: '5ireChain Mainnet Explorer',
      url: 'https://5irescan.io/',
    },
  },
  testnet: false,
})

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


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