UNPKG

@getclave/lifi-sdk

Version:

LI.FI Any-to-Any Cross-Chain-Swap SDK

4 lines 222 B
import type { ChainId } from '@lifi/types'; export declare const getRpcUrl: (chainId: ChainId) => Promise<string>; export declare const getRpcUrls: (chainId: ChainId) => Promise<string[]>; //# sourceMappingURL=rpc.d.ts.map