UNPKG

@lit-protocol/vincent-scaffold-sdk

Version:

Shared build configuration and utilities for Vincent abilities and policies

6 lines 286 B
/** * Helper function to get Alchemy chain configuration * Supports all chains exported from AlchemyInfra by mapping chainId to the corresponding chain object. */ export declare function getAlchemyChainConfig(chainId: number): any; //# sourceMappingURL=getAlchemyChainConfig.d.ts.map