mirror of
https://github.com/uniwhale-io/DefiLlama-yield-server.git
synced 2026-01-12 17:12:21 +08:00
oswap rename
This commit is contained in:
@@ -2,7 +2,7 @@ const utils = require('../utils');
|
||||
|
||||
const OSWAP_STATS_ENDPOINT = 'https://v2-stats.oswap.io/api/v1';
|
||||
const LIQUIDITY_PROVIDER_ENDPOINT = 'https://liquidity.obyte.org';
|
||||
const COMMON_DATA = { chain: 'Obyte', project: 'oswap' };
|
||||
const COMMON_DATA = { chain: 'Obyte', project: 'oswap-amm' };
|
||||
|
||||
const poolsFunction = async () => {
|
||||
const poolsData = await utils.getData(`${OSWAP_STATS_ENDPOINT}/yield`);
|
||||
Reference in New Issue
Block a user