naracli 1.0.82 → 1.0.83
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/nara-cli-bundle.cjs
CHANGED
|
@@ -173280,12 +173280,12 @@ async function handleAgentGet(agentId, options) {
|
|
|
173280
173280
|
} else {
|
|
173281
173281
|
const tweetText = randomBindTweet(agentId);
|
|
173282
173282
|
const tweetIntent = `https://x.com/intent/tweet?text=${tweetText.replace(/ /g, "%20").replace(/#/g, "%23").replace(/"/g, "%22")}`;
|
|
173283
|
-
console.log(` Tip: Bind your Twitter to earn 20 NARA + stake-free PoMI mining credits!`);
|
|
173283
|
+
console.log(` Tip: Bind your X(Twitter) to earn 20 NARA + stake-free PoMI mining credits!`);
|
|
173284
173284
|
console.log(` 1. Post a tweet with this content:`);
|
|
173285
173285
|
console.log(` ${tweetText}`);
|
|
173286
173286
|
console.log(` Link: ${tweetIntent}`);
|
|
173287
|
-
console.log(` 2.
|
|
173288
|
-
console.log(` 3.
|
|
173287
|
+
console.log(` 2. Follow @NaraBuildAI: https://x.com/intent/follow?screen_name=NaraBuildAI`);
|
|
173288
|
+
console.log(` 3. Then run: npx naracli agent bind-twitter <tweet-url>`);
|
|
173289
173289
|
console.log("");
|
|
173290
173290
|
}
|
|
173291
173291
|
}
|
|
@@ -173764,12 +173764,12 @@ Example:
|
|
|
173764
173764
|
const tweetText = randomBindTweet(agentId);
|
|
173765
173765
|
const tweetIntent = `https://x.com/intent/tweet?text=${tweetText.replace(/ /g, "%20").replace(/#/g, "%23").replace(/"/g, "%22")}`;
|
|
173766
173766
|
console.log("");
|
|
173767
|
-
console.log(` Bind your Twitter to earn 20 NARA + stake-free PoMI mining credits!`);
|
|
173767
|
+
console.log(` Bind your X(Twitter) to earn 20 NARA + stake-free PoMI mining credits!`);
|
|
173768
173768
|
console.log(` 1. Post a tweet with this content:`);
|
|
173769
173769
|
console.log(` ${tweetText}`);
|
|
173770
173770
|
console.log(` Link: ${tweetIntent}`);
|
|
173771
|
-
console.log(` 2.
|
|
173772
|
-
console.log(` 3.
|
|
173771
|
+
console.log(` 2. Follow @NaraBuildAI: https://x.com/intent/follow?screen_name=NaraBuildAI`);
|
|
173772
|
+
console.log(` 3. Then run: npx naracli agent bind-twitter <tweet-url>`);
|
|
173773
173773
|
console.log("");
|
|
173774
173774
|
return;
|
|
173775
173775
|
}
|
|
@@ -174099,7 +174099,7 @@ function registerCommands(program3) {
|
|
|
174099
174099
|
}
|
|
174100
174100
|
|
|
174101
174101
|
// bin/nara-cli.ts
|
|
174102
|
-
var version2 = true ? "1.0.
|
|
174102
|
+
var version2 = true ? "1.0.83" : "dev";
|
|
174103
174103
|
var program2 = new Command();
|
|
174104
174104
|
program2.name("naracli").description("CLI for the Nara chain. Native coin is NARA (not SOL). Mine NARA for free via PoMI quests, manage wallets, register agents, and more. Run 'naracli <command> --help' for details on any command.").version(version2);
|
|
174105
174105
|
program2.option("-r, --rpc-url <url>", "RPC endpoint (default: https://mainnet-api.nara.build/)").option("-w, --wallet <path>", "Path to wallet keypair JSON file (default: ~/.config/nara/id.json)").option("-j, --json", "Output in JSON format");
|
package/package.json
CHANGED
|
@@ -283,12 +283,12 @@ async function handleAgentGet(agentId: string, options: GlobalOptions) {
|
|
|
283
283
|
// Not bound — show bind tip
|
|
284
284
|
const tweetText = randomBindTweet(agentId);
|
|
285
285
|
const tweetIntent = `https://x.com/intent/tweet?text=${tweetText.replace(/ /g, "%20").replace(/#/g, "%23").replace(/"/g, "%22")}`;
|
|
286
|
-
console.log(` Tip: Bind your Twitter to earn 20 NARA + stake-free PoMI mining credits!`);
|
|
286
|
+
console.log(` Tip: Bind your X(Twitter) to earn 20 NARA + stake-free PoMI mining credits!`);
|
|
287
287
|
console.log(` 1. Post a tweet with this content:`);
|
|
288
288
|
console.log(` ${tweetText}`);
|
|
289
289
|
console.log(` Link: ${tweetIntent}`);
|
|
290
|
-
console.log(` 2.
|
|
291
|
-
console.log(` 3.
|
|
290
|
+
console.log(` 2. Follow @NaraBuildAI: https://x.com/intent/follow?screen_name=NaraBuildAI`);
|
|
291
|
+
console.log(` 3. Then run: npx naracli agent bind-twitter <tweet-url>`);
|
|
292
292
|
console.log("");
|
|
293
293
|
}
|
|
294
294
|
}
|
|
@@ -945,13 +945,13 @@ Example:
|
|
|
945
945
|
const tweetText = randomBindTweet(agentId);
|
|
946
946
|
const tweetIntent = `https://x.com/intent/tweet?text=${tweetText.replace(/ /g, "%20").replace(/#/g, "%23").replace(/"/g, "%22")}`;
|
|
947
947
|
console.log("");
|
|
948
|
-
console.log(` Bind your Twitter to earn 20 NARA + stake-free PoMI mining credits!`);
|
|
948
|
+
console.log(` Bind your X(Twitter) to earn 20 NARA + stake-free PoMI mining credits!`);
|
|
949
949
|
console.log(` 1. Post a tweet with this content:`);
|
|
950
950
|
console.log(` ${tweetText}`);
|
|
951
951
|
console.log(` Link: ${tweetIntent}`);
|
|
952
|
-
console.log(` 2.
|
|
953
|
-
console.log(` 3.
|
|
954
|
-
|
|
952
|
+
console.log(` 2. Follow @NaraBuildAI: https://x.com/intent/follow?screen_name=NaraBuildAI`);
|
|
953
|
+
console.log(` 3. Then run: npx naracli agent bind-twitter <tweet-url>`);
|
|
954
|
+
console.log("");
|
|
955
955
|
return;
|
|
956
956
|
}
|
|
957
957
|
|