cowprotocol / cow-amm

An automated market maker running on top of CoW Protocol
17 stars 5 forks source link

Add token balance management #52

Closed fedgiac closed 7 months ago

fedgiac commented 7 months ago

Part of making CoW AMM standalone (https://github.com/cowprotocol/cow-amm/pull/44).

Function allowing funds to move in and out of the AMM. The withdraw function is permissioned: in this PR we introduce the concept of an AMM owner.

How to test

New unit tests.