PHP WebShell

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

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

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

export const expanse = /*#__PURE__*/ defineChain({
  id: 2,
  name: 'Expanse Network',
  nativeCurrency: {
    decimals: 18,
    name: 'EXP',
    symbol: 'EXP',
  },
  rpcUrls: {
    default: { http: ['https://node.expanse.tech'] },
  },
  blockExplorers: {
    default: {
      name: 'Expanse Explorer',
      url: 'https://explorer.expanse.tech',
    },
  },
  testnet: false,
})

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


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