UNPKG

@plasma-fi/sdk

Version:

🛠 An SDK for building dapp on PlasmaSwap.

8 lines (7 loc) • 223 B
import { ChainId } from '../constants/constants'; /** * Returns API url by chain id * @param chainId * @param isWss - add wss:// */ export declare function get0xApiUrl(chainId: ChainId, isWss?: boolean): string;