UNPKG

viem

Version:

TypeScript Interface for Ethereum

22 lines 633 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hoodi = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.hoodi = (0, defineChain_js_1.defineChain)({ id: 560048, name: 'Hoodi', nativeCurrency: { name: 'Hoodi Ether', symbol: 'ETH', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.hoodi.ethpandaops.io'], }, }, blockExplorers: { default: { name: 'Etherscan', url: 'https://hoodi.etherscan.io', }, }, testnet: true, }); //# sourceMappingURL=hoodi.js.map