@varun-ai07/covenant-mcp 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.
- package/dist/cli.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -103,8 +103,8 @@ function addCommand() {
|
|
|
103
103
|
log(" 2. Restart Claude Code", colors.yellow);
|
|
104
104
|
log("");
|
|
105
105
|
log(" Contract Addresses (Base Sepolia):", colors.bold);
|
|
106
|
-
log(" AgentRegistry:
|
|
107
|
-
log(" TaskEscrow:
|
|
106
|
+
log(" AgentRegistry: 0xB215589dA259A98eEE8BF39739F6255131ac33A1", colors.cyan);
|
|
107
|
+
log(" TaskEscrow: 0xFD081B5cB8bAE37DC878078bE3165932b0bC0BB3", colors.cyan);
|
|
108
108
|
log("");
|
|
109
109
|
}
|
|
110
110
|
function removeCommand() {
|