UNPKG

viem

Version:

TypeScript Interface for Ethereum

21 lines 571 B
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, }); //# sourceMappingURL=xrSepolia.js.map