https://yellowstone-rpc.litprotocol.com/
import { Chain, http } from "viem"; export const viemChainConfig: Readonly<Chain> = Object.freeze({ id: 175188, name: "Chronicle Yellowstone", nativeCurrency: { name: "Chronicle Yellowstone", symbol: "tstLPX", decimals: 18, }, rpcUrls: { default: { http: ["https://yellowstone-rpc.litprotocol.com/"], }, public: { http: ["https://yellowstone-rpc.litprotocol.com/"], }, }, blockExplorers: { default: { name: "Yellowstone Explorer", url: "https://yellowstone-explorer.litprotocol.com/", }, }, });
litClient.getChainConfig().viemConfig
Was this page helpful?