PHP WebShell

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

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

import { defineChain } from '../../utils/chain/defineChain.js';
export const xaiTestnet = /*#__PURE__*/ defineChain({
    id: 37714555429,
    name: 'Xai Testnet',
    nativeCurrency: { name: 'sXai', symbol: 'sXAI', decimals: 18 },
    rpcUrls: {
        default: {
            http: ['https://testnet-v2.xai-chain.net/rpc'],
        },
    },
    blockExplorers: {
        default: {
            name: 'Blockscout',
            url: 'https://testnet-explorer-v2.xai-chain.net',
        },
    },
    testnet: true,
});
//# sourceMappingURL=xaiTestnet.js.map

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


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