You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the Exchange Interface ABI json both return values from the function
removeLiquidity
are namedout
. 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.
The text was updated successfully, but these errors were encountered: