We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd28cac commit a0c90aeCopy full SHA for a0c90ae
projects/polynomial-trade/index.js
@@ -2,7 +2,7 @@ const ADDRESSES = require('../helper/coreAssets.json')
2
const { get } = require('../helper/http');
3
4
// api
5
-const BASE_URL = "https://perps-api-experimental.polynomial.fi/snx-perps/tvl";
+const BASE_URL = "https://perps-v2-mainnet.polynomial.fi/snx-perps/tvl";
6
7
async function tvl (timestamp, ethBlock) {
8
const perpApi = await get(BASE_URL);
0 commit comments