@kimafinance/kima-transaction-widget 1.2.79-beta.1 → 1.2.80-beta.1

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 CHANGED
@@ -3122,7 +3122,7 @@ var StepBox = function StepBox(_ref) {
3122
3122
  }) : step >= index ? index === errorStep ? React__default.createElement(Warning, null) : React__default.createElement(Check, null) : null, React__default.createElement("p", null, item.title)), index === 0 && data !== null && data !== void 0 && data.kimaTxHash ? React__default.createElement("div", {
3123
3123
  className: 'info-item'
3124
3124
  }, React__default.createElement("p", null, "Kima TX ID:", ' ', React__default.createElement(ExternalLink, {
3125
- to: explorerUrl + "/transactions/" + (data === null || data === void 0 ? void 0 : data.kimaTxHash)
3125
+ to: explorerUrl + "/transactions/?tx=" + (data === null || data === void 0 ? void 0 : data.kimaTxHash)
3126
3126
  }, getShortenedAddress((data === null || data === void 0 ? void 0 : data.kimaTxHash) || '')), React__default.createElement(CopyButton, {
3127
3127
  text: data === null || data === void 0 ? void 0 : data.kimaTxHash
3128
3128
  }))) : null, index === 1 && data !== null && data !== void 0 && data.tssPullHash ? React__default.createElement("div", {
@@ -7962,7 +7962,7 @@ function output(out, instance) {
7962
7962
  exports.output = output;
7963
7963
  const assert = { number, bool, bytes, hash, exists, output };
7964
7964
  exports.default = assert;
7965
- //# sourceMappingURL=_assert.js.map
7965
+
7966
7966
  });
7967
7967
 
7968
7968
  unwrapExports(_assert);
@@ -7971,7 +7971,7 @@ var crypto = createCommonjsModule(function (module, exports) {
7971
7971
  Object.defineProperty(exports, "__esModule", { value: true });
7972
7972
  exports.crypto = void 0;
7973
7973
  exports.crypto = typeof globalThis === 'object' && 'crypto' in globalThis ? globalThis.crypto : undefined;
7974
- //# sourceMappingURL=crypto.js.map
7974
+
7975
7975
  });
7976
7976
 
7977
7977
  unwrapExports(crypto);
@@ -8173,7 +8173,7 @@ function randomBytes(bytesLength = 32) {
8173
8173
  throw new Error('crypto.getRandomValues must be defined');
8174
8174
  }
8175
8175
  exports.randomBytes = randomBytes;
8176
- //# sourceMappingURL=utils.js.map
8176
+
8177
8177
  });
8178
8178
 
8179
8179
  unwrapExports(utils);
@@ -8295,7 +8295,7 @@ class SHA2 extends utils.Hash {
8295
8295
  }
8296
8296
  }
8297
8297
  exports.SHA2 = SHA2;
8298
- //# sourceMappingURL=_sha2.js.map
8298
+
8299
8299
  });
8300
8300
 
8301
8301
  unwrapExports(_sha2);
@@ -8428,7 +8428,7 @@ class SHA224 extends SHA256 {
8428
8428
  */
8429
8429
  exports.sha256 = (0, utils.wrapConstructor)(() => new SHA256());
8430
8430
  exports.sha224 = (0, utils.wrapConstructor)(() => new SHA224());
8431
- //# sourceMappingURL=sha256.js.map
8431
+
8432
8432
  });
8433
8433
 
8434
8434
  unwrapExports(sha256);