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.js
CHANGED
|
@@ -114,7 +114,7 @@ function useSearchParams() {
|
|
|
114
114
|
var credentialsCache = new Map();
|
|
115
115
|
function getDefaultHost(useLocalWcServer, business, issuance, nbwallet) {
|
|
116
116
|
if (nbwallet) {
|
|
117
|
-
return useLocalWcServer ? 'http://localhost:9070' : 'https://nbwallet.org
|
|
117
|
+
return useLocalWcServer ? 'http://localhost:9070' : 'https://wc.nbwallet.org';
|
|
118
118
|
}
|
|
119
119
|
// If useLocalWcServer is set, use local server
|
|
120
120
|
if (useLocalWcServer) {
|