UNPKG

@augustdigital/vaults

Version:

JS SDK for web3 interactions with the August Digital Lending Pools

5 lines (4 loc) 264 B
export declare const FALLBACK_RPC_URLS: Record<number, string[]>; export declare function getFallbackRpcUrls(chainId: number): string[]; export declare function hasFallbackRpcUrls(chainId: number): boolean; export declare function getConfiguredChains(): number[];