UNPKG

viem

Version:

TypeScript Interface for Ethereum

25 lines 688 B
import { chainConfig } from '../../tempo/chainConfig.js'; import { defineChain } from '../../utils/chain/defineChain.js'; export const tempoDevnet = /*#__PURE__*/ defineChain({ ...chainConfig, id: 31318, name: 'Tempo Devnet', blockExplorers: { default: { name: 'Tempo Explorer', url: 'https://explore.devnet.tempo.xyz', }, }, nativeCurrency: { name: 'USD', symbol: 'USD', decimals: 6, }, rpcUrls: { default: { http: ['https://rpc.devnet.tempoxyz.dev'], webSocket: ['wss://rpc.devnet.tempoxyz.dev'], }, }, }); //# sourceMappingURL=tempoDevnet.js.map