@blockrun/clawrouter 0.12.0 → 0.12.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/cli.js +3 -0
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +6 -2
- package/dist/index.js +26 -17
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -3678,6 +3678,9 @@ async function logMigrationWarning(legacyKeyBytes, newKeyBytes) {
|
|
|
3678
3678
|
console.log(`[ClawRouter]`);
|
|
3679
3679
|
console.log(`[ClawRouter] If you had funds in the old wallet, run:`);
|
|
3680
3680
|
console.log(`[ClawRouter] /wallet migrate-solana`);
|
|
3681
|
+
console.log(`[ClawRouter]`);
|
|
3682
|
+
console.log(`[ClawRouter] The new wallet pays gas. Send ~0.005 SOL to:`);
|
|
3683
|
+
console.log(`[ClawRouter] ${newSigner.address}`);
|
|
3681
3684
|
console.log(`[ClawRouter] \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550`);
|
|
3682
3685
|
console.log(`[ClawRouter]`);
|
|
3683
3686
|
} catch {
|