v1-contracts
v1-contracts copied to clipboard
ABI removeLiquidity return values name collision
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.