@txnlab/use-wallet 3.1.5 → 3.1.6
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6026,7 +6026,7 @@ var WalletManager = class {
|
|
|
6026
6026
|
return unsubscribe;
|
|
6027
6027
|
};
|
|
6028
6028
|
this.networkConfig = this.initNetworkConfig(network, algod);
|
|
6029
|
-
this.algodClient = this.createAlgodClient(this.networkConfig[
|
|
6029
|
+
this.algodClient = this.createAlgodClient(this.networkConfig[initialState.activeNetwork]);
|
|
6030
6030
|
this.initializeWallets(wallets);
|
|
6031
6031
|
}
|
|
6032
6032
|
// ---------- Store ------------------------------------------------- //
|