Skip to content

Commit 1166d4e

Browse files
test: Initial update of solana transaction signer e2e tests to match new API paradigm
- Compose delegator sessionSigs to export the private key - Add TODOs where API changes are still pending (needs the agent PKP's owner to be an actual PKP)
1 parent c7f846d commit 1166d4e

18 files changed

+1419
-718
lines changed

packages/apps/abilities-e2e/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"@aa-sdk/core": "^4.53.1",
77
"@account-kit/infra": "^4.53.1",
88
"@account-kit/smart-contracts": "^4.53.1",
9+
"@lit-protocol/encryption": "^7.3.1",
910
"@lit-protocol/esbuild-plugin-polyfill-node": "^0.3.0",
1011
"@lit-protocol/vincent-ability-erc20-approval": "workspace:*",
1112
"@lit-protocol/vincent-ability-erc20-transfer": "workspace:*",
@@ -30,10 +31,11 @@
3031
},
3132
"devDependencies": {
3233
"@dotenvx/dotenvx": "^1.44.2",
33-
"@lit-protocol/auth-helpers": "^7.3.0",
34-
"@lit-protocol/constants": "^7.2.3",
34+
"@lit-protocol/auth-helpers": "^7.3.1",
35+
"@lit-protocol/constants": "^7.3.1",
3536
"@lit-protocol/contracts-sdk": "^7.2.3",
3637
"@lit-protocol/lit-node-client": "^7.2.3",
38+
"@lit-protocol/types": "^7.2.3",
3739
"viem": "2.29.2"
3840
}
3941
}

0 commit comments

Comments
 (0)