0.7.38
This commit is contained in:
@@ -50,6 +50,50 @@ liquidityEventCount: number,
|
||||
* Total persisted pool lifecycle events.
|
||||
*/
|
||||
poolLifecycleEventCount: number,
|
||||
/**
|
||||
* Total persisted fee events.
|
||||
*/
|
||||
feeEventCount: number,
|
||||
/**
|
||||
* Total persisted reward events.
|
||||
*/
|
||||
rewardEventCount: number,
|
||||
/**
|
||||
* Total persisted pool administration events.
|
||||
*/
|
||||
poolAdminEventCount: number,
|
||||
/**
|
||||
* Total known tokens.
|
||||
*/
|
||||
tokenCount: number,
|
||||
/**
|
||||
* Total tokens missing symbol or name.
|
||||
*/
|
||||
tokenMetadataMissingCount: number,
|
||||
/**
|
||||
* Total tokens used by trade-materialized pairs that still miss symbol or name.
|
||||
*/
|
||||
tradableTokenMetadataMissingCount: number,
|
||||
/**
|
||||
* Total quote-side tokens used by pairs that still miss symbol or name.
|
||||
*/
|
||||
quoteTokenMetadataMissingCount: number,
|
||||
/**
|
||||
* Total pairs whose display symbol is missing or still falls back to raw mints.
|
||||
*/
|
||||
pairSymbolFallbackCount: number,
|
||||
/**
|
||||
* Total pairs whose display symbol is present and does not include raw mints.
|
||||
*/
|
||||
pairSymbolResolvedCount: number,
|
||||
/**
|
||||
* Total pairs whose quote token is WSOL.
|
||||
*/
|
||||
wsolQuotePairCount: number,
|
||||
/**
|
||||
* Total pairs whose quote token is a known stable quote.
|
||||
*/
|
||||
stableQuotePairCount: number,
|
||||
/**
|
||||
* Number of entries currently exposed by the DEX support matrix.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user