enzymefinance / protocol

Enzyme Protocol Implementation

Home Page:https://enzyme.finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Define `withdrawTokens` as a `virtual` function in `ExchangeAdapter`

SeanJCasey opened this issue · comments

Right now, we're defining withdrawTokens directly in the EthfinexAdapter, but it should probably be abstracted to ExchangeAdapter as a virtual function that is overridden by the adapter implementations.

We'll wait to see how DeversiFI uses token wrappers before abstracting this.

No longer relevant.