UNPKG

viem

Version:

TypeScript Interface for Ethereum

53 lines 1.54 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.unichainSepolia = void 0; const chainConfig_js_1 = require("../../op-stack/chainConfig.js"); const defineChain_js_1 = require("../../utils/chain/defineChain.js"); const sourceId = 11_155_111; exports.unichainSepolia = (0, defineChain_js_1.defineChain)({ ...chainConfig_js_1.chainConfig, id: 1301, name: 'Unichain Sepolia', nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18, }, rpcUrls: { default: { http: ['https://sepolia.unichain.org'], }, }, blockExplorers: { default: { name: 'Uniscan', url: 'https://sepolia.uniscan.xyz', apiUrl: 'https://api-sepolia.uniscan.xyz/api', }, }, contracts: { ...chainConfig_js_1.chainConfig.contracts, multicall3: { address: '0xca11bde05977b3631167028862be2a173976ca11', blockCreated: 0, }, portal: { [sourceId]: { address: '0x0d83dab629f0e0F9d36c0Cbc89B69a489f0751bD', }, }, l1StandardBridge: { [sourceId]: { address: '0xea58fcA6849d79EAd1f26608855c2D6407d54Ce2', }, }, disputeGameFactory: { [sourceId]: { address: '0xeff73e5aa3B9AEC32c659Aa3E00444d20a84394b', }, }, }, testnet: true, sourceId, }); //# sourceMappingURL=unichainSepolia.js.map