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 +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -131,7 +131,7 @@ function constructURI(clientId, session_type, walletConnectHost, business) {
|
|
|
131
131
|
var request_uri_method = "post";
|
|
132
132
|
var client_id_uri = "x509_san_dns:".concat(new URL(walletConnectHost).hostname);
|
|
133
133
|
var deepLinkScheme = business
|
|
134
|
-
? 'businesswalletdebuginteraction://
|
|
134
|
+
? 'businesswalletdebuginteraction://ebwallet.org'
|
|
135
135
|
: 'walletdebuginteraction://wallet.edi.rijksoverheid.nl';
|
|
136
136
|
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);
|
|
137
137
|
}
|