UNPKG

viem

Version:

TypeScript Interface for Ethereum

21 lines (19 loc) 590 B
import { defineChain } from '../../../utils/chain/defineChain.js' export const skaleExorde = /*#__PURE__*/ defineChain({ id: 2_139_927_552, name: 'SKALE | Exorde', nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 }, rpcUrls: { default: { http: ['https://mainnet.skalenodes.com/v1/light-vast-diphda'], webSocket: ['wss://mainnet.skalenodes.com/v1/ws/light-vast-diphda'], }, }, blockExplorers: { default: { name: 'SKALE Explorer', url: 'https://light-vast-diphda.explorer.mainnet.skalenodes.com', }, }, contracts: {}, })