Commit 5d0a5375 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent ec80ad36
...@@ -27,7 +27,7 @@ async function init() { ...@@ -27,7 +27,7 @@ async function init() {
let pair = t[3].replace('usdt', '').replace('usd', '') let pair = t[3].replace('usdt', '').replace('usd', '')
let lp = t[4] let lp = t[4].replace('lp','Lp')
com[i].lp=lp com[i].lp=lp
let p=t[t.length-1].split('.') let p=t[t.length-1].split('.')
p=p[0].split(pair)[0] p=p[0].split(pair)[0]
...@@ -55,7 +55,7 @@ async function init() { ...@@ -55,7 +55,7 @@ async function init() {
pairs=pair pairs=pair
let p=t[t.length-1].split('.') let p=t[t.length-1].split('.')
p=p[0].split(pairs)[1] p=p[0].split(pairs)[1]
let lp = t[4] let lp = t[4].replace('lp','Lp')
console.log(lp,pair) console.log(lp,pair)
let f=found(pair, lp) let f=found(pair, lp)
f.period=p f.period=p
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment