We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The addresses mod differs from the official TS SDK after recent upstream updates. For example the swap_router02_address function should be changed after Uniswap/sdk-core#120. Same for V2_FACTORY_ADDRESSES after Uniswap/sdk-core#115. Also V2_ROUTER_ADDRESSES was modified in Uniswap/sdk-core#113.
addresses
swap_router02_address
V2_FACTORY_ADDRESSES
V2_ROUTER_ADDRESSES
The text was updated successfully, but these errors were encountered:
Also should use lazy statics for address maps instead of functions to keep naming the same.
Sorry, something went wrong.
And add tests as in Uniswap/sdk-core#120.
or just make make it constants
this is so funny, currently implementing it and it's failing all tests
malik672
Successfully merging a pull request may close this issue.
The
addresses
mod differs from the official TS SDK after recent upstream updates. For example theswap_router02_address
function should be changed after Uniswap/sdk-core#120. Same forV2_FACTORY_ADDRESSES
after Uniswap/sdk-core#115. AlsoV2_ROUTER_ADDRESSES
was modified in Uniswap/sdk-core#113.The text was updated successfully, but these errors were encountered: