PHP WebShell

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

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

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

export const elastosTestnet = /*#__PURE__*/ defineChain({
  id: 21,
  name: 'Elastos Smart Chain Testnet',
  nativeCurrency: { name: 'tELA', symbol: 'tELA', decimals: 18 },
  rpcUrls: {
    default: {
      http: ['https://api-testnet.elastos.io/eth'],
    },
  },
  blockExplorers: {
    default: {
      name: 'Elastos Explorer',
      url: 'https://esc-testnet.elastos.io',
    },
  },
  testnet: true,
})

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


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