@kimafinance/kima-transaction-widget 1.0.3 → 1.0.4
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.js +1 -5
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -5
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -1267,7 +1267,6 @@ const WalletSelect = () => {
|
|
|
1267
1267
|
};
|
|
1268
1268
|
|
|
1269
1269
|
const version = "logger/5.7.0";
|
|
1270
|
-
//# sourceMappingURL=_version.js.map
|
|
1271
1270
|
|
|
1272
1271
|
let _permanentCensorErrors = false;
|
|
1273
1272
|
let _censorErrors = false;
|
|
@@ -1617,10 +1616,8 @@ class Logger {
|
|
|
1617
1616
|
}
|
|
1618
1617
|
Logger.errors = ErrorCode;
|
|
1619
1618
|
Logger.levels = LogLevel;
|
|
1620
|
-
//# sourceMappingURL=index.js.map
|
|
1621
1619
|
|
|
1622
1620
|
const version$1 = "bytes/5.7.0";
|
|
1623
|
-
//# sourceMappingURL=_version.js.map
|
|
1624
1621
|
|
|
1625
1622
|
const logger = new Logger(version$1);
|
|
1626
1623
|
///////////////////////////////
|
|
@@ -1731,7 +1728,6 @@ function hexStripZeros(value) {
|
|
|
1731
1728
|
}
|
|
1732
1729
|
return "0x" + value.substring(offset);
|
|
1733
1730
|
}
|
|
1734
|
-
//# sourceMappingURL=index.js.map
|
|
1735
1731
|
|
|
1736
1732
|
const createWalletStatus = (isReady, statusMessage = '', forceNetworkSwitch, walletAddress) => ({
|
|
1737
1733
|
isReady,
|
|
@@ -2025,7 +2021,7 @@ const StepBox = ({
|
|
|
2025
2021
|
}) : step >= index ? index === errorStep ? React.createElement(Warning, null) : React.createElement(Check, null) : null, React.createElement("p", null, item.title)), index === 0 && data !== null && data !== void 0 && data.kimaTxHash ? React.createElement("div", {
|
|
2026
2022
|
className: 'info-item'
|
|
2027
2023
|
}, React.createElement("p", null, "Kima TX ID:", ' ', React.createElement(ExternalLink, {
|
|
2028
|
-
to: `https://explorer.kima.finance/
|
|
2024
|
+
to: `https://explorer.kima.finance/transfers`
|
|
2029
2025
|
}, getShortenedAddress((data === null || data === void 0 ? void 0 : data.kimaTxHash) || '')), React.createElement(CopyButton, {
|
|
2030
2026
|
text: data === null || data === void 0 ? void 0 : data.kimaTxHash
|
|
2031
2027
|
}))) : null, index === 1 && data !== null && data !== void 0 && data.tssPullHash ? React.createElement("div", {
|