UNPKG

@sei-js/evm

Version:

TypeScript library for EVM interactions on the Sei blockchain

12 lines (11 loc) 277 B
import { defineChain } from 'viem'; export const seiLocal = defineChain({ id: 713715, name: 'Sei Local', nativeCurrency: { name: 'Sei', symbol: 'SEI', decimals: 18 }, rpcUrls: { default: { http: ['http://localhost:8545'] } } });