@txnlab/use-wallet 0.1.17 → 0.1.19
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -886,7 +886,6 @@ class PeraWalletClient extends BaseWallet {
|
|
|
886
886
|
* Helpful resources:
|
|
887
887
|
* https://github.com/randlabs/myalgo-connect
|
|
888
888
|
*/
|
|
889
|
-
const myAlgo = new MyAlgoConnect({ disableLedgerNano: false });
|
|
890
889
|
class MyAlgoWalletClient extends BaseWallet {
|
|
891
890
|
#client;
|
|
892
891
|
id;
|
|
@@ -898,6 +897,7 @@ class MyAlgoWalletClient extends BaseWallet {
|
|
|
898
897
|
this.provider = initWallet.provider;
|
|
899
898
|
}
|
|
900
899
|
static async init() {
|
|
900
|
+
const myAlgo = new MyAlgoConnect({ disableLedgerNano: false });
|
|
901
901
|
const initWallet = {
|
|
902
902
|
id: PROVIDER_ID.MYALGO_WALLET,
|
|
903
903
|
client: myAlgo,
|