UNPKG

@coinbase/cdp-sdk

Version:

SDK for interacting with the Coinbase Developer Platform Wallet API

8 lines 372 B
/** * Get the base node RPC URL for a given network. Can also be used as a Paymaster URL * * @param network - The network identifier * @returns The base node RPC URL or undefined if the network is not supported */ export declare function getBaseNodeRpcUrl(network: "base" | "base-sepolia"): Promise<string | undefined>; //# sourceMappingURL=getBaseNodeRpcUrl.d.ts.map