Skip to content
Open
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
36 changes: 36 additions & 0 deletions libs/hook-dapp-lib/src/hookDappsRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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],
},
},
}