UNPKG

viem

Version:

TypeScript Interface for Ethereum

29 lines 878 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.apexTestnet = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.apexTestnet = (0, defineChain_js_1.defineChain)({ id: 3993, name: 'APEX Testnet', nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc-testnet.apexlayer.xyz'], }, }, blockExplorers: { default: { name: 'Blockscout', url: 'https://exp-testnet.apexlayer.xyz', apiUrl: 'https://exp-testnet.apexlayer.xyz/api', }, }, contracts: { multicall3: { address: '0xf7642be33a6b18D16a995657adb5a68CD0438aE2', blockCreated: 283775, }, }, testnet: true, }); //# sourceMappingURL=apexTestnet.js.map