@swapkit/core 1.0.0-rc.96 → 1.0.0-rc.98

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/index.es.js CHANGED
@@ -1497,7 +1497,7 @@ const D = (e, t) => {
1497
1497
  }
1498
1498
  case f.DEPOSIT: {
1499
1499
  const { chain: n, symbol: a, address: i, singleSide: s } = t;
1500
- return s ? `${e}:${n}/${a}::t:0` : `${e}:${((p, u) => {
1500
+ return s ? `${e}:${n}/${a}` : `${e}:${((p, u) => {
1501
1501
  switch (p) {
1502
1502
  case r.Litecoin:
1503
1503
  return "l";
@@ -1508,7 +1508,7 @@ const D = (e, t) => {
1508
1508
  default:
1509
1509
  return `${p}.${u}`;
1510
1510
  }
1511
- })(n, a)}:${i || ""}:t:0`;
1511
+ })(n, a)}:${i || ""}`;
1512
1512
  }
1513
1513
  case f.WITHDRAW: {
1514
1514
  const { chain: n, ticker: a, symbol: i, basisPoints: s, targetAssetString: p, singleSide: u } = t, y = n === "ETH" && a !== "ETH" ? `${a}-${i.slice(-3)}` : i, l = !u && p ? `:${p}` : "";