UNPKG

viem

Version:

TypeScript Interface for Ethereum

20 lines (18 loc) 443 B
import { defineChain } from '../../utils/chain/defineChain.js' export const telcoinTestnet = /*#__PURE__*/ defineChain({ id: 2017, name: 'Telcoin Adiri Testnet', nativeCurrency: { name: 'Telcoin', symbol: 'TEL', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.telcoin.network'], }, }, blockExplorers: { default: { name: 'telscan', url: 'https://telscan.io', }, }, testnet: true, })