WBTC which is used as collateral in a pool is ignored
We have 2 pools: ALPH / USDT and WBTC / USDT.
Locally I ran node test.js projects/linx/index.js and these are the results:
--- alephium ---
ALPH 291.14 k
USDTeth 2.56 k
Total: 293.70 k
--- alephium-borrowed ---
USDTeth 57.12 k
Total: 57.12 k
--- tvl ---
ALPH 291.14 k
USDTeth 2.56 k
Total: 293.70 k
I'd expect to see WBTC there as well.
WBTC which is used as collateral in a pool is ignored
We have 2 pools: ALPH / USDT and WBTC / USDT.
Locally I ran
node test.js projects/linx/index.jsand these are the results:I'd expect to see WBTC there as well.