()
| 134 | } |
| 135 | |
| 136 | const getSpotUrl = () => { |
| 137 | if (Binance.options.test) return baseTest; |
| 138 | return base; |
| 139 | } |
| 140 | |
| 141 | const uuid22 = (a) => { |
| 142 | return a ? (a ^ Math.random() * 16 >> a / 4).toString(16) : ([1e7] + 1e3 + 4e3 + 8e5).replace(/[018]/g, uuid22); |
no outgoing calls
no test coverage detected