Skip to content

Commit ff6dc5a

Browse files
committed
Merge branch 'main' into feat/hyperliquid-ability
2 parents ee21c5f + 0d935ea commit ff6dc5a

File tree

71 files changed

+2304
-659
lines changed

Some content is hidden

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

71 files changed

+2304
-659
lines changed

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

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

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

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

docs/smart-account/introduction/about.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ Smart Accounts are programmable blockchain accounts that enable advanced transac
1313
- **Advanced Recovery:** Implement flexible account recovery mechanisms beyond traditional seed phrases
1414
- **Policy Enforcement:** All operations validated through Vincent abilities before execution
1515

16+
## Smart Account Proof of Concept
17+
18+
If you'd like to take a look at the code for integrating a Smart Account with Vincent, please check out our proof of concept here:
19+
20+
<Card title="Vincent Smart Account Signer" icon="code" href="https://github.com/LIT-Protocol/vincent-smart-account-signer" color="#FF4205">
21+
Proof of concept implementation showing how to integrate Smart Accounts with Vincent
22+
</Card>
23+
1624
## How Smart Accounts Work with Vincent
1725

1826
1. **You create a Smart Account** using a provider like [ZeroDev](https://zerodev.app/), [Biconomy](https://biconomy.io/), or [Safe](https://safe.global/), with your EOA wallet as the owner, establishing programmable control over your on-chain assets.

packages/apps/abilities-e2e/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.1.9 (2025-11-06)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated ability-aerodrome-swap to 0.4.0
6+
17
## 1.1.8 (2025-10-23)
28

39
### 🧱 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.8",
4+
"version": "1.1.9",
55
"dependencies": {
66
"@aa-sdk/core": "^4.53.1",
77
"@account-kit/infra": "^4.53.1",

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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"ipfsCid": "QmdZbVBcQbt5uEcRbNxDqExpRL5viY89BCTJMFP7HS7i5c"
2+
"ipfsCid": "QmbJFSsGqgohru4jULRAL9AyoijKfjTzPrKByTxddZk1No"
33
}

packages/apps/ability-aerodrome-swap/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.4.0 (2025-11-06)
2+
3+
### 🚀 Features
4+
5+
- Replace local vendor install of sugar-sdk with NPM install of @dromos-labs/sdk.js ([7c45f92b](https://github.com/LIT-Protocol/Vincent/commit/7c45f92b))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated e2e-test-utils to 1.0.0
10+
11+
### ❤️ Thank You
12+
13+
- Wyatt Barnes @spacesailor24
14+
115
## 0.3.0 (2025-10-23)
216

317
### 🚀 Features

packages/apps/ability-aerodrome-swap/jest.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ module.exports = {
66
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
77
transformIgnorePatterns: [
88
// PNPM style: scoped packages with `.` become `+`, and non-scoped stay the same
9-
// Include all @account-kit, @aa-sdk, @wagmi packages and sugar-sdk using wildcards
10-
'<rootDir>/node_modules/.pnpm/(?!(@noble\\+secp256k1|cbor2|@cto\\.af\\+wtf8|@t3-oss\\+env-core|@account-kit\\+[^@]+|@aa-sdk\\+[^@]+|@lit-protocol\\+vincent-scaffold-sdk|@wagmi\\+[^@]+|@tanstack\\+[^@]+|sugar-sdk)@)',
9+
// Include all @account-kit, @aa-sdk, @wagmi packages and @dromos-labs/sdk.js using wildcards
10+
'<rootDir>/node_modules/.pnpm/(?!(@noble\\+secp256k1|cbor2|@cto\\.af\\+wtf8|@t3-oss\\+env-core|@account-kit\\+[^@]+|@aa-sdk\\+[^@]+|@lit-protocol\\+vincent-scaffold-sdk|@wagmi\\+[^@]+|@tanstack\\+[^@]+|@dromos-labs\\+sdk\\.js)@)',
1111

1212
// Absolute path variant (in case of different module resolution by Jest)
13-
`${path.join(__dirname, '../..')}/node_modules/.pnpm/(?!(@noble\\+secp256k1|cbor2|@cto\\.af\\+wtf8|@t3-oss\\+env-core|@account-kit\\+[^@]+|@aa-sdk\\+[^@]+|@lit-protocol\\+vincent-scaffold-sdk|@wagmi\\+[^@]+|@tanstack\\+[^@]+|sugar-sdk)@)`,
13+
`${path.join(__dirname, '../..')}/node_modules/.pnpm/(?!(@noble\\+secp256k1|cbor2|@cto\\.af\\+wtf8|@t3-oss\\+env-core|@account-kit\\+[^@]+|@aa-sdk\\+[^@]+|@lit-protocol\\+vincent-scaffold-sdk|@wagmi\\+[^@]+|@tanstack\\+[^@]+|@dromos-labs\\+sdk\\.js)@)`,
1414

1515
// Fallback for non-PNPM node_modules structure
16-
'node_modules/(?!.pnpm|@noble/secp256k1|cbor2|@cto\\.af/wtf8|@t3-oss/env-core|@account-kit/[^/]+|@aa-sdk/[^/]+|@lit-protocol/vincent-scaffold-sdk|@wagmi/[^/]+|@tanstack/[^/]+|sugar-sdk)',
16+
'node_modules/(?!.pnpm|@noble/secp256k1|cbor2|@cto\\.af/wtf8|@t3-oss/env-core|@account-kit/[^/]+|@aa-sdk/[^/]+|@lit-protocol/vincent-scaffold-sdk|@wagmi/[^/]+|@tanstack/[^/]+|@dromos-labs/sdk.js)',
1717
],
1818
};

packages/apps/ability-aerodrome-swap/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-aerodrome-swap",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)