@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.js CHANGED
@@ -5984,7 +5984,7 @@ var WalletManager = class {
5984
5984
  return unsubscribe;
5985
5985
  };
5986
5986
  this.networkConfig = this.initNetworkConfig(network, algod);
5987
- this.algodClient = this.createAlgodClient(this.networkConfig[network]);
5987
+ this.algodClient = this.createAlgodClient(this.networkConfig[initialState.activeNetwork]);
5988
5988
  this.initializeWallets(wallets);
5989
5989
  }
5990
5990
  // ---------- Store ------------------------------------------------- //