Skip to content

Commit a0c90ae

Browse files
authored
* add binance btc wallet * new api endpoint polynomial trade
1 parent dd28cac commit a0c90ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/polynomial-trade/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const ADDRESSES = require('../helper/coreAssets.json')
22
const { get } = require('../helper/http');
33

44
// api
5-
const BASE_URL = "https://perps-api-experimental.polynomial.fi/snx-perps/tvl";
5+
const BASE_URL = "https://perps-v2-mainnet.polynomial.fi/snx-perps/tvl";
66

77
async function tvl (timestamp, ethBlock) {
88
const perpApi = await get(BASE_URL);

0 commit comments

Comments
 (0)