@swapkit/core 1.0.0-rc.73 → 1.0.0-rc.74

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
@@ -1081,7 +1081,7 @@ const M = (e, t) => {
1081
1081
  }
1082
1082
  case h.UNBOND: {
1083
1083
  const { address: n, unbondAmount: a } = t;
1084
- return `${e}:${n}:${a * 10 ** 8}`;
1084
+ return `${e}:${n}:${a}`;
1085
1085
  }
1086
1086
  case h.THORNAME_REGISTER: {
1087
1087
  const { name: n, chain: a, address: s, owner: r } = t;