UNPKG

viem

Version:

TypeScript Interface for Ethereum

24 lines (22 loc) 444 B
import { defineChain } from '../../utils/chain/defineChain.js' export const sova = /*#__PURE__*/ defineChain({ id: 100_021, name: 'Sova', nativeCurrency: { decimals: 18, name: 'Ether', symbol: 'ETH', }, rpcUrls: { default: { http: ['https://rpc.sova.io'], }, }, blockExplorers: { default: { name: 'Sova Block Explorer', url: 'hhttps://explorer.sova.io', }, }, testnet: false, })