UNPKG

viem

Version:

TypeScript Interface for Ethereum

46 lines 1.41 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ancient8 = void 0; const chainConfig_js_1 = require("../../op-stack/chainConfig.js"); const defineChain_js_1 = require("../../utils/chain/defineChain.js"); const sourceId = 1; exports.ancient8 = (0, defineChain_js_1.defineChain)({ ...chainConfig_js_1.chainConfig, id: 888888888, name: 'Ancient8', nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.ancient8.gg'], }, }, blockExplorers: { default: { name: 'Ancient8 explorer', url: 'https://scan.ancient8.gg', apiUrl: 'https://scan.ancient8.gg/api', }, }, contracts: { ...chainConfig_js_1.chainConfig.contracts, l2OutputOracle: { [sourceId]: { address: '0xB09DC08428C8b4EFB4ff9C0827386CDF34277996', }, }, portal: { [sourceId]: { address: '0x639F2AECE398Aa76b07e59eF6abe2cFe32bacb68', blockCreated: 19070571, }, }, l1StandardBridge: { [sourceId]: { address: '0xd5e3eDf5b68135D559D572E26bF863FBC1950033', blockCreated: 19070571, }, }, }, sourceId, }); //# sourceMappingURL=ancient8.js.map