wallet-connect-button-react 1.1.17 → 1.1.18

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.esm.js CHANGED
@@ -127,7 +127,7 @@ function constructURI(clientId, session_type, walletConnectHost, business) {
127
127
  var request_uri_method = "post";
128
128
  var client_id_uri = "x509_san_dns:".concat(new URL(walletConnectHost).hostname);
129
129
  var deepLinkScheme = business
130
- ? 'businesswalletdebuginteraction://wallet.kvk.rijksoverheid.nl'
130
+ ? 'businesswalletdebuginteraction://ebwallet.org'
131
131
  : 'walletdebuginteraction://wallet.edi.rijksoverheid.nl';
132
132
  return "".concat(deepLinkScheme, "/disclosure_based_issuance?request_uri=").concat(encodeURIComponent(request_uri), "&request_uri_method=").concat(request_uri_method, "&client_id=").concat(client_id_uri);
133
133
  }