Chronicle Yellowstone - Lit Protocol Testnet
Also see Chainlist for more details.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Property | Value |
|---|---|
| ChainID | 175188 (0x2ac54) |
| Currency | tstLPX |
| RPC URL | 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?