@flarenetwork/multichain-wallet-connector 0.0.2-rc.23 → 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-CCe3NLRY.mjs → core-CJ2Ge7oD.mjs} +4 -2
- package/dist/{core-CCe3NLRY.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-pdn5rIOl.mjs → react-Cl9T1AD5.mjs} +2 -2
- package/dist/{react-pdn5rIOl.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
|
}
|
|
@@ -2186,7 +2187,8 @@ var WalletConnectXrpClient = class extends XrplClient {
|
|
|
2186
2187
|
method: "xrpl_signTransaction",
|
|
2187
2188
|
params: {
|
|
2188
2189
|
tx_json: prepared,
|
|
2189
|
-
submit: true
|
|
2190
|
+
submit: true,
|
|
2191
|
+
autofill: false
|
|
2190
2192
|
}
|
|
2191
2193
|
}, xrpCaip2)).tx_json.hash;
|
|
2192
2194
|
} finally {
|
|
@@ -2935,4 +2937,4 @@ var MultiChain = class {
|
|
|
2935
2937
|
//#endregion
|
|
2936
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 };
|
|
2937
2939
|
|
|
2938
|
-
//# sourceMappingURL=core-
|
|
2940
|
+
//# sourceMappingURL=core-CJ2Ge7oD.mjs.map
|