@moonpay/cli 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4372,7 +4372,7 @@ var LOCAL_TOOLS = [
|
|
|
4372
4372
|
var require2 = createRequire(import.meta.url);
|
|
4373
4373
|
var { version } = require2("../package.json");
|
|
4374
4374
|
var getUpdateNotice = startVersionCheck(version);
|
|
4375
|
-
var DEFAULT_BASE_URL = "
|
|
4375
|
+
var DEFAULT_BASE_URL = "https://agents.moonpay.com";
|
|
4376
4376
|
var program = new Command();
|
|
4377
4377
|
program.name("moonpay").description("MoonPay CLI \u2014 non-custodial crypto tools").version(version).option("-f, --format <type>", "Output format: json, compact, or table", "json");
|
|
4378
4378
|
function getFormat() {
|