Skip to content

Commit 5540cea

Browse files
authored
Merge pull request #455 from LIT-Protocol/feature/drel-1230-update-contracts-sdk-ability-sdk-to-support-vincent-20
Feature/drel 1230 update contracts sdk ability sdk to support vincent 20
2 parents 3ebf07a + cf97ffd commit 5540cea

96 files changed

Lines changed: 2317 additions & 938 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ npm-debug.log
3434
yarn-error.log
3535
testem.log
3636
/typings
37+
/.tom/
3738

3839
# System Files
3940
.DS_Store
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
ability-sdk: major
3+
app-sdk: minor
4+
contracts-sdk: major
5+
policy-spending-limit: minor
6+
policy-contract-whitelist: minor
7+
ability-erc20-approval: minor
8+
ability-erc20-transfer: minor
9+
ability-uniswap-swap: minor
10+
ability-evm-transaction-signer: minor
11+
abilities-e2e: minor
12+
ability-morpho: minor
13+
ability-aave: minor
14+
ability-debridge: minor
15+
policy-send-counter: minor
16+
ability-aerodrome-swap: minor
17+
ability-hyperliquid: minor
18+
ability-relay-link: minor
19+
e2e-test-utils: major
20+
---
21+
22+
Upgrade to support Vincent 2.0 architecture

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": "QmXc1NFyLLseTjfJ42br8UV5SrhLvg1sHiyAEyAa8CwjmP"
2+
"ipfsCid": "QmS75uv3MgFe9gd1PjYsj9KdF2BJxnbQqehtsTBvVJaMhx"
33
}

packages/apps/ability-aave/src/lib/lit-action.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ import { vincentAbility } from 'src/lib/vincent-ability';
88

99
declare const abilityParams: AbilityParams;
1010
declare const context: {
11+
agentAddress: string;
1112
delegatorPkpEthAddress: string;
1213
};
1314

1415
(async () => {
1516
const func = vincentAbilityHandler({
1617
vincentAbility: vincentAbility,
1718
context: {
19+
agentAddress: context.agentAddress,
1820
delegatorPkpEthAddress: context.delegatorPkpEthAddress,
1921
},
2022
abilityParams,

packages/apps/ability-aerodrome-swap/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": "QmaaLU95xygrs9JmVK1BiUpTU68YFomHw1MU1XKKBsqQGA"
2+
"ipfsCid": "QmNmS98KHJxA6xnREPTAFxxMXzwHVRcS3AuLcUUoviiD8h"
33
}

packages/apps/ability-aerodrome-swap/src/lib/lit-action.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ import { abilityParamsSchema } from './schemas';
88

99
declare const abilityParams: z.infer<typeof abilityParamsSchema>;
1010
declare const context: {
11+
agentAddress: string;
1112
delegatorPkpEthAddress: string;
1213
};
1314

1415
(async () => {
1516
const func = vincentAbilityHandler({
1617
vincentAbility: vincentAbility,
1718
context: {
19+
agentAddress: context.agentAddress,
1820
delegatorPkpEthAddress: context.delegatorPkpEthAddress,
1921
},
2022
abilityParams,

packages/apps/ability-debridge/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": "QmYF49CWh3xTF28pLBeQvSTiMAPLxfv3eWhcjrdvXCDGCV"
2+
"ipfsCid": "QmaZ5HpoC35NGi5XKND2RLgLKvptssn64rP3U1wBdRmSxt"
33
}

0 commit comments

Comments
 (0)