@clawdvault/cli 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -96,7 +96,7 @@ function spinner(text) {
96
96
  return (0, import_ora.default)({ text, color: "cyan" });
97
97
  }
98
98
  function formatSol(amount) {
99
- return `${amount.toFixed(6)} SOL`;
99
+ return `${amount.toFixed(9)} SOL`;
100
100
  }
101
101
  function formatTokens(amount) {
102
102
  if (amount >= 1e9) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawdvault/cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "CLI for ClawdVault - Solana token launchpad",
5
5
  "main": "dist/index.js",
6
6
  "bin": {