-
Notifications
You must be signed in to change notification settings - Fork 870
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
Fix solidlyv3 pool tvl, add more chains #1782
Conversation
We have pools that share the same address, while being on different chains, i will append chain name to the pool property, but i am not sure if this is okay with your api |
CI error likely caused by missing ALCHEMY_CONNECTION_ETHEREUM env variable |
i've tried locally, but its breaking. can you confirm that the tests run fine on your end? |
@slasher125 All is working here |
ah, its breaking here cause of the graph api key...cause alchemy one is set. anyways, |
Yeah, we have couple of pools that end up having the same address across
chains because of multi chain tokens paired with the native wrapped that
also has the same address, the data looks correct
…On Wed, Mar 26, 2025 at 04:07 slasher125 ***@***.***> wrote:
ah, its breaking here cause of the graph api key...cause alchemy one is
set. anyways,
can u confirm that the pool values are the exact same addresses but just
with the chain as prefix?
—
Reply to this email directly, view it on GitHub
<#1782 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAO3UGGAZOCYUSZDZCTY7C32WIKX7AVCNFSM6AAAAABZQH2RW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONJTGEZDOOJTGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: slasher125]*slasher125* left a comment
(DefiLlama/yield-server#1782)
<#1782 (comment)>
ah, its breaking here cause of the graph api key...cause alchemy one is
set. anyways,
can u confirm that the pool values are the exact same addresses but just
with the chain as prefix?
—
Reply to this email directly, view it on GitHub
<#1782 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAO3UGGAZOCYUSZDZCTY7C32WIKX7AVCNFSM6AAAAABZQH2RW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONJTGEZDOOJTGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@abanchev |
@slasher125 i was just refactoring existing code that was already using alchemy |
No description provided.