UNPKG

viem

Version:

TypeScript Interface for Ethereum

28 lines 761 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const unreal = /*#__PURE__*/ defineChain({ id: 18233, name: 'Unreal', nativeCurrency: { name: 'reETH', decimals: 18, symbol: 'reETH', }, rpcUrls: { default: { http: ['https://rpc.unreal-orbit.gelato.digital'] }, }, blockExplorers: { default: { name: 'Unreal Explorer', url: 'https://unreal.blockscout.com', apiUrl: 'https://unreal.blockscout.com/api/v2', }, }, testnet: true, contracts: { multicall3: { address: '0x8b6B0e60D8CD84898Ea8b981065A12F876eA5677', blockCreated: 1745, }, }, }); //# sourceMappingURL=unreal.js.map