UNPKG

viem

Version:

TypeScript Interface for Ethereum

20 lines (18 loc) 466 B
import { defineChain } from '../../utils/chain/defineChain.js' export const shardeumSphinx = /*#__PURE__*/ defineChain({ id: 8082, name: 'Shardeum Sphinx', nativeCurrency: { name: 'SHARDEUM', symbol: 'SHM', decimals: 18 }, rpcUrls: { default: { http: ['https://sphinx.shardeum.org'], }, }, blockExplorers: { default: { name: 'Shardeum Explorer', url: 'https://explorer-sphinx.shardeum.org', }, }, testnet: true, })