-
Notifications
You must be signed in to change notification settings - Fork 31
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
feat : Expand Curve(two-crypto) on sonic #693
Conversation
Test coverage changes:
|
getPoolsEndpoint = "/api/getPools/%s/%s" // <chain>/<registry> | ||
|
||
getPoolsEndpoint_Sonic = "/v1/getPools/%s/%s" // <chain>/<registry> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think api
and v1
both works, no need for extra logic here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use v1
pkg/source/curve/pools/sonic.json
Outdated
@@ -0,0 +1,50 @@ | |||
[ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't need this file right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we still need this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for old version in pkg/source for backward compatible
Why did we need it?
Related Issue
Release Note
How Has This Been Tested?
Screenshots (if appropriate):