PHP WebShell

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

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

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

export const etherlinkTestnet = /*#__PURE__*/ defineChain({
  id: 128123,
  name: 'Etherlink Testnet',
  nativeCurrency: {
    decimals: 18,
    name: 'Tez',
    symbol: 'XTZ',
  },
  rpcUrls: {
    default: { http: ['https://node.ghostnet.etherlink.com'] },
  },
  blockExplorers: {
    default: {
      name: 'Etherlink Testnet',
      url: 'https://testnet.explorer.etherlink.com',
    },
  },
  testnet: true,
})

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


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