@dappworks/kit 0.5.12 → 0.5.13
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.
|
@@ -18,7 +18,6 @@ import { iopayWallet, metaMaskWallet, walletConnectWallet, okxWallet, binanceWal
|
|
|
18
18
|
import SafeAppsSDK, { TransactionStatus } from '@safe-global/safe-apps-sdk';
|
|
19
19
|
import { Card, Input } from '@nextui-org/react';
|
|
20
20
|
import axios3 from 'axios';
|
|
21
|
-
import { iotex } from 'viem/chains';
|
|
22
21
|
|
|
23
22
|
// ../../node_modules/semver/internal/constants.js
|
|
24
23
|
var require_constants = __commonJS({
|
|
@@ -39597,6 +39596,8 @@ try {
|
|
|
39597
39596
|
}
|
|
39598
39597
|
} catch (error) {
|
|
39599
39598
|
}
|
|
39599
|
+
|
|
39600
|
+
// module/Wallet/ledger.tsx
|
|
39600
39601
|
var _transport = null;
|
|
39601
39602
|
var _signer = null;
|
|
39602
39603
|
async function createTransport() {
|
|
@@ -39648,8 +39649,7 @@ var ConnectLedger = async () => {
|
|
|
39648
39649
|
if (address) {
|
|
39649
39650
|
RootStore.Get(WalletStore).set({
|
|
39650
39651
|
account: address,
|
|
39651
|
-
isConnect: true
|
|
39652
|
-
chain: iotex
|
|
39652
|
+
isConnect: true
|
|
39653
39653
|
});
|
|
39654
39654
|
clearInterval(interval);
|
|
39655
39655
|
return signer;
|
|
@@ -40261,4 +40261,4 @@ js-sha3/src/sha3.js:
|
|
|
40261
40261
|
|
|
40262
40262
|
export { AppProvider, AutoMan, BigNumberInputState, BigNumberState, ConnectLedger, DisconnectLedger, ObjectPool, PromiseHook, StorageListState, StorageState, WalletConfigStore, WalletHistoryStore, WalletRpcStore, WalletStore };
|
|
40263
40263
|
//# sourceMappingURL=out.js.map
|
|
40264
|
-
//# sourceMappingURL=chunk-
|
|
40264
|
+
//# sourceMappingURL=chunk-HXPL5QU3.mjs.map
|