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