viem
Version:
19 lines • 558 B
JavaScript
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