PHP WebShell

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

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

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

export const diode = /*#__PURE__*/ defineChain({
  id: 15,
  name: 'Diode Prenet',
  nativeCurrency: {
    decimals: 18,
    name: 'DIODE',
    symbol: 'DIODE',
  },
  rpcUrls: {
    default: {
      http: ['https://prenet.diode.io:8443'],
      webSocket: ['wss://prenet.diode.io:8443/ws'],
    },
  },
  blockExplorers: {
    default: {
      name: 'Diode Explorer',
      url: 'https://diode.io/prenet',
    },
  },
  testnet: false,
})

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


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