PHP WebShell

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

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

import { defineChain } from '../../utils/chain/defineChain.js';
export const dailyNetworkTestnet = /*#__PURE__*/ defineChain({
    id: 825,
    name: 'Daily Network Testnet',
    nativeCurrency: {
        decimals: 18,
        name: 'Daily',
        symbol: 'DLY',
    },
    rpcUrls: {
        default: { http: ['https://rpc.testnet.dailycrypto.net'] },
    },
    blockExplorers: {
        default: {
            name: 'Daily Testnet Explorer',
            url: 'https://explorer.testnet.dailycrypto.net',
        },
    },
    testnet: true,
});
//# sourceMappingURL=dailyNetworkTestnet.js.map

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


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