PHP WebShell

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

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

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

export const dreyerxTestnet = /*#__PURE__*/ defineChain({
  id: 23452,
  name: 'DreyerX Testnet',
  nativeCurrency: {
    name: 'DreyerX',
    symbol: 'DRX',
    decimals: 18,
  },
  rpcUrls: {
    default: {
      http: ['http://testnet-rpc.dreyerx.com'],
    },
  },
  blockExplorers: {
    default: {
      name: 'DreyerX Testnet Scan',
      url: 'https://testnet-scan.dreyerx.com',
    },
  },
  testnet: true,
})

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


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