PHP WebShell

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

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

import { defineChain } from '../../utils/chain/defineChain.js';
export const goChain = /*#__PURE__*/ defineChain({
    id: 60,
    name: 'GoChain',
    nativeCurrency: {
        decimals: 18,
        name: 'GO',
        symbol: 'GO',
    },
    rpcUrls: {
        default: { http: ['https://rpc.gochain.io'] },
    },
    blockExplorers: {
        default: {
            name: 'GoChain Explorer',
            url: 'https://explorer.gochain.io',
        },
    },
    testnet: false,
});
//# sourceMappingURL=goChain.js.map

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


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