@moonpay/cli 0.6.6 → 0.6.7
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-2SGV2LWL.js → chunk-DWAP6OI2.js} +13 -3
- package/dist/chunk-DWAP6OI2.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/{mcp-AKKUIO6M.js → mcp-5QZGKH7E.js} +2 -2
- package/package.json +1 -1
- package/skills/moonpay-deposit/SKILL.md +58 -0
- package/dist/chunk-2SGV2LWL.js.map +0 -1
- /package/dist/{mcp-AKKUIO6M.js.map → mcp-5QZGKH7E.js.map} +0 -0
|
@@ -404,15 +404,24 @@ var schemas_default = [
|
|
|
404
404
|
chain: {
|
|
405
405
|
type: "string",
|
|
406
406
|
description: "Chain this address is on (solana, ethereum, bitcoin, tron)"
|
|
407
|
+
},
|
|
408
|
+
qrCode: {
|
|
409
|
+
type: "string",
|
|
410
|
+
description: "URL to a QR code image for the deposit address"
|
|
407
411
|
}
|
|
408
412
|
},
|
|
409
413
|
required: [
|
|
410
414
|
"address",
|
|
411
|
-
"chain"
|
|
415
|
+
"chain",
|
|
416
|
+
"qrCode"
|
|
412
417
|
],
|
|
413
418
|
additionalProperties: false
|
|
414
419
|
},
|
|
415
420
|
description: "Deposit addresses across all supported chains \u2014 send any token to any of these"
|
|
421
|
+
},
|
|
422
|
+
instructions: {
|
|
423
|
+
type: "string",
|
|
424
|
+
description: "Human-readable instructions explaining how to use the deposit"
|
|
416
425
|
}
|
|
417
426
|
},
|
|
418
427
|
required: [
|
|
@@ -420,7 +429,8 @@ var schemas_default = [
|
|
|
420
429
|
"destinationWallet",
|
|
421
430
|
"destinationChain",
|
|
422
431
|
"depositUrl",
|
|
423
|
-
"wallets"
|
|
432
|
+
"wallets",
|
|
433
|
+
"instructions"
|
|
424
434
|
],
|
|
425
435
|
additionalProperties: false
|
|
426
436
|
}
|
|
@@ -6815,4 +6825,4 @@ export {
|
|
|
6815
6825
|
x402Request,
|
|
6816
6826
|
virtualAccountWalletRegister
|
|
6817
6827
|
};
|
|
6818
|
-
//# sourceMappingURL=chunk-
|
|
6828
|
+
//# sourceMappingURL=chunk-DWAP6OI2.js.map
|