@txnlab/use-wallet 0.1.18 → 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/cjs/index.js
CHANGED
|
@@ -897,7 +897,6 @@ class PeraWalletClient extends BaseWallet {
|
|
|
897
897
|
* Helpful resources:
|
|
898
898
|
* https://github.com/randlabs/myalgo-connect
|
|
899
899
|
*/
|
|
900
|
-
const myAlgo = new MyAlgoConnect__default["default"]({ disableLedgerNano: false });
|
|
901
900
|
class MyAlgoWalletClient extends BaseWallet {
|
|
902
901
|
#client;
|
|
903
902
|
id;
|
|
@@ -909,6 +908,7 @@ class MyAlgoWalletClient extends BaseWallet {
|
|
|
909
908
|
this.provider = initWallet.provider;
|
|
910
909
|
}
|
|
911
910
|
static async init() {
|
|
911
|
+
const myAlgo = new MyAlgoConnect__default["default"]({ disableLedgerNano: false });
|
|
912
912
|
const initWallet = {
|
|
913
913
|
id: exports.PROVIDER_ID.MYALGO_WALLET,
|
|
914
914
|
client: myAlgo,
|