mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 21:36:44 +08:00
@@ -1,7 +1,7 @@
|
||||
const { get } = require('./helper/http')
|
||||
async function fetch() {
|
||||
const response = (
|
||||
await get("https://francium.io/api/pools/liquidity")
|
||||
await get("https://francium-data.s3-us-west-2.amazonaws.com/tvl/liquidity.json")
|
||||
).data;
|
||||
|
||||
const poolLiqArray = response.farm.map(pool => pool.liquidityLocked);
|
||||
|
||||
Reference in New Issue
Block a user