viem
Version:
25 lines • 768 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const alephZero = /*#__PURE__*/ 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