assembly/core/strategies/protocols/compound/index.ts
2021-09-04 20:39:05 +03:00

8 lines
176 B
TypeScript

import depositAndBorrow from "./deposit-and-borrow"
import paybackAndWithdraw from "./payback-and-withdraw"
export default [
depositAndBorrow,
paybackAndWithdraw,
]