PHP WebShell

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

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

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

export const bronos = /*#__PURE__*/ defineChain({
  id: 1039,
  name: 'Bronos',
  nativeCurrency: {
    decimals: 18,
    name: 'BRO',
    symbol: 'BRO',
  },
  rpcUrls: {
    default: { http: ['https://evm.bronos.org'] },
  },
  blockExplorers: {
    default: {
      name: 'BronoScan',
      url: 'https://broscan.bronos.org',
    },
  },
})

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


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