Skip to content

Commit 30f86a8

Browse files
committed
Merge branch 'main' into feat/delegated-wks
2 parents 7cb641f + 82a6921 commit 30f86a8

File tree

166 files changed

+4826
-2859
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+4826
-2859
lines changed

.nx/version-plans/version-plan-1758245236765.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Vincent optimizes for security, interoperability, and user-control to redefine h
7272
# Useful Links
7373

7474
- [Vincent Docs](https://docs.heyvincent.ai/modules.html)
75-
- [Automated Dollar-Cost Averaging Demo](https://demo.heyvincent.ai/)
75+
- [Automated Dollar-Cost Averaging Demo](https://dca.heyvincent.ai/)
7676
- [Telegram Community](https://t.me/+aa73FAF9Vp82ZjJh)
7777

7878
# Contributing

docs/src/Why-Vincent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Vincent optimizes for security, interoperability, and user-control to redefine h
3434

3535
## Get Started in Minutes
3636

37-
If you're a developer looking to deploy your first Vincent-enabled application or ability, head on over to the [Getting Started](./Developers/Getting-Started.md) page.
37+
If you're a developer looking to deploy your first Vincent-enabled application or ability, get started fast with our [Quick Start](./Developers/App-Agent-Developers/Quick-Start.md) guide, or learn more about how it all works on the [Getting Started](./Developers/Getting-Started.md) page.
3838

39-
If you're looking to give Vincent a try as a user, check out the official demo showcasing [automated dollar-cost-averaging](https://demo.heyvincent.ai/).
39+
If you're looking to give Vincent a try as a user, check out the official demo showcasing [automated dollar-cost-averaging](https://dca.heyvincent.ai/).
4040

4141
## Support
4242

packages/apps/abilities-e2e/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 1.1.2 (2025-09-25)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated ability-sdk to 2.2.0
6+
- Updated app-sdk to 2.2.1
7+
- Updated contracts-sdk to 1.3.0
8+
- Updated policy-spending-limit to 2.1.2
9+
- Updated policy-contract-whitelist to 1.1.2
10+
- Updated ability-erc20-approval to 3.1.2
11+
- Updated ability-erc20-transfer to 0.1.2
12+
- Updated ability-uniswap-swap to 5.0.0
13+
- Updated ability-evm-transaction-signer to 0.1.2
14+
- Updated policy-send-counter to 0.2.2
15+
116
## 1.1.1 (2025-09-18)
217

318
### 🧱 Updated Dependencies

packages/apps/abilities-e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lit-protocol/vincent-abilities-e2e",
33
"private": true,
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"dependencies": {
66
"@aa-sdk/core": "^4.53.1",
77
"@account-kit/infra": "^4.53.1",

packages/apps/abilities-e2e/test-e2e/swap.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,6 @@ describe('Uniswap Swap Ability E2E Tests', () => {
410410
expect(quote.tokenOutDecimals).toBe(SWAP_TOKEN_OUT_DECIMALS);
411411

412412
expect(quote.quote).toMatch(/^\d+(\.\d+)?$/);
413-
expect(quote.estimatedGasUsed).toMatch(/^\d+$/);
414-
expect(quote.estimatedGasUsedUSD).toMatch(/^\d+(\.\d+)?$/);
415413
expect(typeof quote.blockNumber).toBe('string');
416414
expect(typeof quote.timestamp).toBe('number');
417415
});

packages/apps/ability-aave/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.2.2 (2025-09-25)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated ability-sdk to 2.2.0
6+
- Updated app-sdk to 2.2.1
7+
18
## 0.2.1 (2025-09-18)
29

310
### 🧱 Updated Dependencies

packages/apps/ability-aave/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit-protocol/vincent-ability-aave",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"publishConfig": {
55
"access": "public"
66
},

packages/apps/ability-aave/src/generated/lit-action.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"ipfsCid": "QmfGUihztRQ4jKqqbFEH1E4rxs6vm3BATepjrkoF7M3DSU"
2+
"ipfsCid": "QmYiAmVCRJu6zVpY73tZjGF7iWxaNFQN6xKT7eFV1Nerj2"
33
}

0 commit comments

Comments
 (0)