@coinbase/cdp-sdk
Version:
SDK for interacting with the Coinbase Developer Platform Wallet API
8 lines • 315 B
JavaScript
;
// This file was auto-generated by Fern from our API Definition.
Object.defineProperty(exports, "__esModule", { value: true });
exports.CoinbaseApiEnvironment = void 0;
exports.CoinbaseApiEnvironment = {
Default: "https://api.cdp.coinbase.com/platform",
};
//# sourceMappingURL=environments.js.map