scope360-core 0.0.141 → 0.0.142
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/scope360-core.js
CHANGED
|
@@ -29671,9 +29671,9 @@ function ZV(t, e) {
|
|
|
29671
29671
|
return `${a} s`;
|
|
29672
29672
|
}
|
|
29673
29673
|
function cV(t) {
|
|
29674
|
-
const e = /^(
|
|
29674
|
+
const e = /^(.*?)(BTC|ETH|USDT|USD|USDC)$/, n = t.match(e);
|
|
29675
29675
|
if (n) {
|
|
29676
|
-
const s = n[1], i = n[
|
|
29676
|
+
const s = n[1], i = n[2];
|
|
29677
29677
|
return s === "" || i === "" ? t : `${s}/${i}`;
|
|
29678
29678
|
} else
|
|
29679
29679
|
return t;
|