@agether/agether 2.5.1 → 2.6.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 +33 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agether/agether",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.0",
|
|
4
4
|
"description": "OpenClaw plugin for Agether — onchain credit for AI agents on Ethereum & Base",
|
|
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.8.0",
|
|
13
13
|
"axios": "^1.6.0",
|
|
14
14
|
"ethers": "^6.9.0"
|
|
15
15
|
},
|
package/skills/agether/SKILL.md
CHANGED
|
@@ -430,23 +430,45 @@ Wallet transfers:
|
|
|
430
430
|
|
|
431
431
|
## 📍 CONTRACT ADDRESSES
|
|
432
432
|
|
|
433
|
-
Contracts are deployed on both **Ethereum** and **Base** mainnets. The SDK auto-resolves the correct addresses based on the configured chain.
|
|
433
|
+
Contracts are deployed on both **Ethereum** and **Base** mainnets. The SDK auto-resolves the correct addresses based on the configured chain.
|
|
434
|
+
|
|
435
|
+
### Base (Chain ID 8453)
|
|
436
|
+
|
|
437
|
+
| Contract | Address |
|
|
438
|
+
|----------|---------|
|
|
439
|
+
| Agether4337Factory | `0x8aeE4961EfaA4a1D36e2b24C5b430C8613fB5b8C` |
|
|
440
|
+
| Agether8004ValidationModule | `0x7B18a7E3D5B3d043FC3525Efcd9a2bB1aE1369Ab` |
|
|
441
|
+
| AgetherHookMultiplexer | `0x2D98eff4b959F3dc76f14c5682A8546438406c4A` |
|
|
442
|
+
| Agether7579Bootstrap | `0x5e8e4644c628CB464936981e338635476d012B5F` |
|
|
443
|
+
| Agether8004Scorer | `0xA1a0B09147688a09A3027F960623Ae16d1ca7F69` |
|
|
444
|
+
| TimelockController | `0x7f104DBe209E2a05FFc1700b27eaE1C397f011c4` |
|
|
445
|
+
| USDC | `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` |
|
|
446
|
+
| WETH | `0x4200000000000000000000000000000000000006` |
|
|
447
|
+
| wstETH | `0xc1CBa3fCea344f92D9239c08C0568f6F2F0ee452` |
|
|
448
|
+
| cbETH | `0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22` |
|
|
449
|
+
|
|
450
|
+
### Ethereum (Chain ID 1)
|
|
451
|
+
|
|
452
|
+
| Contract | Address |
|
|
453
|
+
|----------|---------|
|
|
454
|
+
| Agether4337Factory | `0xE350660Ab3EA87b50233854eacCC6328e268fb48` |
|
|
455
|
+
| Agether8004ValidationModule | `0x87Aa07Be4Ab4A2e8EeBf4a4e2451c775D0e3fbf1` |
|
|
456
|
+
| AgetherHookMultiplexer | `0xC0b96e36B20d6689F4E4b8C7A0c19C28e8B45B8B` |
|
|
457
|
+
| Agether7579Bootstrap | `0xD1268B50149e468591Bcba5f6fD3E87b49D43008` |
|
|
458
|
+
| Agether8004Scorer | `0xd281a8ec667E406Fcf1097A64A65d1C88Fb0F7Fa` |
|
|
459
|
+
| TimelockController | `0x2033CD354aAf19191F23211c6A6974fCE038AFBe` |
|
|
460
|
+
| USDC | `0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48` |
|
|
461
|
+
| WETH | `0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2` |
|
|
462
|
+
| wstETH | `0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0` |
|
|
463
|
+
| cbETH | `0xBe9895146f7AF43049ca1c1AE358B0541Ea49704` |
|
|
464
|
+
|
|
465
|
+
### Cross-chain (same address on both networks)
|
|
434
466
|
|
|
435
467
|
| Contract | Address |
|
|
436
468
|
|----------|---------|
|
|
437
|
-
| Agether4337Factory | `0x67DE66D07ff3dba0092C21f070f8a0f53D657BC3` |
|
|
438
|
-
| Agether8004ValidationModule | `0xde896C58163b5f6cAC5B16C1b0109843f26106F6` |
|
|
439
|
-
| AgetherHookMultiplexer | `0x4AB6DaD0f7360fa8d8c75889A5c206B65d7CbeDb` |
|
|
440
|
-
| Agether7579Bootstrap | `0xCc83AA714c05B7141B21a17e80EB21bD09652b27` |
|
|
441
|
-
| Agether8004Scorer | `0x56c7D35A976fac67b1993b66b861fCA32f59104F` |
|
|
442
|
-
| TimelockController | `0xc600e7AAB8a230326C714CE66f356fdf6aC021d8` |
|
|
443
469
|
| Safe Singleton | `0x41675C099F32341bf84BFc5382aF534df5C7461a` |
|
|
444
470
|
| SafeProxyFactory | `0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67` |
|
|
445
471
|
| Safe7579 | `0x7579EE8307284F293B1927136486880611F20002` |
|
|
446
472
|
| EntryPoint v0.7 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` |
|
|
447
473
|
| ERC-8004 Identity | `0x8004A169FB4a3325136EB29fA0ceB6D2e539a432` |
|
|
448
474
|
| Morpho Blue | `0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb` |
|
|
449
|
-
| USDC | `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` |
|
|
450
|
-
| WETH | `0x4200000000000000000000000000000000000006` |
|
|
451
|
-
| wstETH | `0xc1CBa3fCea344f92D9239c08C0568f6F2F0ee452` |
|
|
452
|
-
| cbETH | `0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22` |
|