UNPKG

viem

Version:

TypeScript Interface for Ethereum

33 lines 864 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.morph = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.morph = (0, defineChain_js_1.defineChain)({ id: 2818, name: 'Morph', nativeCurrency: { decimals: 18, name: 'Ether', symbol: 'ETH', }, rpcUrls: { default: { http: ['https://rpc.morphl2.io'], webSocket: ['wss://rpc.morphl2.io:8443'], }, }, blockExplorers: { default: { name: 'Morph Explorer', url: 'https://explorer.morphl2.io', }, }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 3654913, }, }, testnet: false, }); //# sourceMappingURL=morph.js.map