viem
Version:
21 lines (19 loc) • 536 B
text/typescript
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,
})