agentwallet-sdk 4.0.0 → 4.0.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.
|
@@ -31,7 +31,7 @@ const AUSDC_ADDRESS = {
|
|
|
31
31
|
arbitrum: '0x724dc807b04555b71ed48a6896b6F41593b8C637',
|
|
32
32
|
};
|
|
33
33
|
/** Fee placeholder — replace with multisig before mainnet launch */
|
|
34
|
-
const FEE_COLLECTOR = '
|
|
34
|
+
const FEE_COLLECTOR = '0xff86829393C6C26A4EC122bE0Cc3E466Ef876AdD';
|
|
35
35
|
const CHAINS = {
|
|
36
36
|
base,
|
|
37
37
|
arbitrum,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentwallet-sdk",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "Non-custodial AI agent wallet SDK. x402 payments, 17-chain CCTP bridging, ERC-6551 identity, SpendingPolicy guardrails, agent DID, staking, trust verification. The agent holds the keys.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|