@yamo/cli 1.0.6 → 1.0.7

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/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # 💻 YAMO CLI (v1.0.0 - Protocol v0.4)
1
+ # 💻 YAMO CLI [![npm version](https://badge.fury.io/js/@yamo%2Fcli.svg)](https://www.npmjs.com/package/@yamo/cli)
2
2
 
3
3
  The Command Line Interface for the YAMO Protocol. Now powered by `@yamo/core`.
4
4
 
@@ -18,7 +18,7 @@ Set environment variables or create a `.env` file:
18
18
 
19
19
  ```bash
20
20
  CONTRACT_ADDRESS=0x3c9440fa8d604E732233ea17095e14be1a53b015
21
- RPC_URL=https://rpc.sepolia.org
21
+ RPC_URL=https://ethereum-sepolia-rpc.publicnode.com
22
22
  PRIVATE_KEY=0xYOUR_PRIVATE_KEY
23
23
 
24
24
  # IPFS Settings (optional)
@@ -30,7 +30,7 @@ PINATA_JWT=your_pinata_jwt_if_using_real_ipfs
30
30
 
31
31
  **Sepolia Testnet (default):**
32
32
  - Contract: `0x3c9440fa8d604E732233ea17095e14be1a53b015`
33
- - RPC: `https://rpc.sepolia.org` (free public RPC)
33
+ - RPC: `https://ethereum-sepolia-rpc.publicnode.com` (free public RPC)
34
34
 
35
35
  **Local Development:**
36
36
  - Contract: Deploy using `@yamo/contracts`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamo/cli",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "YAMO Protocol v0.4 - Command-line tools for blockchain integration",
5
5
  "main": "dist/index.js",
6
6
  "type": "commonjs",