separb beta
This commit is contained in:
@@ -85,7 +85,7 @@ export async function jBars (symbol, contract, from, to, res) {
|
||||
const mo = String(iDate.getUTCMonth()+1).padStart(2, '0'); // January is month 0 in Date object
|
||||
const date = is_daily_res ? String(iDate.getUTCDate()).padStart(2, '0') : "";
|
||||
const yrmo = !is_single_res ? `-${yr}${mo}` : "";
|
||||
let baseURL = "https://alpha.dexorder.trade/ohlc/"
|
||||
let baseURL = "https://beta.dexorder.trade/ohlc/"
|
||||
|
||||
let chainId = useStore().chainId
|
||||
|
||||
|
||||
Reference in New Issue
Block a user