create-message-kit 1.2.10 → 1.2.11

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/index.js CHANGED
@@ -7,7 +7,7 @@ import { default as fs } from "fs-extra";
7
7
  import { isCancel } from "@clack/prompts";
8
8
  import { detect } from "detect-package-manager";
9
9
  import pc from "picocolors";
10
- const defVersion = "1.2.10";
10
+ const defVersion = "1.2.11";
11
11
  const __dirname = dirname(fileURLToPath(import.meta.url));
12
12
 
13
13
  // Read package.json to get the version
@@ -253,7 +253,7 @@ function createReadme(destDir, templateType, projectName, packageManager) {
253
253
 
254
254
  const readmeContent = `# ${projectName}
255
255
 
256
- This project is powered by [MessageKit](https://messagekit.ephemerahq.com/)
256
+ This project is powered by [MessageKit](https://message-kit.org/)
257
257
 
258
258
  ## Setup
259
259
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-message-kit",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -64,7 +64,7 @@ export const paymentRequest: Skill[] = [
64
64
  skill: "/pay [amount] [token] [username] [address]",
65
65
  examples: [
66
66
  "/pay 10 vitalik.eth",
67
- "/pay 1 usdc to 0xc9925662D36DE3e1bF0fD64e779B2e5F0Aead964",
67
+ "/pay 1 usdc to 0xC60E6Bb79322392761BFe3081E302aEB79B30B03",
68
68
  ],
69
69
  description:
70
70
  "Send a specified amount of a cryptocurrency to a destination address. \nWhen tipping, you can assume it's 1 USDC.",
@@ -6,7 +6,7 @@ export const pay: Skill[] = [
6
6
  skill: "/pay [amount] [token] [username] [address]",
7
7
  examples: [
8
8
  "/pay 10 vitalik.eth",
9
- "/pay 1 usdc to 0xc9925662D36DE3e1bF0fD64e779B2e5F0Aead964",
9
+ "/pay 1 usdc to 0xC60E6Bb79322392761BFe3081E302aEB79B30B03",
10
10
  ],
11
11
  description:
12
12
  "Send a specified amount of a cryptocurrency to a destination address. \nWhen tipping, you can asume its 1 usdc.",
@@ -64,7 +64,7 @@ export const paymentRequest: Skill[] = [
64
64
  skill: "/pay [amount] [token] [username] [address]",
65
65
  examples: [
66
66
  "/pay 10 vitalik.eth",
67
- "/pay 1 usdc to 0xc9925662D36DE3e1bF0fD64e779B2e5F0Aead964",
67
+ "/pay 1 usdc to 0xC60E6Bb79322392761BFe3081E302aEB79B30B03",
68
68
  ],
69
69
  description:
70
70
  "Send a specified amount of a cryptocurrency to a destination address. \nWhen tipping, you can assume it's 1 USDC.",
@@ -64,7 +64,7 @@ export const paymentRequest: Skill[] = [
64
64
  skill: "/pay [amount] [token] [username] [address]",
65
65
  examples: [
66
66
  "/pay 10 vitalik.eth",
67
- "/pay 1 usdc to 0xc9925662D36DE3e1bF0fD64e779B2e5F0Aead964",
67
+ "/pay 1 usdc to 0xC60E6Bb79322392761BFe3081E302aEB79B30B03",
68
68
  ],
69
69
  description:
70
70
  "Send a specified amount of a cryptocurrency to a destination address. \nWhen tipping, you can assume it's 1 USDC.",