Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .cursorignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Add directories or file patterns to ignore during indexing (e.g. foo/ or *.csv)
packages/**/generated/lit-action.js
packages/**/generated/lit-action.js
packages/**/node_modules
packages/**/dist
5 changes: 5 additions & 0 deletions .nx/version-plans/version-plan-1764371566652.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
e2e-test-utils: major
---

Refactors dev environment to so that the dev EOA mints a Platforum User PKP which mints and owns an Agent PKP for each Vincent App
2 changes: 0 additions & 2 deletions packages/apps/abilities-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"@lit-protocol/vincent-ability-erc20-transfer": "workspace:*",
"@lit-protocol/vincent-ability-evm-transaction-signer": "workspace:*",
"@lit-protocol/vincent-ability-sdk": "workspace:*",
"@lit-protocol/vincent-ability-sol-transaction-signer": "workspace:*",
"@lit-protocol/vincent-ability-uniswap-swap": "workspace:*",
"@lit-protocol/vincent-app-sdk": "workspace:*",
"@lit-protocol/vincent-contracts-sdk": "workspace:*",
Expand All @@ -22,7 +21,6 @@
"@lit-protocol/vincent-scaffold-sdk": "^1.1.7",
"@lit-protocol/vincent-wrapped-keys": "workspace:*",
"@lit-protocol/vincent-ability-aerodrome-swap": "workspace:*",
"@solana/web3.js": "^1.98.4",
"esbuild": "^0.25.5",
"ethers": "5.8.0",
"ipfs-only-hash": "^4.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/apps/abilities-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"ability-uniswap-swap:action:deploy",
"ability-erc20-approval:action:deploy",
"ability-erc20-transfer:action:deploy",
"ability-sol-transaction-signer:action:deploy",
"ability-evm-transaction-signer:action:deploy",
"policy-contract-whitelist:action:deploy",
"policy-send-counter:action:deploy",
Expand Down
Loading