UNPKG

viem

Version:

TypeScript Interface for Ethereum

21 lines 568 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const reactiveTestnet = /*#__PURE__*/ defineChain({ id: 5_318_007, name: 'Reactive Lasna Testnet', nativeCurrency: { decimals: 18, name: 'Lasna React', symbol: 'lREACT', }, rpcUrls: { default: { http: ['https://lasna-rpc.rnk.dev'] }, }, blockExplorers: { default: { name: 'Reactscan', url: 'https://lasna.reactscan.net', }, }, testnet: true, }); //# sourceMappingURL=reactiveTestnet.js.map