@merkl/api 0.20.30 → 0.20.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54,6 +54,7 @@ async function computeUniV4PoolTVLFromMostRecentStateSave(chainId, poolID, price
|
|
54
54
|
catch {
|
55
55
|
log.warn(`merklDynamic data - failed to decode state of pool ${poolID} on ${NETWORK_LABELS[chainId]}`);
|
56
56
|
}
|
57
|
+
console.log("debug tvl", chainId, poolID, amount0, amount1, tvl);
|
57
58
|
return { tvl, amount0, amount1, blockNumber: blockNumber };
|
58
59
|
}
|
59
60
|
export class UniswapV4DynamicData {
|