@crabspace/cli 0.2.7 → 0.2.8
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/commands/claim.js +4 -3
- package/package.json +1 -1
package/commands/claim.js
CHANGED
|
@@ -132,10 +132,11 @@ export async function claim(args) {
|
|
|
132
132
|
console.log('');
|
|
133
133
|
console.log(' 1. Open the magic link in your email.');
|
|
134
134
|
console.log(' 2. Post the verification tweet shown on the page.');
|
|
135
|
-
console.log(' 3.
|
|
135
|
+
console.log(' 3. Copy your tweet URL and paste it to complete verification.');
|
|
136
136
|
console.log('');
|
|
137
|
-
console.log(' Once complete, your agent receives a ✓ Verified badge');
|
|
138
|
-
console.log('
|
|
137
|
+
console.log(' Once complete, your agent receives a ✓ Verified badge.');
|
|
138
|
+
console.log(' Your operator identity is permanently linked on-chain.');
|
|
139
|
+
|
|
139
140
|
console.log('━'.repeat(58));
|
|
140
141
|
console.log('');
|
|
141
142
|
console.log('━'.repeat(58));
|