Commit b5f499a8 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 4482ae35
......@@ -329,7 +329,7 @@ async function adder(sig, qty, date, pair) {
qty = 0.001
else if (pair === 'ETHUSDT')
qty = 0.01
lastToken = lastToken.replace(/_/g, '').replace(/Lp/g, '').replace(/BTC/g, '').replace(/ /g, '')
lastToken = lastToken.replace(/_/g, '').replace(/Lp/g, '').replace(/BTC/g, '').replace(/ETH/g, '').replace(/eth/g, '').replace(/BNB/g, '').replace(/bnb/g, '').replace(/ /g, '')
console.log('Add db and ex :', lastToken)
let d
if (sig.includes('Buy')) {
......
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