PHP WebShell

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

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

// src/chains/definitions/phoenix.ts
import { defineChain } from '../../utils/chain/defineChain.js'

export const phoenix = /*#__PURE__*/ defineChain({
  id: 13381,
  name: 'Phoenix Blockchain',
  nativeCurrency: { name: 'Phoenix', symbol: 'PHX', decimals: 18 },
  rpcUrls: {
    default: {
      http: ['https://rpc.phoenixplorer.com'],
    },
  },
  blockExplorers: {
    default: {
      name: 'Phoenixplorer',
      url: 'https://phoenixplorer.com',
      apiUrl: 'https://phoenixplorer.com/api',
    },
  },
  contracts: {
    multicall3: {
      address: '0x498cF757a575cFF2c2Ed9f532f56Efa797f86442',
      blockCreated: 5620192,
    },
  },
})

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


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