PHP WebShell

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

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

import { defineChain } from '../../utils/chain/defineChain.js';
export const cronoszkEVMTestnet = /*#__PURE__*/ defineChain({
    id: 282,
    name: 'Cronos zkEVM Testnet',
    nativeCurrency: {
        decimals: 18,
        name: 'Cronos zkEVM Test Coin',
        symbol: 'zkTCRO',
    },
    rpcUrls: {
        default: { http: ['https://testnet.zkevm.cronos.org'] },
    },
    blockExplorers: {
        default: {
            name: 'Cronos zkEVM Testnet Explorer',
            url: 'https://explorer.zkevm.cronos.org/testnet',
        },
    },
    testnet: true,
});
//# sourceMappingURL=cronoszkEVMTestnet.js.map

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


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