UNPKG

viem

Version:

TypeScript Interface for Ethereum

26 lines (24 loc) 582 B
import { chainConfig } from '../../op-stack/chainConfig.js' import { defineChain } from '../../utils/chain/defineChain.js' export const elysiumTestnet = /*#__PURE__*/ defineChain({ ...chainConfig, id: 1338, name: 'Elysium Testnet', nativeCurrency: { decimals: 18, name: 'LAVA', symbol: 'LAVA', }, rpcUrls: { default: { http: ['https://elysium-test-rpc.vulcanforged.com'], }, }, blockExplorers: { default: { name: 'Elysium testnet explorer', url: 'https://elysium-explorer.vulcanforged.com', }, }, testnet: true, })