UNPKG

viem

Version:

TypeScript Interface for Ethereum

28 lines 773 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const xoneTestnet = /*#__PURE__*/ defineChain({ id: 33772211, name: 'Xone Chain Testnet', nativeCurrency: { decimals: 18, name: 'XOC', symbol: 'XOC', }, rpcUrls: { default: { http: [ 'https://rpc-testnet.xone.org', 'https://rpc-testnet.xone.plus', 'https://rpc-testnet.knight.center', ], }, }, blockExplorers: { default: { name: 'Xone Testnet Explorer', url: 'https://testnet.xonescan.com', apiUrl: 'http://api.testnet.xonescan.com/api', }, }, testnet: true, }); //# sourceMappingURL=xoneTestnet.js.map