-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
Implement getPair()
and allPairs()
functions
#114
Comments
gluneau
changed the title
Implement
Implement Jul 19, 2022
getPair(address tokenA, address tokenB)
and allPairs(uint)
getPair()
and allPairs()
functions
I think we have the predeploy-contracts/contracts/dex/DEX.sol Lines 35 to 39 in ea5682f
|
Also, I think |
We need a precompile to iterate enabled pairs and return them. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A request to Implement
getPair(address tokenA, address tokenB)
andallPairs(uint)
functions came from the Orion TeamThe text was updated successfully, but these errors were encountered: