UNPKG

viem

Version:

TypeScript Interface for Ethereum

16 lines (14 loc) 399 B
import { defineChain } from '../../utils/chain/defineChain.js' export const jasmyChain = /*#__PURE__*/ defineChain({ id: 680, name: 'Jasmy Chain', network: 'jasmyChain', nativeCurrency: { name: 'JasmyCoin', symbol: 'JASMY', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.jasmychain.io'], webSocket: ['wss://rpc.jasmychain.io'], }, }, testnet: false, })