@moonpay/cli 0.6.9 → 0.6.10
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/{chunk-ZWMKESOK.js → chunk-TIV6G4KD.js} +25 -7
- package/dist/chunk-TIV6G4KD.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/{mcp-2THM3UV5.js → mcp-7OXDGMYU.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-ZWMKESOK.js.map +0 -1
- /package/dist/{mcp-2THM3UV5.js.map → mcp-7OXDGMYU.js.map} +0 -0
|
@@ -332,7 +332,7 @@ var schemas_default = [
|
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
334
|
name: "deposit_create",
|
|
335
|
-
description: "Create a new deposit link that generates multi-chain deposit addresses. Anyone can send crypto to these addresses from Solana, Ethereum, Bitcoin, or Tron \u2014 it automatically converts to
|
|
335
|
+
description: "Create a new deposit link that generates multi-chain deposit addresses. Anyone can send crypto to these addresses from Solana, Ethereum, Bitcoin, or Tron \u2014 it automatically converts to the specified stablecoin and settles to the destination wallet and chain.",
|
|
336
336
|
inputSchema: {
|
|
337
337
|
$ref: "#/definitions/deposit_create_input",
|
|
338
338
|
definitions: {
|
|
@@ -357,13 +357,23 @@ var schemas_default = [
|
|
|
357
357
|
"arbitrum",
|
|
358
358
|
"bnb"
|
|
359
359
|
],
|
|
360
|
-
description: "Blockchain of the destination wallet
|
|
360
|
+
description: "Blockchain of the destination wallet"
|
|
361
|
+
},
|
|
362
|
+
token: {
|
|
363
|
+
type: "string",
|
|
364
|
+
enum: [
|
|
365
|
+
"USDC",
|
|
366
|
+
"USDC.e",
|
|
367
|
+
"USDT"
|
|
368
|
+
],
|
|
369
|
+
description: "Token to receive. USDC.e (bridged USDC) is only available on Polygon."
|
|
361
370
|
}
|
|
362
371
|
},
|
|
363
372
|
required: [
|
|
364
373
|
"name",
|
|
365
374
|
"wallet",
|
|
366
|
-
"chain"
|
|
375
|
+
"chain",
|
|
376
|
+
"token"
|
|
367
377
|
],
|
|
368
378
|
additionalProperties: false
|
|
369
379
|
}
|
|
@@ -382,11 +392,11 @@ var schemas_default = [
|
|
|
382
392
|
},
|
|
383
393
|
destinationWallet: {
|
|
384
394
|
type: "string",
|
|
385
|
-
description: "Wallet address that will receive
|
|
395
|
+
description: "Wallet address that will receive the stablecoin"
|
|
386
396
|
},
|
|
387
397
|
destinationChain: {
|
|
388
398
|
type: "string",
|
|
389
|
-
description: "Chain where
|
|
399
|
+
description: "Chain where the stablecoin will be delivered"
|
|
390
400
|
},
|
|
391
401
|
customerToken: {
|
|
392
402
|
type: "string",
|
|
@@ -5074,10 +5084,18 @@ var schemas_default = [
|
|
|
5074
5084
|
}
|
|
5075
5085
|
],
|
|
5076
5086
|
description: "Filter: pending (need to accept, default) or accepted (already signed)"
|
|
5087
|
+
},
|
|
5088
|
+
country: {
|
|
5089
|
+
type: [
|
|
5090
|
+
"string",
|
|
5091
|
+
"null"
|
|
5092
|
+
],
|
|
5093
|
+
description: "Country code for terms (e.g. USA, GBR). Defaults to USA."
|
|
5077
5094
|
}
|
|
5078
5095
|
},
|
|
5079
5096
|
required: [
|
|
5080
|
-
"status"
|
|
5097
|
+
"status",
|
|
5098
|
+
"country"
|
|
5081
5099
|
],
|
|
5082
5100
|
additionalProperties: false
|
|
5083
5101
|
}
|
|
@@ -6973,4 +6991,4 @@ export {
|
|
|
6973
6991
|
x402Request,
|
|
6974
6992
|
virtualAccountWalletRegister
|
|
6975
6993
|
};
|
|
6976
|
-
//# sourceMappingURL=chunk-
|
|
6994
|
+
//# sourceMappingURL=chunk-TIV6G4KD.js.map
|