agentwallet-sdk 4.0.2 → 4.0.3
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/swap/types.d.ts +1 -1
- package/dist/swap/types.js +1 -1
- package/package.json +1 -1
package/dist/swap/types.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export declare const UNISWAP_V3_BASE: {
|
|
|
11
11
|
QUOTER_V2: string;
|
|
12
12
|
};
|
|
13
13
|
/** Protocol fee in bps — 0.875% */
|
|
14
|
-
export declare const PROTOCOL_FEE_BPS =
|
|
14
|
+
export declare const PROTOCOL_FEE_BPS = 770;
|
|
15
15
|
/** Default slippage in bps — 0.5% */
|
|
16
16
|
export declare const DEFAULT_SLIPPAGE_BPS = 50;
|
|
17
17
|
//# sourceMappingURL=types.d.ts.map
|
package/dist/swap/types.js
CHANGED
|
@@ -12,7 +12,7 @@ export const UNISWAP_V3_BASE = {
|
|
|
12
12
|
QUOTER_V2: '0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a',
|
|
13
13
|
};
|
|
14
14
|
/** Protocol fee in bps — 0.875% */
|
|
15
|
-
export const PROTOCOL_FEE_BPS =
|
|
15
|
+
export const PROTOCOL_FEE_BPS = 770;
|
|
16
16
|
/** Default slippage in bps — 0.5% */
|
|
17
17
|
export const DEFAULT_SLIPPAGE_BPS = 50;
|
|
18
18
|
//# sourceMappingURL=types.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentwallet-sdk",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
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",
|