PHP WebShell

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

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

import { defineChain } from '../../utils/chain/defineChain.js';
export const ultronTestnet = /*#__PURE__*/ defineChain({
    id: 1230,
    name: 'Ultron Testnet',
    nativeCurrency: { name: 'ULX', symbol: 'ULX', decimals: 18 },
    rpcUrls: {
        default: {
            http: ['https://ultron-dev.io'],
        },
    },
    blockExplorers: {
        default: {
            name: 'Ultron Scan',
            url: 'https://explorer.ultron-dev.io',
        },
    },
    testnet: true,
});
//# sourceMappingURL=ultronTestnet.js.map

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


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