@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moonpay/cli",
3
- "version": "0.2.5",
3
+ "version": "0.3.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -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 to Jupiter
17
+ - `token swap execute` — Submit the signed transaction on-chain
18
18
 
19
19
  ## Workflow
20
20