@agether/agether 1.5.0 → 1.7.0
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agether/agether",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"description": "OpenClaw plugin for Agether — onchain 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": "^2.
|
|
12
|
+
"@agether/sdk": "^2.3.0",
|
|
13
13
|
"axios": "^1.6.0",
|
|
14
14
|
"ethers": "^6.9.0"
|
|
15
15
|
},
|
package/skills/agether/SKILL.md
CHANGED
|
@@ -231,13 +231,13 @@ Morpho Blue (direct lending, overcollateralized 125%)
|
|
|
231
231
|
|
|
232
232
|
| Contract | Address |
|
|
233
233
|
|----------|---------|
|
|
234
|
-
| Agether4337Factory | `
|
|
235
|
-
| Agether8004ValidationModule | `
|
|
236
|
-
| AgetherHookMultiplexer | `
|
|
237
|
-
| Agether7579Bootstrap | `
|
|
234
|
+
| Agether4337Factory | `0x67DE66D07ff3dba0092C21f070f8a0f53D657BC3` |
|
|
235
|
+
| Agether8004ValidationModule | `0xde896C58163b5f6cAC5B16C1b0109843f26106F6` |
|
|
236
|
+
| AgetherHookMultiplexer | `0x4AB6DaD0f7360fa8d8c75889A5c206B65d7CbeDb` |
|
|
237
|
+
| Agether7579Bootstrap | `0xCc83AA714c05B7141B21a17e80EB21bD09652b27` |
|
|
238
238
|
| ValidationRegistry | Not deployed yet |
|
|
239
|
-
| Agether8004Scorer | `
|
|
240
|
-
| TimelockController | `
|
|
239
|
+
| Agether8004Scorer | `0x56c7D35A976fac67b1993b66b861fCA32f59104F` |
|
|
240
|
+
| TimelockController | `0xc600e7AAB8a230326C714CE66f356fdf6aC021d8` |
|
|
241
241
|
| Safe Singleton | `0x41675C099F32341bf84BFc5382aF534df5C7461a` |
|
|
242
242
|
| SafeProxyFactory | `0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67` |
|
|
243
243
|
| Safe7579 | `0x7579EE8307284F293B1927136486880611F20002` |
|