Skip to content

Commit 0f7a2bb

Browse files
Merge pull request #370 from LIT-Protocol/feat/aerodrome
Init Aerodrome Swap Ability
2 parents 905c27f + 5dbcc95 commit 0f7a2bb

Some content is hidden

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

52 files changed

+2851
-46
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
ability-aerodrome-swap: minor
3+
---
4+
5+
Initial release of Aerodrome Swap Ability, allowing Vincent Apps to swap ERC20s on behalf of Vincent Users

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"ability-aave",
6969
"ability-debridge",
7070
"policy-send-counter",
71-
"ability-sol-transaction-signer"
71+
"ability-aerodrome-swap"
7272
],
7373
"projectsRelationship": "independent",
7474
"releaseTagPattern": "vincent/{projectName}/{version}",

packages/apps/abilities-e2e/jest.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ module.exports = {
1212
],
1313
transformIgnorePatterns: [
1414
// PNPM style: scoped packages with `.` become `+`, and non-scoped stay the same
15-
// Include all @account-kit and @aa-sdk packages using wildcards
16-
'<rootDir>/node_modules/.pnpm/(?!(@noble\\+secp256k1|cbor2|@cto\\.af\\+wtf8|@account-kit\\+[^@]+|@aa-sdk\\+[^@]+|@lit-protocol\\+vincent-scaffold-sdk)@)',
15+
// Include all @account-kit, @aa-sdk, @wagmi packages and sugar-sdk using wildcards
16+
'<rootDir>/node_modules/.pnpm/(?!(@noble\\+secp256k1|cbor2|@cto\\.af\\+wtf8|@account-kit\\+[^@]+|@aa-sdk\\+[^@]+|@lit-protocol\\+vincent-scaffold-sdk|@wagmi\\+[^@]+|@tanstack\\+[^@]+|sugar-sdk)@)',
1717

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

2121
// Fallback for non-PNPM node_modules structure
22-
'node_modules/(?!.pnpm|@noble/secp256k1|cbor2|@cto\\.af/wtf8|@account-kit/[^/]+|@aa-sdk/[^/]+|@lit-protocol/vincent-scaffold-sdk)',
22+
'node_modules/(?!.pnpm|@noble/secp256k1|cbor2|@cto\\.af/wtf8|@account-kit/[^/]+|@aa-sdk/[^/]+|@lit-protocol/vincent-scaffold-sdk|@wagmi/[^/]+|@tanstack/[^/]+|sugar-sdk)',
2323
],
2424
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
2525
coverageDirectory: 'coverage',

packages/apps/abilities-e2e/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@lit-protocol/vincent-policy-spending-limit": "workspace:*",
2121
"@lit-protocol/vincent-scaffold-sdk": "^1.1.7",
2222
"@lit-protocol/vincent-wrapped-keys": "workspace:*",
23+
"@lit-protocol/vincent-ability-aerodrome-swap": "workspace:*",
2324
"@solana/web3.js": "^1.98.4",
2425
"esbuild": "^0.25.5",
2526
"ethers": "5.8.0",

packages/apps/abilities-e2e/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"ability-evm-transaction-signer:action:deploy",
2020
"policy-contract-whitelist:action:deploy",
2121
"policy-send-counter:action:deploy",
22+
"ability-aerodrome-swap:action:deploy",
2223
"^build"
2324
]
2425
},

0 commit comments

Comments
 (0)