UNPKG

viem

Version:

TypeScript Interface for Ethereum

20 lines 649 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const dodochainTestnet = defineChain({ id: 53457, name: 'DODOchain Testnet', nativeCurrency: { decimals: 18, name: 'DODO', symbol: 'DODO' }, rpcUrls: { default: { http: ['https://dodochain-testnet.alt.technology'], webSocket: ['wss://dodochain-testnet.alt.technology/ws'], }, }, blockExplorers: { default: { name: 'DODOchain Testnet (Sepolia) Explorer', url: 'https://testnet-scan.dodochain.com', }, }, testnet: true, }); //# sourceMappingURL=dodochainTestnet.js.map