UNPKG

viem

Version:

TypeScript Interface for Ethereum

33 lines 948 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.happychainTestnet = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.happychainTestnet = (0, defineChain_js_1.defineChain)({ id: 216, name: 'Happychain Testnet', nativeCurrency: { symbol: 'HAPPY', name: 'HAPPY', decimals: 18, }, rpcUrls: { default: { http: ['https://rpc.testnet.happy.tech/http'], webSocket: ['wss://rpc.testnet.happy.tech/ws'], }, }, blockExplorers: { default: { name: 'Happy Chain Testnet Explorer', url: 'https://explorer.testnet.happy.tech', }, }, contracts: { multicall3: { address: '0xca11bde05977b3631167028862be2a173976ca11', blockCreated: 1, }, }, testnet: true, }); //# sourceMappingURL=happychainTestnet.js.map