@swapkit/core 1.0.0-rc.73 → 1.0.0-rc.75
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.es.js +3 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +8 -8
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
|
|
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;
|
|
@@ -1834,6 +1834,8 @@ function le(e) {
|
|
|
1834
1834
|
case i.THORChain:
|
|
1835
1835
|
case i.Maya:
|
|
1836
1836
|
return t.set(0);
|
|
1837
|
+
case i.Cosmos:
|
|
1838
|
+
return t.set(1e-6);
|
|
1837
1839
|
default:
|
|
1838
1840
|
return t.set(1e-8);
|
|
1839
1841
|
}
|