UNPKG

viem

Version:

TypeScript Interface for Ethereum

42 lines 1.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.abstract = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); const chainConfig_js_1 = require("../../zksync/chainConfig.js"); exports.abstract = (0, defineChain_js_1.defineChain)({ ...chainConfig_js_1.chainConfig, id: 2_741, name: 'Abstract', nativeCurrency: { decimals: 18, name: 'ETH', symbol: 'ETH', }, rpcUrls: { default: { http: ['https://api.mainnet.abs.xyz'], webSocket: ['wss://api.mainnet.abs.xyz/ws'], }, }, blockExplorers: { default: { name: 'Etherscan', url: 'https://abscan.org', }, native: { name: 'Abstract Explorer', url: 'https://explorer.mainnet.abs.xyz', }, }, contracts: { multicall3: { address: '0xAa4De41dba0Ca5dCBb288b7cC6b708F3aaC759E7', blockCreated: 5288, }, universalSignatureVerifier: { address: '0xfB688330379976DA81eB64Fe4BF50d7401763B9C', blockCreated: 5263, }, }, }); //# sourceMappingURL=abstract.js.map