@agether/agether 1.2.0 → 1.3.1
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/package.json +2 -2
- package/skills/agether/SKILL.md +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agether/agether",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "OpenClaw plugin for Agether — on-chain credit for AI agents",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"openclaw": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
]
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@agether/sdk": "^1.
|
|
12
|
+
"@agether/sdk": "^1.10.1",
|
|
13
13
|
"axios": "^1.6.0",
|
|
14
14
|
"ethers": "^6.9.0"
|
|
15
15
|
},
|
package/skills/agether/SKILL.md
CHANGED
|
@@ -230,9 +230,9 @@ Morpho Blue (direct lending, overcollateralized 125%)
|
|
|
230
230
|
|
|
231
231
|
| Contract | Address |
|
|
232
232
|
|----------|---------|
|
|
233
|
-
| AccountFactory | `
|
|
234
|
-
| ValidationRegistry | `
|
|
235
|
-
| AgentReputation | `
|
|
233
|
+
| AccountFactory | `0xFab8b924fb292a736BA05AF7b4AEC2c8d05cdcbF` |
|
|
234
|
+
| ValidationRegistry | `0x493f1551cbbC75afb2127CDBD5375ad8e8959f42` |
|
|
235
|
+
| AgentReputation | `0x1fcb28eE3E8F3234E653b0A7a6fb56dE11E3c203` |
|
|
236
236
|
| ERC-8004 Identity | `0x8004A169FB4a3325136EB29fA0ceB6D2e539a432` |
|
|
237
237
|
| Morpho Blue | `0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb` |
|
|
238
238
|
| USDC | `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` |
|