@flarenetwork/multichain-wallet-connector 0.0.2-rc.24 → 0.0.2-rc.25
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/core/index.mjs +1 -1
- package/dist/{core-CHXRAJ_7.mjs → core-CJ2Ge7oD.mjs} +2 -1
- package/dist/{core-CHXRAJ_7.mjs.map → core-CJ2Ge7oD.mjs.map} +1 -1
- package/dist/index-BoPtY6iM.d.mts.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/react/index.mjs +2 -2
- package/dist/{react-CW_Whlok.mjs → react-Cl9T1AD5.mjs} +2 -2
- package/dist/{react-CW_Whlok.mjs.map → react-Cl9T1AD5.mjs.map} +1 -1
- package/package.json +1 -1
package/dist/core/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { _ as objectFromEntries, a as WalletErrorHelper, b as shortenAddress, c as MetaMaskError, d as WalletError, f as ErrorCode, g as objectEntries, h as ChainGuards, i as DcentConnector, l as LedgerError, n as EvmClient, o as XamanError, p as ConfigResolver, r as Bip44, s as WalletConnectError, t as MultiChain, u as DcentError, v as objectKeys, y as objectValues } from "../core-
|
|
1
|
+
import { _ as objectFromEntries, a as WalletErrorHelper, b as shortenAddress, c as MetaMaskError, d as WalletError, f as ErrorCode, g as objectEntries, h as ChainGuards, i as DcentConnector, l as LedgerError, n as EvmClient, o as XamanError, p as ConfigResolver, r as Bip44, s as WalletConnectError, t as MultiChain, u as DcentError, v as objectKeys, y as objectValues } from "../core-CJ2Ge7oD.mjs";
|
|
2
2
|
export { Bip44, ChainGuards, ConfigResolver, DcentConnector, DcentError, ErrorCode, EvmClient, LedgerError, MetaMaskError, MultiChain, WalletConnectError, WalletError, WalletErrorHelper, XamanError, objectEntries, objectFromEntries, objectKeys, objectValues, shortenAddress };
|
|
@@ -1884,6 +1884,7 @@ var LedgerConnector = class extends BaseConnector {
|
|
|
1884
1884
|
throw new LedgerError("COMMON_FEATURE_NOT_SUPPORTED");
|
|
1885
1885
|
}
|
|
1886
1886
|
async fetchAddressesForSelection(chain, paths) {
|
|
1887
|
+
await this.transportManager.close();
|
|
1887
1888
|
await this.requireApp(chain);
|
|
1888
1889
|
return (await LedgerAppFactory.createApp(chain, this.transportManager)).getComputedAddresses(paths, this.resolvedConfig.getChain(chain).ledgerHrp);
|
|
1889
1890
|
}
|
|
@@ -2936,4 +2937,4 @@ var MultiChain = class {
|
|
|
2936
2937
|
//#endregion
|
|
2937
2938
|
export { objectFromEntries as _, WalletErrorHelper as a, shortenAddress as b, MetaMaskError as c, WalletError as d, ErrorCode as f, objectEntries as g, ChainGuards as h, DcentConnector as i, LedgerError as l, evmCaip2s as m, EvmClient as n, XamanError as o, ConfigResolver as p, Bip44 as r, WalletConnectError as s, MultiChain as t, DcentError as u, objectKeys as v, objectValues as y };
|
|
2938
2939
|
|
|
2939
|
-
//# sourceMappingURL=core-
|
|
2940
|
+
//# sourceMappingURL=core-CJ2Ge7oD.mjs.map
|