PHP WebShell

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

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

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

export const autheoTestnet = /*#__PURE__*/ defineChain({
  id: 785,
  name: 'Autheo Testnet',
  nativeCurrency: {
    decimals: 18,
    name: 'Autheo',
    symbol: 'THEO',
  },
  rpcUrls: {
    default: {
      http: [
        'https://testnet-rpc1.autheo.com',
        'https://testnet-rpc2.autheo.com',
      ],
    },
  },
  blockExplorers: {
    default: {
      name: 'Autheo Testnet Block Explorer',
      url: 'https://testnet-explorer.autheo.com/',
    },
  },
})

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


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