@teneo-protocol/cli 2.0.27 → 2.0.30

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -79,7 +79,7 @@ A wallet is auto-generated on first use (AES-256-GCM encrypted). Fund with USDC
79
79
  | Network | Chain ID | USDC Contract |
80
80
  |---------|----------|---------------|
81
81
  | Base | 8453 | `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` |
82
- | Peaq | 3338 | `0xc2d830fdf0497e59d68f8a3e4c1213e86a39afdf` |
82
+ | Peaq | 3338 | `0xbbA60da06c2c5424f03f7434542280FCAd453d10` |
83
83
  | Avalanche | 43114 | `0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E` |
84
84
  | X Layer | 196 | `0x74b7F16337b8972027F6196A17a631aC6dE26d22` |
85
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teneo-protocol/cli",
3
- "version": "2.0.27",
3
+ "version": "2.0.30",
4
4
  "description": "Install the Teneo Protocol CLI and AI agent skills for coding assistants (Claude Code, Cursor, Codex, OpenCode, and more)",
5
5
  "bin": {
6
6
  "teneo-cli": "./install.mjs"