PHP WebShell

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

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

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

export const premiumBlockTestnet = /*#__PURE__*/ defineChain({
  id: 23_023,
  name: 'PremiumBlock Testnet',
  nativeCurrency: { name: 'Premium Block', symbol: 'PBLK', decimals: 18 },
  rpcUrls: {
    default: {
      http: ['https://rpc.premiumblock.org'],
    },
  },
  blockExplorers: {
    default: {
      name: 'PremiumBlocks Explorer',
      url: 'https://scan.premiumblock.org',
    },
  },
  testnet: true,
})

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


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