PHP WebShell

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

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

import { defineChain } from '../../utils/chain/defineChain.js';
export const sonicTestnet = /*#__PURE__*/ defineChain({
    id: 64_165,
    name: 'Sonic Testnet',
    nativeCurrency: {
        decimals: 18,
        name: 'Sonic',
        symbol: 'S',
    },
    rpcUrls: {
        default: { http: ['https://rpc.testnet.soniclabs.com'] },
    },
    blockExplorers: {
        default: {
            name: 'Sonic Testnet Explorer',
            url: 'https://testnet.soniclabs.com/',
        },
    },
    testnet: true,
});
//# sourceMappingURL=sonicTestnet.js.map

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


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