assembly/core/strategies/protocols/compound/index.ts

8 lines
176 B
TypeScript
Raw Normal View History

2021-09-04 17:39:05 +00:00
import depositAndBorrow from "./deposit-and-borrow"
import paybackAndWithdraw from "./payback-and-withdraw"
export default [
depositAndBorrow,
paybackAndWithdraw,
]