oswap rename

This commit is contained in:
slasher125
2023-03-10 18:38:57 +04:00
parent 2c1b67c748
commit 201d3f7fd6

View File

@@ -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`);