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