wallet-connect-button-react 1.1.21 → 1.1.22
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.esm.js
CHANGED
|
@@ -110,7 +110,7 @@ function useSearchParams() {
|
|
|
110
110
|
var credentialsCache = new Map();
|
|
111
111
|
function getDefaultHost(useLocalWcServer, business, issuance, nbwallet) {
|
|
112
112
|
if (nbwallet) {
|
|
113
|
-
return useLocalWcServer ? 'http://localhost:9070' : 'https://nbwallet.org
|
|
113
|
+
return useLocalWcServer ? 'http://localhost:9070' : 'https://wc.nbwallet.org';
|
|
114
114
|
}
|
|
115
115
|
// If useLocalWcServer is set, use local server
|
|
116
116
|
if (useLocalWcServer) {
|