diff --git a/libs/hook-dapp-lib/src/hookDappsRegistry.ts b/libs/hook-dapp-lib/src/hookDappsRegistry.ts index e64ab1915ba..7d47c4067e1 100644 --- a/libs/hook-dapp-lib/src/hookDappsRegistry.ts +++ b/libs/hook-dapp-lib/src/hookDappsRegistry.ts @@ -194,4 +194,40 @@ export const hookDappsRegistry = { walletCompatibility: ['EOA'], }, }, + 'cow-sdk://flashloans/aave/v3/collateral-swap': { + name: 'Aave', + type: 'EXTERNAL', + descriptionShort: 'Aave Collateral Swap Flashloan', + description: 'The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping collateral assets when there are borrow positions. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features.', + version: '0.0.1', + website: 'https://aave.com', + image: 'https://raw.githubusercontent.com/aave/interface/refs/heads/main/public/icons/tokens/aave.svg', + conditions: { + supportedNetworks: [11155111], + }, + }, + 'cow-sdk://flashloans/aave/v3/debt-swap': { + name: 'Aave', + type: 'EXTERNAL', + descriptionShort: 'Aave Debt Swap Flashloan', + description: 'The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping debt assets. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features.', + version: '0.0.1', + website: 'https://aave.com', + image: 'https://raw.githubusercontent.com/aave/interface/refs/heads/main/public/icons/tokens/aave.svg', + conditions: { + supportedNetworks: [11155111], + }, + }, + 'cow-sdk://flashloans/aave/v3/repay-with-collateral': { + name: 'Aave', + type: 'EXTERNAL', + descriptionShort: 'Aave Repay with Collateral Flashloan', + description: 'The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like repaying borrow positions using collateral. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features.', + version: '0.0.1', + website: 'https://aave.com', + image: 'https://raw.githubusercontent.com/aave/interface/refs/heads/main/public/icons/tokens/aave.svg', + conditions: { + supportedNetworks: [11155111], + }, + }, }