@moonpay/cli 0.2.5 → 0.3.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 +133 -91
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/skills/moonpay-swap-tokens/SKILL.md +1 -1
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@ Swap tokens on Solana using the three-step flow: build an unsigned transaction,
|
|
|
14
14
|
|
|
15
15
|
- `token swap build` — Build an unsigned swap transaction (returns base64 tx + quote)
|
|
16
16
|
- `transaction sign` — Sign the transaction with a local wallet
|
|
17
|
-
- `token swap execute` — Submit the signed transaction
|
|
17
|
+
- `token swap execute` — Submit the signed transaction on-chain
|
|
18
18
|
|
|
19
19
|
## Workflow
|
|
20
20
|
|