PHP WebShell

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

Просмотр файла: xrSepolia.ts

import { defineChain } from '../../utils/chain/defineChain.js'

export const xrSepolia = /*#__PURE__*/ defineChain({
  id: 2730,
  name: 'XR Sepolia',
  nativeCurrency: {
    decimals: 18,
    name: 'tXR',
    symbol: 'tXR',
  },
  rpcUrls: {
    default: { http: ['https://xr-sepolia-testnet.rpc.caldera.xyz/http'] },
  },
  blockExplorers: {
    default: {
      name: 'Blockscout',
      url: 'https://xr-sepolia-testnet.explorer.caldera.xyz',
    },
  },
  testnet: true,
})

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


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