UNPKG

viem

Version:

TypeScript Interface for Ethereum

33 lines 922 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.palmTestnet = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.palmTestnet = (0, defineChain_js_1.defineChain)({ id: 11_297_108_099, name: 'Palm Testnet', nativeCurrency: { decimals: 18, name: 'PALM', symbol: 'PALM', }, rpcUrls: { default: { http: ['https://palm-mainnet.public.blastapi.io'], webSocket: ['wss://palm-mainnet.public.blastapi.io'], }, }, blockExplorers: { default: { name: 'Chainlens', url: 'https://palm.chainlens.com', }, }, contracts: { multicall3: { address: '0xca11bde05977b3631167028862be2a173976ca11', blockCreated: 15429248, }, }, testnet: true, }); //# sourceMappingURL=palmTestnet.js.map