viem
Version:
22 lines (20 loc) • 539 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const l3x = /*#__PURE__*/ defineChain({
id: 12324,
name: 'L3X Protocol',
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://rpc-mainnet.l3x.com'],
webSocket: ['wss://rpc-mainnet.l3x.com'],
},
},
blockExplorers: {
default: {
name: 'L3X Mainnet Explorer',
url: 'https://explorer.l3x.com',
apiUrl: 'https://explorer.l3x.com/api/v2',
},
},
testnet: false,
})