UNPKG

viem

Version:

TypeScript Interface for Ethereum

20 lines 586 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const zkLinkNovaSepoliaTestnet = /*#__PURE__*/ defineChain({ id: 810181, name: 'zkLink Nova Sepolia Testnet', nativeCurrency: { decimals: 18, name: 'ETH', symbol: 'ETH', }, rpcUrls: { default: { http: ['https://sepolia.rpc.zklink.io'] }, }, blockExplorers: { default: { name: 'zkLink Nova Block Explorer', url: 'https://sepolia.explorer.zklink.io', }, }, }); //# sourceMappingURL=zkLinkNovaSepoliaTestnet.js.map