-
Notifications
You must be signed in to change notification settings - Fork 6.2k
feat: add TVL adapter for Ethereum (ETH) token #14521
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
Conversation
This commit adds a TVL adapter for the custom Ethereum (ETH) token, verified on Etherscan and paired with WETH in a Uniswap V3 pool.
projects/projects/ethereum/index.js
Outdated
|
||
module.exports = { | ||
ethereum: { | ||
tvl: sumTokensExport({ |
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.
please use tvl: () => ({})
and export this TVL function as pool2
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.
✅ Switched tvl
to pool2
as requested. Let me know if there’s anything else needed. Thanks again for reviewing!
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.
will also require a tvl: () => ({})
export
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.
Updated as requested: renamed tvl to pool2 and added the empty tvl: () => ({}) export. Let me know if there's anything else. Thanks again!
Error while running adapter at projects/projects:
|
could you change the file path to |
This token is reported scam on Etherscan, I will close it now. |
This PR adds a TVL adapter for the custom Ethereum (ETH) token.
✅ Verified on Etherscan
✅ Paired with WETH in Uniswap V3
✅ Active liquidity
Thank you!