PHP WebShell

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

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

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

export const nautilus = /*#__PURE__*/ defineChain({
  id: 22222,
  name: 'Nautilus Mainnet',
  nativeCurrency: { name: 'ZBC', symbol: 'ZBC', decimals: 9 },
  rpcUrls: {
    default: {
      http: ['https://api.nautilus.nautchain.xyz'],
    },
  },
  blockExplorers: {
    default: {
      name: 'NautScan',
      url: 'https://nautscan.com',
    },
  },
})

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


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