-
Notifications
You must be signed in to change notification settings - Fork 848
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
Apeswap multichain #480
Apeswap multichain #480
Conversation
src/adaptors/apeswap-amm/index.js
Outdated
); | ||
|
||
return { | ||
pool: pool.lpToken, | ||
chain: utils.formatChain('binance'), | ||
pool: `${pool.lpToken}-${chain}`.toLowerCase(), |
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.
hey. i know this is whats in the readme, but its mainly for new adapters. in your case please do not modify the pool
values. so lets revert this specific change (and all other changes to the pool field if any)
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.
Done! Can you check again please
The apeswap-amm adapter exports pools: Test Suites: 1 passed, 1 total
|
No description provided.