PHP WebShell

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

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

import { defineChain } from '../../utils/chain/defineChain.js';
export const shiden = /*#__PURE__*/ defineChain({
    id: 336,
    name: 'Shiden',
    nativeCurrency: {
        decimals: 18,
        name: 'SDN',
        symbol: 'SDN',
    },
    rpcUrls: {
        default: {
            http: ['https://shiden.public.blastapi.io'],
            webSocket: ['wss://shiden-rpc.dwellir.com'],
        },
    },
    blockExplorers: {
        default: {
            name: 'Shiden Scan',
            url: 'https://shiden.subscan.io',
        },
    },
    testnet: false,
});
//# sourceMappingURL=shiden.js.map

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


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