Skip to content
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

add convergence-rfq-solana #11118

Conversation

Nagaprasadvr
Copy link

No description provided.

@Nagaprasadvr Nagaprasadvr marked this pull request as draft July 26, 2024 11:49
@llamatester
Copy link

The adapter at projects/convergence-rfq-solana exports TVL:

solana                    0

total                    0 


const tvl = async () =>{
const data = await dataFetcher();
const tvlData = data.tradingVolume.spot.overall + data.tradingVolume.options.overall + data.tradingVolume.futures.overall
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a heads up, we cant treat trading volume as tvl, tvl = funds locked in smart contract.

to track volume/fees: https://github.com/DefiLlama/dimension-adapters

@g1nt0ki
Copy link
Member

g1nt0ki commented Aug 13, 2024

closing this for now, can open a new PR when ready

@g1nt0ki g1nt0ki closed this Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants