UNPKG

viem

Version:

TypeScript Interface for Ethereum

38 lines 1.12 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tempoModerato = void 0; const chainConfig_js_1 = require("../../tempo/chainConfig.js"); const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.tempoModerato = (0, defineChain_js_1.defineChain)({ ...chainConfig_js_1.chainConfig, id: 42431, hardfork: 't5', blockExplorers: { default: { name: 'Tempo Explorer', url: 'https://explore.testnet.tempo.xyz', }, }, contracts: { earnFactory: { address: '0xb5889A96114014d4C032ebD76772c10bF3b97137', }, erc4626EngineFactory: { address: '0xd43D00981222a8db444A528E69f19E3cE5A7D2Ff', }, }, name: 'Tempo Testnet (Moderato)', nativeCurrency: { name: 'USD', symbol: 'USD', decimals: 6, }, rpcUrls: { default: { http: ['https://rpc.moderato.tempo.xyz'], webSocket: ['wss://rpc.moderato.tempo.xyz'], }, }, testnet: true, }); //# sourceMappingURL=tempoModerato.js.map