PHP WebShell

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

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

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/',
        },
    },
});
//# sourceMappingURL=autheoTestnet.js.map

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


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