@kwespay/widget 1.0.9 → 1.0.10

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/esm/index.js CHANGED
@@ -3772,7 +3772,7 @@ const PaymentMethods = {
3772
3772
  if (explorerLink) {
3773
3773
  explorerLink.href =
3774
3774
  (NETWORK_CONFIGS[this.state.selectedNetwork]?.explorer ?? "") +
3775
- receipt.txHash;
3775
+ receipt.hash;
3776
3776
  }
3777
3777
 
3778
3778
  this._setProcessingView("success");
@@ -20656,7 +20656,7 @@ ${e.length}`,n=new TextEncoder().encode(t+e);return "0x"+toString$1(keccak_256$1
20656
20656
  if (explorerLink) {
20657
20657
  explorerLink.href =
20658
20658
  (NETWORK_CONFIGS[this.state.selectedNetwork]?.explorer ?? "") +
20659
- receipt.txHash;
20659
+ receipt.hash;
20660
20660
  }
20661
20661
 
20662
20662
  this._setProcessingView("success");