UNPKG

viem

Version:

TypeScript Interface for Ethereum

28 lines 882 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.alephZero = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.alephZero = (0, defineChain_js_1.defineChain)({ id: 41_455, name: 'Aleph Zero', nativeCurrency: { name: 'Aleph Zero', symbol: 'AZERO', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.alephzero.raas.gelato.cloud'], }, }, blockExplorers: { default: { name: 'Aleph Zero EVM Explorer', url: 'https://evm-explorer.alephzero.org', apiUrl: 'https://evm-explorer.alephzero.org/api', }, }, contracts: { multicall3: { address: '0xca11bde05977b3631167028862be2a173976ca11', blockCreated: 4603377, }, }, }); //# sourceMappingURL=alephZero.js.map