UNPKG

@accret/bridge-sdk

Version:
7 lines 269 B
import { AccretSupportedChain } from "../types"; export declare function getRpcUrl({ chainId, evm_api_key, solana_api_key, }: { chainId: AccretSupportedChain; evm_api_key?: string; solana_api_key?: string; }): string; //# sourceMappingURL=getRpcUrl.d.ts.map