PHP WebShell

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

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

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

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


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