UNPKG

viem

Version:

TypeScript Interface for Ethereum

23 lines (21 loc) 552 B
import { defineChain } from '../../utils/chain/defineChain.js' export const siliconSepolia = /*#__PURE__*/ defineChain({ id: 1722641160, name: 'Silicon Sepolia zkEVM', nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, rpcUrls: { default: { http: [ 'https://rpc-sepolia.silicon.network', 'https://silicon-testnet.nodeinfra.com', ], }, }, blockExplorers: { default: { name: 'SiliconSepoliaScope', url: 'https://scope-sepolia.silicon.network', }, }, testnet: true, })