UNPKG

viem

Version:

TypeScript Interface for Ethereum

20 lines (18 loc) 453 B
import { defineChain } from '../../utils/chain/defineChain.js' export const lens = /*#__PURE__*/ defineChain({ id: 232, name: 'Lens', nativeCurrency: { name: 'GHO', symbol: 'GHO', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.lens.xyz'], }, }, blockExplorers: { default: { name: 'Lens Block Explorer', url: 'https://explorer.lens.xyz', apiUrl: 'https://explorer.lens.xyz/api', }, }, })