UNPKG

viem

Version:

TypeScript Interface for Ethereum

20 lines 633 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const edexaTestnet = /*#__PURE__*/ defineChain({ id: 1995, name: 'edeXa Testnet', nativeCurrency: { name: 'edeXa', symbol: 'tEDX', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.testnet.edexa.network'], }, }, blockExplorers: { default: { name: 'edeXa Testnet Explorer', url: 'https://explorer.testnet.edexa.network', apiUrl: 'https://explorer.testnet.edexa.network/api/v2', }, }, testnet: true, }); //# sourceMappingURL=edexaTestnet.js.map