mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
7 lines
189 B
TypeScript
7 lines
189 B
TypeScript
import * as paybackAndWithdraw from './paybackAndWithdraw'
|
|
import * as depositAndBorrow from './depositAndBorrow'
|
|
export const strategies = [
|
|
paybackAndWithdraw,
|
|
depositAndBorrow
|
|
]
|