v1-contracts icon indicating copy to clipboard operation
v1-contracts copied to clipboard

ABI removeLiquidity return values name collision

Open PeterTheOne opened this issue 5 years ago • 0 comments

In the Exchange Interface ABI json both return values from the function removeLiquidity are named out. When I generate typescript types from the ABI with typechain I get an error: error TS2300: Duplicate identifier 'out'.

Please rename them with different names.

PeterTheOne avatar Jan 28 '20 22:01 PeterTheOne