mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 08:34:23 +08:00
fix: project-lisa pending
This commit is contained in:
@@ -11,6 +11,6 @@ async function tvl() {
|
||||
const reserve = await call({ reserveAddr, abi: 'get-reserve' });
|
||||
const pending = await call({ registryAddr, abi: 'get-mint-requests-pending-amount'});
|
||||
return {
|
||||
blockstack: (reserve.value + pending.value) / 1e6
|
||||
blockstack: (reserve.value + pending) / 1e6
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user