viem
Version:
23 lines • 675 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.hpp = void 0;
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
exports.hpp = (0, defineChain_js_1.defineChain)({
id: 190415,
name: 'HPP Mainnet',
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://mainnet.hpp.io'],
webSocket: ['wss://mainnet.hpp.io'],
},
},
blockExplorers: {
default: {
name: 'HPP Mainnet Explorer',
url: 'https://explorer.hpp.io',
},
},
testnet: false,
});
//# sourceMappingURL=hpp.js.map