@lit-protocol/vincent-scaffold-sdk
Version:
Shared build configuration and utilities for Vincent abilities and policies
29 lines (28 loc) • 753 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.yellowstoneConfig = void 0;
exports.yellowstoneConfig = {
id: 175188,
name: "Chronicle Yellowstone - Lit Protocol Testnet",
nativeCurrency: {
name: "Test LPX",
symbol: "tstLPX",
decimals: 18,
},
rpcUrls: {
default: {
http: ["https://yellowstone-rpc.litprotocol.com/"],
webSocket: [],
},
public: {
http: ["https://yellowstone-rpc.litprotocol.com/"],
webSocket: [],
},
},
blockExplorers: {
default: {
name: "Yellowstone Explorer",
url: "https://yellowstone-explorer.litprotocol.com/",
},
},
};