viem
Version:
22 lines (20 loc) • 470 B
text/typescript
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,
})