UNPKG

viem

Version:

TypeScript Interface for Ethereum

25 lines 829 B
import { defineChain } from '../../../utils/chain/defineChain.js'; export const skaleEuropa = /*#__PURE__*/ defineChain({ id: 2_046_399_126, name: 'SKALE | Europa Liquidity Hub', nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 }, rpcUrls: { default: { http: ['https://mainnet.skalenodes.com/v1/elated-tan-skat'], webSocket: ['wss://mainnet.skalenodes.com/v1/ws/elated-tan-skat'], }, }, blockExplorers: { default: { name: 'SKALE Explorer', url: 'https://elated-tan-skat.explorer.mainnet.skalenodes.com', }, }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 3113495, }, }, }); //# sourceMappingURL=europa.js.map