@dappworks/kit 0.5.15 → 0.5.16
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.
|
@@ -23509,13 +23509,14 @@ var WalletStore = class _WalletStore {
|
|
|
23509
23509
|
if (this.isLedger) {
|
|
23510
23510
|
const ledger = await GlobalLedgerSigner();
|
|
23511
23511
|
console.log(ledger, "ledger signer");
|
|
23512
|
-
|
|
23512
|
+
const tx = await ledger.sendTransaction({
|
|
23513
23513
|
to: address,
|
|
23514
23514
|
data,
|
|
23515
23515
|
value: value ? BigInt(value) : void 0,
|
|
23516
23516
|
from: this.account,
|
|
23517
23517
|
type: 0
|
|
23518
23518
|
});
|
|
23519
|
+
hash3 = tx == null ? void 0 : tx.hash;
|
|
23519
23520
|
} else {
|
|
23520
23521
|
hash3 = await this.walletClient.sendTransaction({
|
|
23521
23522
|
account: this.account,
|
|
@@ -23676,4 +23677,4 @@ js-sha3/src/sha3.js:
|
|
|
23676
23677
|
|
|
23677
23678
|
export { AppProvider, AutoMan, BigNumberInputState, BigNumberState, ConnectLedger, DisconnectLedger, ObjectPool, PromiseHook, StorageListState, StorageState, WalletConfigStore, WalletHistoryStore, WalletRpcStore, WalletStore };
|
|
23678
23679
|
//# sourceMappingURL=out.js.map
|
|
23679
|
-
//# sourceMappingURL=chunk-
|
|
23680
|
+
//# sourceMappingURL=chunk-43PPHYFY.mjs.map
|