mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
5 lines
92 B
TypeScript
5 lines
92 B
TypeScript
import AaveV2 from "./protocols/aave-v2"
|
|
|
|
export const strategies = {
|
|
aaveV2 : AaveV2,
|
|
} |