@lit-protocol/vincent-scaffold-sdk
Version:
Shared build configuration and utilities for Vincent abilities and policies
26 lines • 538 B
TypeScript
export declare const yellowstoneConfig: {
id: number;
name: string;
nativeCurrency: {
name: string;
symbol: string;
decimals: number;
};
rpcUrls: {
default: {
http: string[];
webSocket: never[];
};
public: {
http: string[];
webSocket: never[];
};
};
blockExplorers: {
default: {
name: string;
url: string;
};
};
};
//# sourceMappingURL=yellowstoneConfig.d.ts.map