UNPKG

viem

Version:

TypeScript Interface for Ethereum

24 lines (22 loc) 460 B
import { defineChain } from '../../utils/chain/defineChain.js' export const swissdlt = /*#__PURE__*/ defineChain({ id: 94, name: 'SwissDLT Mainnet', nativeCurrency: { decimals: 18, name: 'BCTS', symbol: 'BCTS', }, rpcUrls: { default: { http: ['https://rpc.swissdlt.ch'], }, }, blockExplorers: { default: { name: 'SwissDLT Explorer', url: 'https://explorer.swissdlt.ch', }, }, testnet: false, })