@ledgerhq/live-common 34.51.0-nightly.8 → 34.51.0-nightly.9
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/lib/deposit/useGroupedCurrenciesByProvider.hook.d.ts.map +1 -1
- package/lib/deposit/useGroupedCurrenciesByProvider.hook.js +3 -4
- package/lib/deposit/useGroupedCurrenciesByProvider.hook.js.map +1 -1
- package/lib/e2e/index.d.ts +4 -8
- package/lib/e2e/index.d.ts.map +1 -1
- package/lib/e2e/speculos.js +6 -6
- package/lib/e2e/speculos.js.map +1 -1
- package/lib/env.react.d.ts +1 -1
- package/lib/env.react.d.ts.map +1 -1
- package/lib/featureFlags/defaultFeatures.d.ts.map +1 -1
- package/lib/featureFlags/defaultFeatures.js +1 -10
- package/lib/featureFlags/defaultFeatures.js.map +1 -1
- package/lib/featureFlags/useFeature.d.ts +1 -1
- package/lib/featureFlags/useFeature.d.ts.map +1 -1
- package/lib/modularDrawer/hooks/index.d.ts +1 -0
- package/lib/modularDrawer/hooks/index.d.ts.map +1 -1
- package/lib/modularDrawer/hooks/index.js +3 -1
- package/lib/modularDrawer/hooks/index.js.map +1 -1
- package/lib/modularDrawer/hooks/useAcceptedCurrency.d.ts +11 -0
- package/lib/modularDrawer/hooks/useAcceptedCurrency.d.ts.map +1 -0
- package/lib/modularDrawer/hooks/useAcceptedCurrency.js +24 -0
- package/lib/modularDrawer/hooks/useAcceptedCurrency.js.map +1 -0
- package/lib/modularDrawer/hooks/useLeftAccounts.d.ts +2 -6
- package/lib/modularDrawer/hooks/useLeftAccounts.d.ts.map +1 -1
- package/lib/modularDrawer/hooks/useLeftAccounts.js +1 -2
- package/lib/modularDrawer/hooks/useLeftAccounts.js.map +1 -1
- package/lib/modularDrawer/hooks/useLeftAccountsApy.d.ts +1 -2
- package/lib/modularDrawer/hooks/useLeftAccountsApy.d.ts.map +1 -1
- package/lib/modularDrawer/hooks/useLeftAccountsApy.js +2 -3
- package/lib/modularDrawer/hooks/useLeftAccountsApy.js.map +1 -1
- package/{lib-es/modularDrawer/hooks/useAssetAccountCounts.d.ts → lib/modularDrawer/hooks/useNetworkAccountCounts.d.ts} +4 -4
- package/lib/modularDrawer/hooks/useNetworkAccountCounts.d.ts.map +1 -0
- package/lib/modularDrawer/hooks/{useAssetAccountCounts.js → useNetworkAccountCounts.js} +5 -4
- package/lib/modularDrawer/hooks/useNetworkAccountCounts.js.map +1 -0
- package/lib/modularDrawer/hooks/useRightBalanceNetwork.d.ts +5 -39
- package/lib/modularDrawer/hooks/useRightBalanceNetwork.d.ts.map +1 -1
- package/lib/modularDrawer/hooks/useRightBalanceNetwork.js +0 -1
- package/lib/modularDrawer/hooks/useRightBalanceNetwork.js.map +1 -1
- package/lib/modularDrawer/modules/createNetworkConfiguration.d.ts +5 -4
- package/lib/modularDrawer/modules/createNetworkConfiguration.d.ts.map +1 -1
- package/lib/modularDrawer/modules/createNetworkConfiguration.js +35 -28
- package/lib/modularDrawer/modules/createNetworkConfiguration.js.map +1 -1
- package/lib/modularDrawer/utils/type.d.ts +7 -6
- package/lib/modularDrawer/utils/type.d.ts.map +1 -1
- package/lib/platform/types.d.ts +2 -2
- package/lib-es/deposit/useGroupedCurrenciesByProvider.hook.d.ts.map +1 -1
- package/lib-es/deposit/useGroupedCurrenciesByProvider.hook.js +3 -4
- package/lib-es/deposit/useGroupedCurrenciesByProvider.hook.js.map +1 -1
- package/lib-es/e2e/index.d.ts +4 -8
- package/lib-es/e2e/index.d.ts.map +1 -1
- package/lib-es/e2e/speculos.js +6 -6
- package/lib-es/e2e/speculos.js.map +1 -1
- package/lib-es/env.react.d.ts +1 -1
- package/lib-es/env.react.d.ts.map +1 -1
- package/lib-es/featureFlags/defaultFeatures.d.ts.map +1 -1
- package/lib-es/featureFlags/defaultFeatures.js +1 -10
- package/lib-es/featureFlags/defaultFeatures.js.map +1 -1
- package/lib-es/featureFlags/useFeature.d.ts +1 -1
- package/lib-es/featureFlags/useFeature.d.ts.map +1 -1
- package/lib-es/modularDrawer/hooks/index.d.ts +1 -0
- package/lib-es/modularDrawer/hooks/index.d.ts.map +1 -1
- package/lib-es/modularDrawer/hooks/index.js +1 -0
- package/lib-es/modularDrawer/hooks/index.js.map +1 -1
- package/lib-es/modularDrawer/hooks/useAcceptedCurrency.d.ts +11 -0
- package/lib-es/modularDrawer/hooks/useAcceptedCurrency.d.ts.map +1 -0
- package/lib-es/modularDrawer/hooks/useAcceptedCurrency.js +20 -0
- package/lib-es/modularDrawer/hooks/useAcceptedCurrency.js.map +1 -0
- package/lib-es/modularDrawer/hooks/useLeftAccounts.d.ts +2 -6
- package/lib-es/modularDrawer/hooks/useLeftAccounts.d.ts.map +1 -1
- package/lib-es/modularDrawer/hooks/useLeftAccounts.js +1 -2
- package/lib-es/modularDrawer/hooks/useLeftAccounts.js.map +1 -1
- package/lib-es/modularDrawer/hooks/useLeftAccountsApy.d.ts +1 -2
- package/lib-es/modularDrawer/hooks/useLeftAccountsApy.d.ts.map +1 -1
- package/lib-es/modularDrawer/hooks/useLeftAccountsApy.js +2 -3
- package/lib-es/modularDrawer/hooks/useLeftAccountsApy.js.map +1 -1
- package/{lib/modularDrawer/hooks/useAssetAccountCounts.d.ts → lib-es/modularDrawer/hooks/useNetworkAccountCounts.d.ts} +4 -4
- package/lib-es/modularDrawer/hooks/useNetworkAccountCounts.d.ts.map +1 -0
- package/lib-es/modularDrawer/hooks/{useAssetAccountCounts.js → useNetworkAccountCounts.js} +3 -2
- package/lib-es/modularDrawer/hooks/useNetworkAccountCounts.js.map +1 -0
- package/lib-es/modularDrawer/hooks/useRightBalanceNetwork.d.ts +5 -39
- package/lib-es/modularDrawer/hooks/useRightBalanceNetwork.d.ts.map +1 -1
- package/lib-es/modularDrawer/hooks/useRightBalanceNetwork.js +0 -1
- package/lib-es/modularDrawer/hooks/useRightBalanceNetwork.js.map +1 -1
- package/lib-es/modularDrawer/modules/createNetworkConfiguration.d.ts +5 -4
- package/lib-es/modularDrawer/modules/createNetworkConfiguration.d.ts.map +1 -1
- package/lib-es/modularDrawer/modules/createNetworkConfiguration.js +34 -25
- package/lib-es/modularDrawer/modules/createNetworkConfiguration.js.map +1 -1
- package/lib-es/modularDrawer/utils/type.d.ts +7 -6
- package/lib-es/modularDrawer/utils/type.d.ts.map +1 -1
- package/lib-es/platform/types.d.ts +2 -2
- package/package.json +46 -49
- package/src/dada-client/MIGRATION_GUIDE.md +42 -70
- package/src/deposit/useGroupedCurrenciesByProvider.hook.ts +4 -5
- package/src/e2e/speculos.ts +5 -7
- package/src/families/internet_computer/__snapshots__/bridge.integration.test.ts.snap +5 -5
- package/src/featureFlags/defaultFeatures.ts +1 -10
- package/src/modularDrawer/hooks/__test__/useAssetAccountCounts.test.ts +6 -6
- package/src/modularDrawer/hooks/__tests__/useAcceptedCurrency.test.ts +176 -0
- package/src/modularDrawer/hooks/index.ts +1 -0
- package/src/modularDrawer/hooks/useAcceptedCurrency.ts +28 -0
- package/src/modularDrawer/hooks/useLeftAccounts.tsx +3 -7
- package/src/modularDrawer/hooks/useLeftAccountsApy.tsx +2 -5
- package/src/modularDrawer/hooks/{useAssetAccountCounts.tsx → useNetworkAccountCounts.tsx} +7 -6
- package/src/modularDrawer/hooks/useRightBalanceNetwork.tsx +5 -3
- package/src/modularDrawer/modules/__test__/createNetworkConfiguration.test.ts +11 -18
- package/src/modularDrawer/modules/createNetworkConfiguration.ts +57 -44
- package/src/modularDrawer/utils/type.ts +11 -9
- package/lib/DataModel.test.d.ts +0 -2
- package/lib/DataModel.test.d.ts.map +0 -1
- package/lib/DataModel.test.js +0 -95
- package/lib/DataModel.test.js.map +0 -1
- package/lib/__fixtures__/solana-spl-epjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v.json +0 -53
- package/lib/__tests__/accounts/groupPerDay.d.ts +0 -2
- package/lib/__tests__/accounts/groupPerDay.d.ts.map +0 -1
- package/lib/__tests__/accounts/groupPerDay.js +0 -221
- package/lib/__tests__/accounts/groupPerDay.js.map +0 -1
- package/lib/__tests__/announcements/filterAnnouncements.d.ts +0 -2
- package/lib/__tests__/announcements/filterAnnouncements.d.ts.map +0 -1
- package/lib/__tests__/announcements/filterAnnouncements.js +0 -667
- package/lib/__tests__/announcements/filterAnnouncements.js.map +0 -1
- package/lib/__tests__/announcements/groupAnnouncements.d.ts +0 -2
- package/lib/__tests__/announcements/groupAnnouncements.d.ts.map +0 -1
- package/lib/__tests__/announcements/groupAnnouncements.js +0 -146
- package/lib/__tests__/announcements/groupAnnouncements.js.map +0 -1
- package/lib/__tests__/announcements/localizedAnnouncements.d.ts +0 -2
- package/lib/__tests__/announcements/localizedAnnouncements.d.ts.map +0 -1
- package/lib/__tests__/announcements/localizedAnnouncements.js +0 -216
- package/lib/__tests__/announcements/localizedAnnouncements.js.map +0 -1
- package/lib/__tests__/csvExport.d.ts +0 -2
- package/lib/__tests__/csvExport.d.ts.map +0 -1
- package/lib/__tests__/csvExport.js +0 -31
- package/lib/__tests__/csvExport.js.map +0 -1
- package/lib/__tests__/currencies.d.ts +0 -2
- package/lib/__tests__/currencies.d.ts.map +0 -1
- package/lib/__tests__/currencies.js +0 -264
- package/lib/__tests__/currencies.js.map +0 -1
- package/lib/__tests__/environment.test.d.ts +0 -2
- package/lib/__tests__/environment.test.d.ts.map +0 -1
- package/lib/__tests__/environment.test.js +0 -9
- package/lib/__tests__/environment.test.js.map +0 -1
- package/lib/__tests__/errors.d.ts +0 -2
- package/lib/__tests__/errors.d.ts.map +0 -1
- package/lib/__tests__/errors.js +0 -20
- package/lib/__tests__/errors.js.map +0 -1
- package/lib/__tests__/hw/getBitcoinLikeInfo.d.ts +0 -2
- package/lib/__tests__/hw/getBitcoinLikeInfo.d.ts.map +0 -1
- package/lib/__tests__/hw/getBitcoinLikeInfo.js +0 -27
- package/lib/__tests__/hw/getBitcoinLikeInfo.js.map +0 -1
- package/lib/__tests__/hw/getDeviceInfo.d.ts +0 -2
- package/lib/__tests__/hw/getDeviceInfo.d.ts.map +0 -1
- package/lib/__tests__/hw/getDeviceInfo.js +0 -594
- package/lib/__tests__/hw/getDeviceInfo.js.map +0 -1
- package/lib/__tests__/hw/getLatestFirmwareForDevice.d.ts +0 -2
- package/lib/__tests__/hw/getLatestFirmwareForDevice.d.ts.map +0 -1
- package/lib/__tests__/hw/getLatestFirmwareForDevice.js +0 -159
- package/lib/__tests__/hw/getLatestFirmwareForDevice.js.map +0 -1
- package/lib/__tests__/manager.d.ts +0 -2
- package/lib/__tests__/manager.d.ts.map +0 -1
- package/lib/__tests__/manager.js +0 -35
- package/lib/__tests__/manager.js.map +0 -1
- package/lib/__tests__/migration/account-migration.d.ts +0 -2
- package/lib/__tests__/migration/account-migration.d.ts.map +0 -1
- package/lib/__tests__/migration/account-migration.js +0 -241
- package/lib/__tests__/migration/account-migration.js.map +0 -1
- package/lib/__tests__/migration/addresses.d.ts +0 -12
- package/lib/__tests__/migration/addresses.d.ts.map +0 -1
- package/lib/__tests__/migration/addresses.js +0 -175
- package/lib/__tests__/migration/addresses.js.map +0 -1
- package/lib/__tests__/mock-bridges.d.ts +0 -2
- package/lib/__tests__/mock-bridges.d.ts.map +0 -1
- package/lib/__tests__/mock-bridges.js +0 -99
- package/lib/__tests__/mock-bridges.js.map +0 -1
- package/lib/__tests__/mocks/account.d.ts +0 -2
- package/lib/__tests__/mocks/account.d.ts.map +0 -1
- package/lib/__tests__/mocks/account.js +0 -39
- package/lib/__tests__/mocks/account.js.map +0 -1
- package/lib/__tests__/range.d.ts +0 -2
- package/lib/__tests__/range.d.ts.map +0 -1
- package/lib/__tests__/range.js +0 -43
- package/lib/__tests__/range.js.map +0 -1
- package/lib/__tests__/service-status/index.d.ts +0 -2
- package/lib/__tests__/service-status/index.d.ts.map +0 -1
- package/lib/__tests__/service-status/index.js +0 -47
- package/lib/__tests__/service-status/index.js.map +0 -1
- package/lib/__tests__/svg.d.ts +0 -9
- package/lib/__tests__/svg.d.ts.map +0 -1
- package/lib/__tests__/svg.js +0 -52
- package/lib/__tests__/svg.js.map +0 -1
- package/lib/__tests__/test-helpers/announcements.d.ts +0 -5
- package/lib/__tests__/test-helpers/announcements.d.ts.map +0 -1
- package/lib/__tests__/test-helpers/announcements.js +0 -104
- package/lib/__tests__/test-helpers/announcements.js.map +0 -1
- package/lib/__tests__/test-helpers/bridgeSetupUpdateMocks.d.ts +0 -3
- package/lib/__tests__/test-helpers/bridgeSetupUpdateMocks.d.ts.map +0 -1
- package/lib/__tests__/test-helpers/bridgeSetupUpdateMocks.js +0 -43
- package/lib/__tests__/test-helpers/bridgeSetupUpdateMocks.js.map +0 -1
- package/lib/__tests__/test-helpers/bridgeSetupUseMocks.d.ts +0 -4
- package/lib/__tests__/test-helpers/bridgeSetupUseMocks.d.ts.map +0 -1
- package/lib/__tests__/test-helpers/bridgeSetupUseMocks.js +0 -59
- package/lib/__tests__/test-helpers/bridgeSetupUseMocks.js.map +0 -1
- package/lib/__tests__/test-helpers/bridgeTeardownUpdateMocks.d.ts +0 -3
- package/lib/__tests__/test-helpers/bridgeTeardownUpdateMocks.d.ts.map +0 -1
- package/lib/__tests__/test-helpers/bridgeTeardownUpdateMocks.js +0 -47
- package/lib/__tests__/test-helpers/bridgeTeardownUpdateMocks.js.map +0 -1
- package/lib/__tests__/test-helpers/bridgeTeardownUseMocks.d.ts +0 -3
- package/lib/__tests__/test-helpers/bridgeTeardownUseMocks.d.ts.map +0 -1
- package/lib/__tests__/test-helpers/bridgeTeardownUseMocks.js +0 -11
- package/lib/__tests__/test-helpers/bridgeTeardownUseMocks.js.map +0 -1
- package/lib/__tests__/test-helpers/deviceInfos.d.ts +0 -16
- package/lib/__tests__/test-helpers/deviceInfos.d.ts.map +0 -1
- package/lib/__tests__/test-helpers/deviceInfos.js +0 -90
- package/lib/__tests__/test-helpers/deviceInfos.js.map +0 -1
- package/lib/__tests__/test-helpers/dom-polyfill.d.ts +0 -2
- package/lib/__tests__/test-helpers/dom-polyfill.d.ts.map +0 -1
- package/lib/__tests__/test-helpers/dom-polyfill.js +0 -27
- package/lib/__tests__/test-helpers/dom-polyfill.js.map +0 -1
- package/lib/__tests__/test-helpers/serviceStatus.d.ts +0 -5
- package/lib/__tests__/test-helpers/serviceStatus.d.ts.map +0 -1
- package/lib/__tests__/test-helpers/serviceStatus.js +0 -507
- package/lib/__tests__/test-helpers/serviceStatus.js.map +0 -1
- package/lib/__tests__/test-helpers/staticTime.d.ts +0 -2
- package/lib/__tests__/test-helpers/staticTime.d.ts.map +0 -1
- package/lib/__tests__/test-helpers/staticTime.js +0 -10
- package/lib/__tests__/test-helpers/staticTime.js.map +0 -1
- package/lib/__tests__/test-helpers/types.d.ts +0 -44
- package/lib/__tests__/test-helpers/types.d.ts.map +0 -1
- package/lib/__tests__/test-helpers/types.js +0 -3
- package/lib/__tests__/test-helpers/types.js.map +0 -1
- package/lib/__tests__/user.d.ts +0 -2
- package/lib/__tests__/user.d.ts.map +0 -1
- package/lib/__tests__/user.js +0 -8
- package/lib/__tests__/user.js.map +0 -1
- package/lib/account/serialization.test.d.ts +0 -2
- package/lib/account/serialization.test.d.ts.map +0 -1
- package/lib/account/serialization.test.js +0 -40
- package/lib/account/serialization.test.js.map +0 -1
- package/lib/appSupportsQuitApp.test.d.ts +0 -2
- package/lib/appSupportsQuitApp.test.d.ts.map +0 -1
- package/lib/appSupportsQuitApp.test.js +0 -53
- package/lib/appSupportsQuitApp.test.js.map +0 -1
- package/lib/apps/filtering.test.d.ts +0 -2
- package/lib/apps/filtering.test.d.ts.map +0 -1
- package/lib/apps/filtering.test.js +0 -360
- package/lib/apps/filtering.test.js.map +0 -1
- package/lib/apps/formatting.test.d.ts +0 -2
- package/lib/apps/formatting.test.d.ts.map +0 -1
- package/lib/apps/formatting.test.js +0 -50
- package/lib/apps/formatting.test.js.map +0 -1
- package/lib/apps/listApps.test.d.ts +0 -2
- package/lib/apps/listApps.test.d.ts.map +0 -1
- package/lib/apps/listApps.test.js +0 -478
- package/lib/apps/listApps.test.js.map +0 -1
- package/lib/apps/logic.test.d.ts +0 -2
- package/lib/apps/logic.test.d.ts.map +0 -1
- package/lib/apps/logic.test.js +0 -429
- package/lib/apps/logic.test.js.map +0 -1
- package/lib/apps/polyfill.test.d.ts +0 -2
- package/lib/apps/polyfill.test.d.ts.map +0 -1
- package/lib/apps/polyfill.test.js +0 -64
- package/lib/apps/polyfill.test.js.map +0 -1
- package/lib/apps/react.test.d.ts +0 -2
- package/lib/apps/react.test.d.ts.map +0 -1
- package/lib/apps/react.test.js +0 -168
- package/lib/apps/react.test.js.map +0 -1
- package/lib/apps/support.test.d.ts +0 -2
- package/lib/apps/support.test.d.ts.map +0 -1
- package/lib/apps/support.test.js +0 -73
- package/lib/apps/support.test.js.map +0 -1
- package/lib/ble/hooks/useBleDevicePairing.test.d.ts +0 -2
- package/lib/ble/hooks/useBleDevicePairing.test.d.ts.map +0 -1
- package/lib/ble/hooks/useBleDevicePairing.test.js +0 -81
- package/lib/ble/hooks/useBleDevicePairing.test.js.map +0 -1
- package/lib/ble/hooks/useBleDevicesScanning.test.d.ts +0 -2
- package/lib/ble/hooks/useBleDevicesScanning.test.d.ts.map +0 -1
- package/lib/ble/hooks/useBleDevicesScanning.test.js +0 -242
- package/lib/ble/hooks/useBleDevicesScanning.test.js.map +0 -1
- package/lib/bot/index.test.d.ts +0 -2
- package/lib/bot/index.test.d.ts.map +0 -1
- package/lib/bot/index.test.js +0 -89
- package/lib/bot/index.test.js.map +0 -1
- package/lib/bot/portfolio/formatter.test.d.ts +0 -2
- package/lib/bot/portfolio/formatter.test.d.ts.map +0 -1
- package/lib/bot/portfolio/formatter.test.js +0 -985
- package/lib/bot/portfolio/formatter.test.js.map +0 -1
- package/lib/braze/anonymousUsers.test.d.ts +0 -2
- package/lib/braze/anonymousUsers.test.d.ts.map +0 -1
- package/lib/braze/anonymousUsers.test.js +0 -31
- package/lib/braze/anonymousUsers.test.js.map +0 -1
- package/lib/bridge/cache.test.d.ts +0 -2
- package/lib/bridge/cache.test.d.ts.map +0 -1
- package/lib/bridge/cache.test.js +0 -63
- package/lib/bridge/cache.test.js.map +0 -1
- package/lib/bridge/crypto-assets/index.test.d.ts +0 -2
- package/lib/bridge/crypto-assets/index.test.d.ts.map +0 -1
- package/lib/bridge/crypto-assets/index.test.js +0 -52
- package/lib/bridge/crypto-assets/index.test.js.map +0 -1
- package/lib/bridge/generic-alpaca/alpaca/index.unit.test.d.ts +0 -2
- package/lib/bridge/generic-alpaca/alpaca/index.unit.test.d.ts.map +0 -1
- package/lib/bridge/generic-alpaca/alpaca/index.unit.test.js +0 -117
- package/lib/bridge/generic-alpaca/alpaca/index.unit.test.js.map +0 -1
- package/lib/bridge/generic-alpaca/tests/estimateMaxSpendable.test.d.ts +0 -2
- package/lib/bridge/generic-alpaca/tests/estimateMaxSpendable.test.d.ts.map +0 -1
- package/lib/bridge/generic-alpaca/tests/estimateMaxSpendable.test.js +0 -128
- package/lib/bridge/generic-alpaca/tests/estimateMaxSpendable.test.js.map +0 -1
- package/lib/bridge/generic-alpaca/tests/getAccountShape.test.d.ts +0 -2
- package/lib/bridge/generic-alpaca/tests/getAccountShape.test.d.ts.map +0 -1
- package/lib/bridge/generic-alpaca/tests/getAccountShape.test.js +0 -147
- package/lib/bridge/generic-alpaca/tests/getAccountShape.test.js.map +0 -1
- package/lib/bridge/generic-alpaca/tests/prepareTransaction.test.d.ts +0 -2
- package/lib/bridge/generic-alpaca/tests/prepareTransaction.test.d.ts.map +0 -1
- package/lib/bridge/generic-alpaca/tests/prepareTransaction.test.js +0 -233
- package/lib/bridge/generic-alpaca/tests/prepareTransaction.test.js.map +0 -1
- package/lib/bridge/generic-alpaca/tests/signOperation.test.d.ts +0 -2
- package/lib/bridge/generic-alpaca/tests/signOperation.test.d.ts.map +0 -1
- package/lib/bridge/generic-alpaca/tests/signOperation.test.js +0 -84
- package/lib/bridge/generic-alpaca/tests/signOperation.test.js.map +0 -1
- package/lib/bridge/generic-alpaca/utils.test.d.ts +0 -2
- package/lib/bridge/generic-alpaca/utils.test.d.ts.map +0 -1
- package/lib/bridge/generic-alpaca/utils.test.js +0 -176
- package/lib/bridge/generic-alpaca/utils.test.js.map +0 -1
- package/lib/bridge/react/BridgeSync.test.d.ts +0 -5
- package/lib/bridge/react/BridgeSync.test.d.ts.map +0 -1
- package/lib/bridge/react/BridgeSync.test.js +0 -439
- package/lib/bridge/react/BridgeSync.test.js.map +0 -1
- package/lib/bridge/syncSessionManager/index.test.d.ts +0 -2
- package/lib/bridge/syncSessionManager/index.test.d.ts.map +0 -1
- package/lib/bridge/syncSessionManager/index.test.js +0 -118
- package/lib/bridge/syncSessionManager/index.test.js.map +0 -1
- package/lib/bridge/useBridgeTransaction.test.d.ts +0 -5
- package/lib/bridge/useBridgeTransaction.test.d.ts.map +0 -1
- package/lib/bridge/useBridgeTransaction.test.js +0 -90
- package/lib/bridge/useBridgeTransaction.test.js.map +0 -1
- package/lib/config/index.test.d.ts +0 -2
- package/lib/config/index.test.d.ts.map +0 -1
- package/lib/config/index.test.js +0 -29
- package/lib/config/index.test.js.map +0 -1
- package/lib/currencies/cryptoIcons.test.d.ts +0 -2
- package/lib/currencies/cryptoIcons.test.d.ts.map +0 -1
- package/lib/currencies/cryptoIcons.test.js +0 -29
- package/lib/currencies/cryptoIcons.test.js.map +0 -1
- package/lib/currencies/helpers.test.d.ts +0 -2
- package/lib/currencies/helpers.test.d.ts.map +0 -1
- package/lib/currencies/helpers.test.js +0 -19
- package/lib/currencies/helpers.test.js.map +0 -1
- package/lib/currencies/sortByMarketcap.test.d.ts +0 -2
- package/lib/currencies/sortByMarketcap.test.d.ts.map +0 -1
- package/lib/currencies/sortByMarketcap.test.js +0 -46
- package/lib/currencies/sortByMarketcap.test.js.map +0 -1
- package/lib/dada-client/hooks/__tests__/useAssetsData.test.d.ts +0 -5
- package/lib/dada-client/hooks/__tests__/useAssetsData.test.d.ts.map +0 -1
- package/lib/dada-client/hooks/__tests__/useAssetsData.test.js +0 -176
- package/lib/dada-client/hooks/__tests__/useAssetsData.test.js.map +0 -1
- package/lib/deposit/deposit.integration.test.d.ts +0 -5
- package/lib/deposit/deposit.integration.test.d.ts.map +0 -1
- package/lib/deposit/deposit.integration.test.js +0 -84
- package/lib/deposit/deposit.integration.test.js.map +0 -1
- package/lib/deposit/deposit.test.d.ts +0 -2
- package/lib/deposit/deposit.test.d.ts.map +0 -1
- package/lib/deposit/deposit.test.js +0 -458
- package/lib/deposit/deposit.test.js.map +0 -1
- package/lib/device/use-cases/appDataBackup/backupAppData.test.d.ts +0 -2
- package/lib/device/use-cases/appDataBackup/backupAppData.test.d.ts.map +0 -1
- package/lib/device/use-cases/appDataBackup/backupAppData.test.js +0 -126
- package/lib/device/use-cases/appDataBackup/backupAppData.test.js.map +0 -1
- package/lib/device/use-cases/appDataBackup/backupAppDataUseCase.test.d.ts +0 -2
- package/lib/device/use-cases/appDataBackup/backupAppDataUseCase.test.d.ts.map +0 -1
- package/lib/device/use-cases/appDataBackup/backupAppDataUseCase.test.js +0 -102
- package/lib/device/use-cases/appDataBackup/backupAppDataUseCase.test.js.map +0 -1
- package/lib/device/use-cases/appDataBackup/deleteAppData.test.d.ts +0 -2
- package/lib/device/use-cases/appDataBackup/deleteAppData.test.d.ts.map +0 -1
- package/lib/device/use-cases/appDataBackup/deleteAppData.test.js +0 -163
- package/lib/device/use-cases/appDataBackup/deleteAppData.test.js.map +0 -1
- package/lib/device/use-cases/appDataBackup/deleteAppDataUseCase.test.d.ts +0 -2
- package/lib/device/use-cases/appDataBackup/deleteAppDataUseCase.test.d.ts.map +0 -1
- package/lib/device/use-cases/appDataBackup/deleteAppDataUseCase.test.js +0 -146
- package/lib/device/use-cases/appDataBackup/deleteAppDataUseCase.test.js.map +0 -1
- package/lib/device/use-cases/appDataBackup/restoreAppData.test.d.ts +0 -2
- package/lib/device/use-cases/appDataBackup/restoreAppData.test.d.ts.map +0 -1
- package/lib/device/use-cases/appDataBackup/restoreAppData.test.js +0 -86
- package/lib/device/use-cases/appDataBackup/restoreAppData.test.js.map +0 -1
- package/lib/device/use-cases/appDataBackup/restoreAppDataUseCase.test.d.ts +0 -2
- package/lib/device/use-cases/appDataBackup/restoreAppDataUseCase.test.d.ts.map +0 -1
- package/lib/device/use-cases/appDataBackup/restoreAppDataUseCase.test.js +0 -74
- package/lib/device/use-cases/appDataBackup/restoreAppDataUseCase.test.js.map +0 -1
- package/lib/device/use-cases/appDataBackup/types.test.d.ts +0 -2
- package/lib/device/use-cases/appDataBackup/types.test.d.ts.map +0 -1
- package/lib/device/use-cases/appDataBackup/types.test.js +0 -46
- package/lib/device/use-cases/appDataBackup/types.test.js.map +0 -1
- package/lib/device/use-cases/listAppsUseCase.test.d.ts +0 -2
- package/lib/device/use-cases/listAppsUseCase.test.d.ts.map +0 -1
- package/lib/device/use-cases/listAppsUseCase.test.js +0 -43
- package/lib/device/use-cases/listAppsUseCase.test.js.map +0 -1
- package/lib/deviceSDK/actions/getLatestAvailableFirmware.test.d.ts +0 -2
- package/lib/deviceSDK/actions/getLatestAvailableFirmware.test.d.ts.map +0 -1
- package/lib/deviceSDK/actions/getLatestAvailableFirmware.test.js +0 -265
- package/lib/deviceSDK/actions/getLatestAvailableFirmware.test.js.map +0 -1
- package/lib/deviceSDK/commands/getBatteryStatus.test.d.ts +0 -2
- package/lib/deviceSDK/commands/getBatteryStatus.test.d.ts.map +0 -1
- package/lib/deviceSDK/commands/getBatteryStatus.test.js +0 -170
- package/lib/deviceSDK/commands/getBatteryStatus.test.js.map +0 -1
- package/lib/deviceSDK/commands/toggleOnboardingEarlyCheck.test.d.ts +0 -2
- package/lib/deviceSDK/commands/toggleOnboardingEarlyCheck.test.d.ts.map +0 -1
- package/lib/deviceSDK/commands/toggleOnboardingEarlyCheck.test.js +0 -79
- package/lib/deviceSDK/commands/toggleOnboardingEarlyCheck.test.js.map +0 -1
- package/lib/deviceSDK/hooks/__tests__/filterIgnoredFirmwareUpdates.test.d.ts +0 -2
- package/lib/deviceSDK/hooks/__tests__/filterIgnoredFirmwareUpdates.test.d.ts.map +0 -1
- package/lib/deviceSDK/hooks/__tests__/filterIgnoredFirmwareUpdates.test.js +0 -114
- package/lib/deviceSDK/hooks/__tests__/filterIgnoredFirmwareUpdates.test.js.map +0 -1
- package/lib/deviceSDK/hooks/getIgnoredOSUpdatesForDeviceModelAndPlatform.test.d.ts +0 -2
- package/lib/deviceSDK/hooks/getIgnoredOSUpdatesForDeviceModelAndPlatform.test.d.ts.map +0 -1
- package/lib/deviceSDK/hooks/getIgnoredOSUpdatesForDeviceModelAndPlatform.test.js +0 -118
- package/lib/deviceSDK/hooks/getIgnoredOSUpdatesForDeviceModelAndPlatform.test.js.map +0 -1
- package/lib/deviceSDK/hooks/useBatteryStatuses.test.d.ts +0 -2
- package/lib/deviceSDK/hooks/useBatteryStatuses.test.d.ts.map +0 -1
- package/lib/deviceSDK/hooks/useBatteryStatuses.test.js +0 -14
- package/lib/deviceSDK/hooks/useBatteryStatuses.test.js.map +0 -1
- package/lib/deviceSDK/hooks/useToggleOnboardingEarlyChecks.test.d.ts +0 -2
- package/lib/deviceSDK/hooks/useToggleOnboardingEarlyChecks.test.d.ts.map +0 -1
- package/lib/deviceSDK/hooks/useToggleOnboardingEarlyChecks.test.js +0 -87
- package/lib/deviceSDK/hooks/useToggleOnboardingEarlyChecks.test.js.map +0 -1
- package/lib/deviceSDK/tasks/core.test.d.ts +0 -2
- package/lib/deviceSDK/tasks/core.test.d.ts.map +0 -1
- package/lib/deviceSDK/tasks/core.test.js +0 -265
- package/lib/deviceSDK/tasks/core.test.js.map +0 -1
- package/lib/deviceSDK/tasks/toggleOnboardingEarlyCheck.test.d.ts +0 -2
- package/lib/deviceSDK/tasks/toggleOnboardingEarlyCheck.test.d.ts.map +0 -1
- package/lib/deviceSDK/tasks/toggleOnboardingEarlyCheck.test.js +0 -92
- package/lib/deviceSDK/tasks/toggleOnboardingEarlyCheck.test.js.map +0 -1
- package/lib/deviceSDK/tasks/updateFirmware.test.d.ts +0 -2
- package/lib/deviceSDK/tasks/updateFirmware.test.d.ts.map +0 -1
- package/lib/deviceSDK/tasks/updateFirmware.test.js +0 -21
- package/lib/deviceSDK/tasks/updateFirmware.test.js.map +0 -1
- package/lib/deviceSDK/transports/core.test.d.ts +0 -2
- package/lib/deviceSDK/transports/core.test.d.ts.map +0 -1
- package/lib/deviceSDK/transports/core.test.js +0 -129
- package/lib/deviceSDK/transports/core.test.js.map +0 -1
- package/lib/domain/getTokensWithFunds.test.d.ts +0 -2
- package/lib/domain/getTokensWithFunds.test.d.ts.map +0 -1
- package/lib/domain/getTokensWithFunds.test.js +0 -71
- package/lib/domain/getTokensWithFunds.test.js.map +0 -1
- package/lib/env.test.d.ts +0 -2
- package/lib/env.test.d.ts.map +0 -1
- package/lib/env.test.js +0 -9
- package/lib/env.test.js.map +0 -1
- package/lib/exchange/swap/api/v5/__tests__/fetchCurrencyAll.spec.d.ts +0 -2
- package/lib/exchange/swap/api/v5/__tests__/fetchCurrencyAll.spec.d.ts.map +0 -1
- package/lib/exchange/swap/api/v5/__tests__/fetchCurrencyAll.spec.js +0 -27
- package/lib/exchange/swap/api/v5/__tests__/fetchCurrencyAll.spec.js.map +0 -1
- package/lib/exchange/swap/api/v5/__tests__/fetchCurrencyFrom.spec.d.ts +0 -2
- package/lib/exchange/swap/api/v5/__tests__/fetchCurrencyFrom.spec.d.ts.map +0 -1
- package/lib/exchange/swap/api/v5/__tests__/fetchCurrencyFrom.spec.js +0 -30
- package/lib/exchange/swap/api/v5/__tests__/fetchCurrencyFrom.spec.js.map +0 -1
- package/lib/exchange/swap/api/v5/__tests__/fetchCurrencyTo.spec.d.ts +0 -2
- package/lib/exchange/swap/api/v5/__tests__/fetchCurrencyTo.spec.d.ts.map +0 -1
- package/lib/exchange/swap/api/v5/__tests__/fetchCurrencyTo.spec.js +0 -44
- package/lib/exchange/swap/api/v5/__tests__/fetchCurrencyTo.spec.js.map +0 -1
- package/lib/exchange/swap/api/v5/fetchRates.test.d.ts +0 -2
- package/lib/exchange/swap/api/v5/fetchRates.test.d.ts.map +0 -1
- package/lib/exchange/swap/api/v5/fetchRates.test.js +0 -331
- package/lib/exchange/swap/api/v5/fetchRates.test.js.map +0 -1
- package/lib/exchange/swap/hooks/live-app-migration/useIsSwapLiveApp.test.d.ts +0 -2
- package/lib/exchange/swap/hooks/live-app-migration/useIsSwapLiveApp.test.d.ts.map +0 -1
- package/lib/exchange/swap/hooks/live-app-migration/useIsSwapLiveApp.test.js +0 -63
- package/lib/exchange/swap/hooks/live-app-migration/useIsSwapLiveApp.test.js.map +0 -1
- package/lib/exchange/swap/hooks/live-app-migration/useSwapLiveConfig.test.d.ts +0 -2
- package/lib/exchange/swap/hooks/live-app-migration/useSwapLiveConfig.test.d.ts.map +0 -1
- package/lib/exchange/swap/hooks/live-app-migration/useSwapLiveConfig.test.js +0 -31
- package/lib/exchange/swap/hooks/live-app-migration/useSwapLiveConfig.test.js.map +0 -1
- package/lib/exchange/swap/hooks/useFromState.test.d.ts +0 -5
- package/lib/exchange/swap/hooks/useFromState.test.d.ts.map +0 -1
- package/lib/exchange/swap/hooks/useFromState.test.js +0 -190
- package/lib/exchange/swap/hooks/useFromState.test.js.map +0 -1
- package/lib/exchange/swap/hooks/usePageState.test.d.ts +0 -2
- package/lib/exchange/swap/hooks/usePageState.test.d.ts.map +0 -1
- package/lib/exchange/swap/hooks/usePageState.test.js +0 -48
- package/lib/exchange/swap/hooks/usePageState.test.js.map +0 -1
- package/lib/exchange/swap/hooks/usePickDefaultAccount.test.d.ts +0 -5
- package/lib/exchange/swap/hooks/usePickDefaultAccount.test.d.ts.map +0 -1
- package/lib/exchange/swap/hooks/usePickDefaultAccount.test.js +0 -120
- package/lib/exchange/swap/hooks/usePickDefaultAccount.test.js.map +0 -1
- package/lib/exchange/swap/hooks/usePickDefaultCurrency.test.d.ts +0 -2
- package/lib/exchange/swap/hooks/usePickDefaultCurrency.test.d.ts.map +0 -1
- package/lib/exchange/swap/hooks/usePickDefaultCurrency.test.js +0 -66
- package/lib/exchange/swap/hooks/usePickDefaultCurrency.test.js.map +0 -1
- package/lib/exchange/swap/hooks/useReverseAccounts.test.d.ts +0 -5
- package/lib/exchange/swap/hooks/useReverseAccounts.test.d.ts.map +0 -1
- package/lib/exchange/swap/hooks/useReverseAccounts.test.js +0 -74
- package/lib/exchange/swap/hooks/useReverseAccounts.test.js.map +0 -1
- package/lib/exchange/swap/hooks/useSelectableCurrencies.test.d.ts +0 -2
- package/lib/exchange/swap/hooks/useSelectableCurrencies.test.d.ts.map +0 -1
- package/lib/exchange/swap/hooks/useSelectableCurrencies.test.js +0 -29
- package/lib/exchange/swap/hooks/useSelectableCurrencies.test.js.map +0 -1
- package/lib/exchange/swap/hooks/useSwapTransaction.test.d.ts +0 -5
- package/lib/exchange/swap/hooks/useSwapTransaction.test.d.ts.map +0 -1
- package/lib/exchange/swap/hooks/useSwapTransaction.test.js +0 -106
- package/lib/exchange/swap/hooks/useSwapTransaction.test.js.map +0 -1
- package/lib/exchange/swap/hooks/useToState.test.d.ts +0 -5
- package/lib/exchange/swap/hooks/useToState.test.d.ts.map +0 -1
- package/lib/exchange/swap/hooks/useToState.test.js +0 -60
- package/lib/exchange/swap/hooks/useToState.test.js.map +0 -1
- package/lib/exchange/swap/hooks/useUpdateMaxAmount.test.d.ts +0 -5
- package/lib/exchange/swap/hooks/useUpdateMaxAmount.test.d.ts.map +0 -1
- package/lib/exchange/swap/hooks/useUpdateMaxAmount.test.js +0 -115
- package/lib/exchange/swap/hooks/useUpdateMaxAmount.test.js.map +0 -1
- package/lib/exchange/swap/index.test.d.ts +0 -2
- package/lib/exchange/swap/index.test.d.ts.map +0 -1
- package/lib/exchange/swap/index.test.js +0 -52
- package/lib/exchange/swap/index.test.js.map +0 -1
- package/lib/exchange/swap/utils/index.test.d.ts +0 -2
- package/lib/exchange/swap/utils/index.test.d.ts.map +0 -1
- package/lib/exchange/swap/utils/index.test.js +0 -188
- package/lib/exchange/swap/utils/index.test.js.map +0 -1
- package/lib/families/algorand/bridge.integration.test.d.ts +0 -2
- package/lib/families/algorand/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/algorand/bridge.integration.test.js +0 -7
- package/lib/families/algorand/bridge.integration.test.js.map +0 -1
- package/lib/families/aptos/bridge.integration.test.d.ts +0 -2
- package/lib/families/aptos/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/aptos/bridge.integration.test.js +0 -7
- package/lib/families/aptos/bridge.integration.test.js.map +0 -1
- package/lib/families/bitcoin/bridge.integration.test.d.ts +0 -2
- package/lib/families/bitcoin/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/bitcoin/bridge.integration.test.js +0 -7
- package/lib/families/bitcoin/bridge.integration.test.js.map +0 -1
- package/lib/families/bitcoin/platformAdapter.test.d.ts +0 -2
- package/lib/families/bitcoin/platformAdapter.test.d.ts.map +0 -1
- package/lib/families/bitcoin/platformAdapter.test.js +0 -48
- package/lib/families/bitcoin/platformAdapter.test.js.map +0 -1
- package/lib/families/bitcoin/satstack.test.d.ts +0 -2
- package/lib/families/bitcoin/satstack.test.d.ts.map +0 -1
- package/lib/families/bitcoin/satstack.test.js +0 -374
- package/lib/families/bitcoin/satstack.test.js.map +0 -1
- package/lib/families/bitcoin/walletApiAdapter.test.d.ts +0 -2
- package/lib/families/bitcoin/walletApiAdapter.test.d.ts.map +0 -1
- package/lib/families/bitcoin/walletApiAdapter.test.js +0 -117
- package/lib/families/bitcoin/walletApiAdapter.test.js.map +0 -1
- package/lib/families/cardano/bridge.integration.test.d.ts +0 -2
- package/lib/families/cardano/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/cardano/bridge.integration.test.js +0 -7
- package/lib/families/cardano/bridge.integration.test.js.map +0 -1
- package/lib/families/casper/bridge.integration.test.d.ts +0 -2
- package/lib/families/casper/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/casper/bridge.integration.test.js +0 -7
- package/lib/families/casper/bridge.integration.test.js.map +0 -1
- package/lib/families/celo/bridge.integration.test.d.ts +0 -2
- package/lib/families/celo/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/celo/bridge.integration.test.js +0 -10
- package/lib/families/celo/bridge.integration.test.js.map +0 -1
- package/lib/families/cosmos/banner.test.d.ts +0 -2
- package/lib/families/cosmos/banner.test.d.ts.map +0 -1
- package/lib/families/cosmos/banner.test.js +0 -195
- package/lib/families/cosmos/banner.test.js.map +0 -1
- package/lib/families/cosmos/datasets/axelar.integration.test.d.ts +0 -2
- package/lib/families/cosmos/datasets/axelar.integration.test.d.ts.map +0 -1
- package/lib/families/cosmos/datasets/axelar.integration.test.js +0 -19
- package/lib/families/cosmos/datasets/axelar.integration.test.js.map +0 -1
- package/lib/families/cosmos/datasets/babylon.integration.test.d.ts +0 -2
- package/lib/families/cosmos/datasets/babylon.integration.test.d.ts.map +0 -1
- package/lib/families/cosmos/datasets/babylon.integration.test.js +0 -16
- package/lib/families/cosmos/datasets/babylon.integration.test.js.map +0 -1
- package/lib/families/cosmos/datasets/coreum.integration.test.d.ts +0 -2
- package/lib/families/cosmos/datasets/coreum.integration.test.d.ts.map +0 -1
- package/lib/families/cosmos/datasets/coreum.integration.test.js +0 -16
- package/lib/families/cosmos/datasets/coreum.integration.test.js.map +0 -1
- package/lib/families/cosmos/datasets/cosmos.integration.test.d.ts +0 -2
- package/lib/families/cosmos/datasets/cosmos.integration.test.d.ts.map +0 -1
- package/lib/families/cosmos/datasets/cosmos.integration.test.js +0 -16
- package/lib/families/cosmos/datasets/cosmos.integration.test.js.map +0 -1
- package/lib/families/cosmos/datasets/cryptoOrg.integration.test.d.ts +0 -2
- package/lib/families/cosmos/datasets/cryptoOrg.integration.test.d.ts.map +0 -1
- package/lib/families/cosmos/datasets/cryptoOrg.integration.test.js +0 -16
- package/lib/families/cosmos/datasets/cryptoOrg.integration.test.js.map +0 -1
- package/lib/families/cosmos/datasets/desmos.integration.test.d.ts +0 -2
- package/lib/families/cosmos/datasets/desmos.integration.test.d.ts.map +0 -1
- package/lib/families/cosmos/datasets/desmos.integration.test.js +0 -19
- package/lib/families/cosmos/datasets/desmos.integration.test.js.map +0 -1
- package/lib/families/cosmos/datasets/injective.integration.test.d.ts +0 -2
- package/lib/families/cosmos/datasets/injective.integration.test.d.ts.map +0 -1
- package/lib/families/cosmos/datasets/injective.integration.test.js +0 -16
- package/lib/families/cosmos/datasets/injective.integration.test.js.map +0 -1
- package/lib/families/cosmos/datasets/mantra.integration.test.d.ts +0 -2
- package/lib/families/cosmos/datasets/mantra.integration.test.d.ts.map +0 -1
- package/lib/families/cosmos/datasets/mantra.integration.test.js +0 -16
- package/lib/families/cosmos/datasets/mantra.integration.test.js.map +0 -1
- package/lib/families/cosmos/datasets/onomy.integration.test.d.ts +0 -2
- package/lib/families/cosmos/datasets/onomy.integration.test.d.ts.map +0 -1
- package/lib/families/cosmos/datasets/onomy.integration.test.js +0 -19
- package/lib/families/cosmos/datasets/onomy.integration.test.js.map +0 -1
- package/lib/families/cosmos/datasets/osmosis.integration.test.d.ts +0 -2
- package/lib/families/cosmos/datasets/osmosis.integration.test.d.ts.map +0 -1
- package/lib/families/cosmos/datasets/osmosis.integration.test.js +0 -16
- package/lib/families/cosmos/datasets/osmosis.integration.test.js.map +0 -1
- package/lib/families/cosmos/datasets/persistence.integration.test.d.ts +0 -2
- package/lib/families/cosmos/datasets/persistence.integration.test.d.ts.map +0 -1
- package/lib/families/cosmos/datasets/persistence.integration.test.js +0 -16
- package/lib/families/cosmos/datasets/persistence.integration.test.js.map +0 -1
- package/lib/families/cosmos/datasets/quicksilver.integration.test.d.ts +0 -2
- package/lib/families/cosmos/datasets/quicksilver.integration.test.d.ts.map +0 -1
- package/lib/families/cosmos/datasets/quicksilver.integration.test.js +0 -16
- package/lib/families/cosmos/datasets/quicksilver.integration.test.js.map +0 -1
- package/lib/families/cosmos/datasets/seiNetwork.integration.test.d.ts +0 -2
- package/lib/families/cosmos/datasets/seiNetwork.integration.test.d.ts.map +0 -1
- package/lib/families/cosmos/datasets/seiNetwork.integration.test.js +0 -16
- package/lib/families/cosmos/datasets/seiNetwork.integration.test.js.map +0 -1
- package/lib/families/cosmos/datasets/stargaze.integration.test.d.ts +0 -2
- package/lib/families/cosmos/datasets/stargaze.integration.test.d.ts.map +0 -1
- package/lib/families/cosmos/datasets/stargaze.integration.test.js +0 -16
- package/lib/families/cosmos/datasets/stargaze.integration.test.js.map +0 -1
- package/lib/families/cosmos/datasets/umee.integration.test.d.ts +0 -2
- package/lib/families/cosmos/datasets/umee.integration.test.d.ts.map +0 -1
- package/lib/families/cosmos/datasets/umee.integration.test.js +0 -16
- package/lib/families/cosmos/datasets/umee.integration.test.js.map +0 -1
- package/lib/families/cosmos/datasets/xion.integration.test.d.ts +0 -2
- package/lib/families/cosmos/datasets/xion.integration.test.d.ts.map +0 -1
- package/lib/families/cosmos/datasets/xion.integration.test.js +0 -16
- package/lib/families/cosmos/datasets/xion.integration.test.js.map +0 -1
- package/lib/families/cosmos/datasets/zenrock.integration.test.d.ts +0 -2
- package/lib/families/cosmos/datasets/zenrock.integration.test.d.ts.map +0 -1
- package/lib/families/cosmos/datasets/zenrock.integration.test.js +0 -16
- package/lib/families/cosmos/datasets/zenrock.integration.test.js.map +0 -1
- package/lib/families/cosmos/react.test.d.ts +0 -2
- package/lib/families/cosmos/react.test.d.ts.map +0 -1
- package/lib/families/cosmos/react.test.js +0 -203
- package/lib/families/cosmos/react.test.js.map +0 -1
- package/lib/families/cosmos/walletApiAdapter.test.d.ts +0 -2
- package/lib/families/cosmos/walletApiAdapter.test.d.ts.map +0 -1
- package/lib/families/cosmos/walletApiAdapter.test.js +0 -62
- package/lib/families/cosmos/walletApiAdapter.test.js.map +0 -1
- package/lib/families/evm/bridge.integration.test.d.ts +0 -2
- package/lib/families/evm/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/evm/bridge.integration.test.js +0 -7
- package/lib/families/evm/bridge.integration.test.js.map +0 -1
- package/lib/families/evm/platformAdapter.test.d.ts +0 -2
- package/lib/families/evm/platformAdapter.test.d.ts.map +0 -1
- package/lib/families/evm/platformAdapter.test.js +0 -107
- package/lib/families/evm/platformAdapter.test.js.map +0 -1
- package/lib/families/evm/react.test.d.ts +0 -2
- package/lib/families/evm/react.test.d.ts.map +0 -1
- package/lib/families/evm/react.test.js +0 -183
- package/lib/families/evm/react.test.js.map +0 -1
- package/lib/families/evm/shouldUseReceiveOptions.test.d.ts +0 -2
- package/lib/families/evm/shouldUseReceiveOptions.test.d.ts.map +0 -1
- package/lib/families/evm/shouldUseReceiveOptions.test.js +0 -26
- package/lib/families/evm/shouldUseReceiveOptions.test.js.map +0 -1
- package/lib/families/evm/walletApiAdapter.test.d.ts +0 -2
- package/lib/families/evm/walletApiAdapter.test.d.ts.map +0 -1
- package/lib/families/evm/walletApiAdapter.test.js +0 -254
- package/lib/families/evm/walletApiAdapter.test.js.map +0 -1
- package/lib/families/filecoin/bridge.integration.test.d.ts +0 -2
- package/lib/families/filecoin/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/filecoin/bridge.integration.test.js +0 -31
- package/lib/families/filecoin/bridge.integration.test.js.map +0 -1
- package/lib/families/hedera/bridge.integration.test.d.ts +0 -2
- package/lib/families/hedera/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/hedera/bridge.integration.test.js +0 -7
- package/lib/families/hedera/bridge.integration.test.js.map +0 -1
- package/lib/families/icon/bridge.integration.test.d.ts +0 -2
- package/lib/families/icon/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/icon/bridge.integration.test.js +0 -7
- package/lib/families/icon/bridge.integration.test.js.map +0 -1
- package/lib/families/internet_computer/bridge.integration.test.d.ts +0 -2
- package/lib/families/internet_computer/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/internet_computer/bridge.integration.test.js +0 -7
- package/lib/families/internet_computer/bridge.integration.test.js.map +0 -1
- package/lib/families/kaspa/bridge.integration.test.d.ts +0 -2
- package/lib/families/kaspa/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/kaspa/bridge.integration.test.js +0 -7
- package/lib/families/kaspa/bridge.integration.test.js.map +0 -1
- package/lib/families/mina/bridge.integration.test.d.ts +0 -2
- package/lib/families/mina/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/mina/bridge.integration.test.js +0 -10
- package/lib/families/mina/bridge.integration.test.js.map +0 -1
- package/lib/families/multiversx/banner.test.d.ts +0 -2
- package/lib/families/multiversx/banner.test.d.ts.map +0 -1
- package/lib/families/multiversx/banner.test.js +0 -174
- package/lib/families/multiversx/banner.test.js.map +0 -1
- package/lib/families/multiversx/bridge.integration.test.d.ts +0 -3
- package/lib/families/multiversx/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/multiversx/bridge.integration.test.js +0 -8
- package/lib/families/multiversx/bridge.integration.test.js.map +0 -1
- package/lib/families/multiversx/synchronisation.integration.test.d.ts +0 -2
- package/lib/families/multiversx/synchronisation.integration.test.d.ts.map +0 -1
- package/lib/families/multiversx/synchronisation.integration.test.js +0 -42
- package/lib/families/multiversx/synchronisation.integration.test.js.map +0 -1
- package/lib/families/near/banner.test.d.ts +0 -2
- package/lib/families/near/banner.test.d.ts.map +0 -1
- package/lib/families/near/banner.test.js +0 -157
- package/lib/families/near/banner.test.js.map +0 -1
- package/lib/families/near/bridge.integration.test.d.ts +0 -2
- package/lib/families/near/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/near/bridge.integration.test.js +0 -7
- package/lib/families/near/bridge.integration.test.js.map +0 -1
- package/lib/families/polkadot/bridge.integration.test.d.ts +0 -2
- package/lib/families/polkadot/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/polkadot/bridge.integration.test.js +0 -7
- package/lib/families/polkadot/bridge.integration.test.js.map +0 -1
- package/lib/families/polkadot/platformAdapter.test.d.ts +0 -2
- package/lib/families/polkadot/platformAdapter.test.d.ts.map +0 -1
- package/lib/families/polkadot/platformAdapter.test.js +0 -51
- package/lib/families/polkadot/platformAdapter.test.js.map +0 -1
- package/lib/families/polkadot/walletApiAdapter.test.d.ts +0 -2
- package/lib/families/polkadot/walletApiAdapter.test.d.ts.map +0 -1
- package/lib/families/polkadot/walletApiAdapter.test.js +0 -127
- package/lib/families/polkadot/walletApiAdapter.test.js.map +0 -1
- package/lib/families/solana/banner.test.d.ts +0 -2
- package/lib/families/solana/banner.test.d.ts.map +0 -1
- package/lib/families/solana/banner.test.js +0 -180
- package/lib/families/solana/banner.test.js.map +0 -1
- package/lib/families/solana/bridge.integration.test.d.ts +0 -2
- package/lib/families/solana/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/solana/bridge.integration.test.js +0 -7
- package/lib/families/solana/bridge.integration.test.js.map +0 -1
- package/lib/families/solana/react.integration.test.d.ts +0 -5
- package/lib/families/solana/react.integration.test.d.ts.map +0 -1
- package/lib/families/solana/react.integration.test.js +0 -86
- package/lib/families/solana/react.integration.test.js.map +0 -1
- package/lib/families/solana/setup.test.d.ts +0 -2
- package/lib/families/solana/setup.test.d.ts.map +0 -1
- package/lib/families/solana/setup.test.js +0 -55
- package/lib/families/solana/setup.test.js.map +0 -1
- package/lib/families/solana/walletApiAdapter.test.d.ts +0 -2
- package/lib/families/solana/walletApiAdapter.test.d.ts.map +0 -1
- package/lib/families/solana/walletApiAdapter.test.js +0 -59
- package/lib/families/solana/walletApiAdapter.test.js.map +0 -1
- package/lib/families/stacks/__tests__/sync.integration.test.d.ts +0 -2
- package/lib/families/stacks/__tests__/sync.integration.test.d.ts.map +0 -1
- package/lib/families/stacks/__tests__/sync.integration.test.js +0 -28
- package/lib/families/stacks/__tests__/sync.integration.test.js.map +0 -1
- package/lib/families/stacks/bridge.integration.test.d.ts +0 -2
- package/lib/families/stacks/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/stacks/bridge.integration.test.js +0 -7
- package/lib/families/stacks/bridge.integration.test.js.map +0 -1
- package/lib/families/stellar/bridge.integration.test.d.ts +0 -2
- package/lib/families/stellar/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/stellar/bridge.integration.test.js +0 -7
- package/lib/families/stellar/bridge.integration.test.js.map +0 -1
- package/lib/families/sui/bridge.integration.test.d.ts +0 -2
- package/lib/families/sui/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/sui/bridge.integration.test.js +0 -7
- package/lib/families/sui/bridge.integration.test.js.map +0 -1
- package/lib/families/tezos/bridge.integration.test.d.ts +0 -2
- package/lib/families/tezos/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/tezos/bridge.integration.test.js +0 -7
- package/lib/families/tezos/bridge.integration.test.js.map +0 -1
- package/lib/families/ton/bridge.integration.test.d.ts +0 -2
- package/lib/families/ton/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/ton/bridge.integration.test.js +0 -10
- package/lib/families/ton/bridge.integration.test.js.map +0 -1
- package/lib/families/tron/bridge.integration.test.d.ts +0 -2
- package/lib/families/tron/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/tron/bridge.integration.test.js +0 -7
- package/lib/families/tron/bridge.integration.test.js.map +0 -1
- package/lib/families/tron/react.test.d.ts +0 -5
- package/lib/families/tron/react.test.d.ts.map +0 -1
- package/lib/families/tron/react.test.js +0 -104
- package/lib/families/tron/react.test.js.map +0 -1
- package/lib/families/vechain/bridge.integration.test.d.ts +0 -2
- package/lib/families/vechain/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/vechain/bridge.integration.test.js +0 -7
- package/lib/families/vechain/bridge.integration.test.js.map +0 -1
- package/lib/families/xrp/bridge.integration.test.d.ts +0 -2
- package/lib/families/xrp/bridge.integration.test.d.ts.map +0 -1
- package/lib/families/xrp/bridge.integration.test.js +0 -9
- package/lib/families/xrp/bridge.integration.test.js.map +0 -1
- package/lib/families/xrp/platformAdapter.test.d.ts +0 -2
- package/lib/families/xrp/platformAdapter.test.d.ts.map +0 -1
- package/lib/families/xrp/platformAdapter.test.js +0 -46
- package/lib/families/xrp/platformAdapter.test.js.map +0 -1
- package/lib/families/xrp/walletApiAdapter.test.d.ts +0 -2
- package/lib/families/xrp/walletApiAdapter.test.d.ts.map +0 -1
- package/lib/families/xrp/walletApiAdapter.test.js +0 -51
- package/lib/families/xrp/walletApiAdapter.test.js.map +0 -1
- package/lib/featureFlags/FeatureFlagsContext.test.d.ts +0 -2
- package/lib/featureFlags/FeatureFlagsContext.test.d.ts.map +0 -1
- package/lib/featureFlags/FeatureFlagsContext.test.js +0 -18
- package/lib/featureFlags/FeatureFlagsContext.test.js.map +0 -1
- package/lib/featureFlags/stakePrograms/index.test.d.ts +0 -2
- package/lib/featureFlags/stakePrograms/index.test.d.ts.map +0 -1
- package/lib/featureFlags/stakePrograms/index.test.js +0 -48
- package/lib/featureFlags/stakePrograms/index.test.js.map +0 -1
- package/lib/featureFlags/useFeature.test.d.ts +0 -2
- package/lib/featureFlags/useFeature.test.d.ts.map +0 -1
- package/lib/featureFlags/useFeature.test.js +0 -30
- package/lib/featureFlags/useFeature.test.js.map +0 -1
- package/lib/hooks/useAccountsWithFundsListener.test.d.ts +0 -5
- package/lib/hooks/useAccountsWithFundsListener.test.d.ts.map +0 -1
- package/lib/hooks/useAccountsWithFundsListener.test.js +0 -111
- package/lib/hooks/useAccountsWithFundsListener.test.js.map +0 -1
- package/lib/hooks/useAppVersionBlockCheck.test.d.ts +0 -2
- package/lib/hooks/useAppVersionBlockCheck.test.d.ts.map +0 -1
- package/lib/hooks/useAppVersionBlockCheck.test.js +0 -183
- package/lib/hooks/useAppVersionBlockCheck.test.js.map +0 -1
- package/lib/hooks/useLdmkFeatureFlagInitiallyEnabled.test.d.ts +0 -5
- package/lib/hooks/useLdmkFeatureFlagInitiallyEnabled.test.d.ts.map +0 -1
- package/lib/hooks/useLdmkFeatureFlagInitiallyEnabled.test.js +0 -60
- package/lib/hooks/useLdmkFeatureFlagInitiallyEnabled.test.js.map +0 -1
- package/lib/hooks/useLocalizedUrl.test.d.ts +0 -2
- package/lib/hooks/useLocalizedUrl.test.d.ts.map +0 -1
- package/lib/hooks/useLocalizedUrl.test.js +0 -82
- package/lib/hooks/useLocalizedUrl.test.js.map +0 -1
- package/lib/hooks/useManifestWithSessionId.test.d.ts +0 -2
- package/lib/hooks/useManifestWithSessionId.test.d.ts.map +0 -1
- package/lib/hooks/useManifestWithSessionId.test.js +0 -71
- package/lib/hooks/useManifestWithSessionId.test.js.map +0 -1
- package/lib/hooks/useShowProviderLoadingTransition.test.d.ts +0 -5
- package/lib/hooks/useShowProviderLoadingTransition.test.d.ts.map +0 -1
- package/lib/hooks/useShowProviderLoadingTransition.test.js +0 -83
- package/lib/hooks/useShowProviderLoadingTransition.test.js.map +0 -1
- package/lib/hw/customLockScreenFetchHash.test.d.ts +0 -2
- package/lib/hw/customLockScreenFetchHash.test.d.ts.map +0 -1
- package/lib/hw/customLockScreenFetchHash.test.js +0 -29
- package/lib/hw/customLockScreenFetchHash.test.js.map +0 -1
- package/lib/hw/customLockScreenFetchSize.test.d.ts +0 -2
- package/lib/hw/customLockScreenFetchSize.test.d.ts.map +0 -1
- package/lib/hw/customLockScreenFetchSize.test.js +0 -42
- package/lib/hw/customLockScreenFetchSize.test.js.map +0 -1
- package/lib/hw/customLockScreenLoad.test.d.ts +0 -2
- package/lib/hw/customLockScreenLoad.test.d.ts.map +0 -1
- package/lib/hw/customLockScreenLoad.test.js +0 -63
- package/lib/hw/customLockScreenLoad.test.js.map +0 -1
- package/lib/hw/customLockScreenRemove.test.d.ts +0 -2
- package/lib/hw/customLockScreenRemove.test.d.ts.map +0 -1
- package/lib/hw/customLockScreenRemove.test.js +0 -169
- package/lib/hw/customLockScreenRemove.test.js.map +0 -1
- package/lib/hw/deviceAccess.test.d.ts +0 -2
- package/lib/hw/deviceAccess.test.d.ts.map +0 -1
- package/lib/hw/deviceAccess.test.js +0 -119
- package/lib/hw/deviceAccess.test.js.map +0 -1
- package/lib/hw/extractOnboardingState.test.d.ts +0 -2
- package/lib/hw/extractOnboardingState.test.d.ts.map +0 -1
- package/lib/hw/extractOnboardingState.test.js +0 -344
- package/lib/hw/extractOnboardingState.test.js.map +0 -1
- package/lib/hw/getAppAndVersion.test.d.ts +0 -2
- package/lib/hw/getAppAndVersion.test.d.ts.map +0 -1
- package/lib/hw/getAppAndVersion.test.js +0 -32
- package/lib/hw/getAppAndVersion.test.js.map +0 -1
- package/lib/hw/getBatteryStatus.test.d.ts +0 -2
- package/lib/hw/getBatteryStatus.test.d.ts.map +0 -1
- package/lib/hw/getBatteryStatus.test.js +0 -173
- package/lib/hw/getBatteryStatus.test.js.map +0 -1
- package/lib/hw/getDeviceNameMaxLength.test.d.ts +0 -2
- package/lib/hw/getDeviceNameMaxLength.test.d.ts.map +0 -1
- package/lib/hw/getDeviceNameMaxLength.test.js +0 -78
- package/lib/hw/getDeviceNameMaxLength.test.js.map +0 -1
- package/lib/hw/getDeviceRunningMode.test.d.ts +0 -2
- package/lib/hw/getDeviceRunningMode.test.d.ts.map +0 -1
- package/lib/hw/getDeviceRunningMode.test.js +0 -215
- package/lib/hw/getDeviceRunningMode.test.js.map +0 -1
- package/lib/hw/getGenuineCheckFromDeviceId.test.d.ts +0 -2
- package/lib/hw/getGenuineCheckFromDeviceId.test.d.ts.map +0 -1
- package/lib/hw/getGenuineCheckFromDeviceId.test.js +0 -299
- package/lib/hw/getGenuineCheckFromDeviceId.test.js.map +0 -1
- package/lib/hw/getOnboardingStatePolling.test.d.ts +0 -2
- package/lib/hw/getOnboardingStatePolling.test.d.ts.map +0 -1
- package/lib/hw/getOnboardingStatePolling.test.js +0 -317
- package/lib/hw/getOnboardingStatePolling.test.js.map +0 -1
- package/lib/hw/hooks/useGenuineCheck.test.d.ts +0 -2
- package/lib/hw/hooks/useGenuineCheck.test.d.ts.map +0 -1
- package/lib/hw/hooks/useGenuineCheck.test.js +0 -213
- package/lib/hw/hooks/useGenuineCheck.test.js.map +0 -1
- package/lib/hw/index.test.d.ts +0 -2
- package/lib/hw/index.test.d.ts.map +0 -1
- package/lib/hw/index.test.js +0 -89
- package/lib/hw/index.test.js.map +0 -1
- package/lib/hw/installApp.test.d.ts +0 -2
- package/lib/hw/installApp.test.d.ts.map +0 -1
- package/lib/hw/installApp.test.js +0 -127
- package/lib/hw/installApp.test.js.map +0 -1
- package/lib/hw/isDevFirmware.test.d.ts +0 -2
- package/lib/hw/isDevFirmware.test.d.ts.map +0 -1
- package/lib/hw/isDevFirmware.test.js +0 -27
- package/lib/hw/isDevFirmware.test.js.map +0 -1
- package/lib/hw/isFirmwareUpdateVersionSupported.test.d.ts +0 -2
- package/lib/hw/isFirmwareUpdateVersionSupported.test.d.ts.map +0 -1
- package/lib/hw/isFirmwareUpdateVersionSupported.test.js +0 -67
- package/lib/hw/isFirmwareUpdateVersionSupported.test.js.map +0 -1
- package/lib/hw/isUpdateAvailable.test.d.ts +0 -2
- package/lib/hw/isUpdateAvailable.test.d.ts.map +0 -1
- package/lib/hw/isUpdateAvailable.test.js +0 -66
- package/lib/hw/isUpdateAvailable.test.js.map +0 -1
- package/lib/hw/listApps.test.d.ts +0 -2
- package/lib/hw/listApps.test.d.ts.map +0 -1
- package/lib/hw/listApps.test.js +0 -103
- package/lib/hw/listApps.test.js.map +0 -1
- package/lib/hw/signMessage/index.test.d.ts +0 -2
- package/lib/hw/signMessage/index.test.d.ts.map +0 -1
- package/lib/hw/signMessage/index.test.js +0 -111
- package/lib/hw/signMessage/index.test.js.map +0 -1
- package/lib/hw/uninstallAllApps.test.d.ts +0 -2
- package/lib/hw/uninstallAllApps.test.d.ts.map +0 -1
- package/lib/hw/uninstallAllApps.test.js +0 -26
- package/lib/hw/uninstallAllApps.test.js.map +0 -1
- package/lib/manager/index.test.d.ts +0 -2
- package/lib/manager/index.test.d.ts.map +0 -1
- package/lib/manager/index.test.js +0 -37
- package/lib/manager/index.test.js.map +0 -1
- package/lib/modularDrawer/__test__/useModularDrawerVisibility.test.d.ts +0 -2
- package/lib/modularDrawer/__test__/useModularDrawerVisibility.test.d.ts.map +0 -1
- package/lib/modularDrawer/__test__/useModularDrawerVisibility.test.js +0 -322
- package/lib/modularDrawer/__test__/useModularDrawerVisibility.test.js.map +0 -1
- package/lib/modularDrawer/hooks/__test__/useAssetAccountCounts.test.d.ts +0 -2
- package/lib/modularDrawer/hooks/__test__/useAssetAccountCounts.test.d.ts.map +0 -1
- package/lib/modularDrawer/hooks/__test__/useAssetAccountCounts.test.js +0 -38
- package/lib/modularDrawer/hooks/__test__/useAssetAccountCounts.test.js.map +0 -1
- package/lib/modularDrawer/hooks/__test__/useCurrenciesUnderFeatureFlag.test.d.ts +0 -2
- package/lib/modularDrawer/hooks/__test__/useCurrenciesUnderFeatureFlag.test.d.ts.map +0 -1
- package/lib/modularDrawer/hooks/__test__/useCurrenciesUnderFeatureFlag.test.js +0 -50
- package/lib/modularDrawer/hooks/__test__/useCurrenciesUnderFeatureFlag.test.js.map +0 -1
- package/lib/modularDrawer/hooks/__test__/useDetailedAccountsCore.test.d.ts +0 -2
- package/lib/modularDrawer/hooks/__test__/useDetailedAccountsCore.test.d.ts.map +0 -1
- package/lib/modularDrawer/hooks/__test__/useDetailedAccountsCore.test.js +0 -350
- package/lib/modularDrawer/hooks/__test__/useDetailedAccountsCore.test.js.map +0 -1
- package/lib/modularDrawer/hooks/__test__/useModularDrawerConfiguration.test.d.ts +0 -2
- package/lib/modularDrawer/hooks/__test__/useModularDrawerConfiguration.test.d.ts.map +0 -1
- package/lib/modularDrawer/hooks/__test__/useModularDrawerConfiguration.test.js +0 -206
- package/lib/modularDrawer/hooks/__test__/useModularDrawerConfiguration.test.js.map +0 -1
- package/lib/modularDrawer/hooks/useAssetAccountCounts.d.ts.map +0 -1
- package/lib/modularDrawer/hooks/useAssetAccountCounts.js.map +0 -1
- package/lib/modularDrawer/modules/__test__/createAssetConfiguration.test.d.ts +0 -19
- package/lib/modularDrawer/modules/__test__/createAssetConfiguration.test.d.ts.map +0 -1
- package/lib/modularDrawer/modules/__test__/createAssetConfiguration.test.js +0 -209
- package/lib/modularDrawer/modules/__test__/createAssetConfiguration.test.js.map +0 -1
- package/lib/modularDrawer/modules/__test__/createNetworkConfiguration.test.d.ts +0 -5
- package/lib/modularDrawer/modules/__test__/createNetworkConfiguration.test.d.ts.map +0 -1
- package/lib/modularDrawer/modules/__test__/createNetworkConfiguration.test.js +0 -248
- package/lib/modularDrawer/modules/__test__/createNetworkConfiguration.test.js.map +0 -1
- package/lib/modularDrawer/utils/__tests__/calculateProviderTotal.test.d.ts +0 -2
- package/lib/modularDrawer/utils/__tests__/calculateProviderTotal.test.d.ts.map +0 -1
- package/lib/modularDrawer/utils/__tests__/calculateProviderTotal.test.js +0 -212
- package/lib/modularDrawer/utils/__tests__/calculateProviderTotal.test.js.map +0 -1
- package/lib/modularDrawer/utils/__tests__/currencyUtils.test.d.ts +0 -2
- package/lib/modularDrawer/utils/__tests__/currencyUtils.test.d.ts.map +0 -1
- package/lib/modularDrawer/utils/__tests__/currencyUtils.test.js +0 -100
- package/lib/modularDrawer/utils/__tests__/currencyUtils.test.js.map +0 -1
- package/lib/modularDrawer/utils/__tests__/getInterestRateForAsset.test.d.ts +0 -2
- package/lib/modularDrawer/utils/__tests__/getInterestRateForAsset.test.d.ts.map +0 -1
- package/lib/modularDrawer/utils/__tests__/getInterestRateForAsset.test.js +0 -36
- package/lib/modularDrawer/utils/__tests__/getInterestRateForAsset.test.js.map +0 -1
- package/lib/modularDrawer/utils/__tests__/groupAccountsByAsset.test.d.ts +0 -2
- package/lib/modularDrawer/utils/__tests__/groupAccountsByAsset.test.d.ts.map +0 -1
- package/lib/modularDrawer/utils/__tests__/groupAccountsByAsset.test.js +0 -202
- package/lib/modularDrawer/utils/__tests__/groupAccountsByAsset.test.js.map +0 -1
- package/lib/modularDrawer/utils/__tests__/sortAccountsByFiatValue.test.d.ts +0 -2
- package/lib/modularDrawer/utils/__tests__/sortAccountsByFiatValue.test.d.ts.map +0 -1
- package/lib/modularDrawer/utils/__tests__/sortAccountsByFiatValue.test.js +0 -106
- package/lib/modularDrawer/utils/__tests__/sortAccountsByFiatValue.test.js.map +0 -1
- package/lib/modularDrawer/utils/index.test.d.ts +0 -2
- package/lib/modularDrawer/utils/index.test.d.ts.map +0 -1
- package/lib/modularDrawer/utils/index.test.js +0 -38
- package/lib/modularDrawer/utils/index.test.js.map +0 -1
- package/lib/network-troubleshooting/basic.integration.test.d.ts +0 -2
- package/lib/network-troubleshooting/basic.integration.test.d.ts.map +0 -1
- package/lib/network-troubleshooting/basic.integration.test.js +0 -5
- package/lib/network-troubleshooting/basic.integration.test.js.map +0 -1
- package/lib/notifications/ServiceStatusProvider/index.test.d.ts +0 -2
- package/lib/notifications/ServiceStatusProvider/index.test.d.ts.map +0 -1
- package/lib/notifications/ServiceStatusProvider/index.test.js +0 -88
- package/lib/notifications/ServiceStatusProvider/index.test.js.map +0 -1
- package/lib/onboarding/hooks/useOnboardingStatePolling.test.d.ts +0 -2
- package/lib/onboarding/hooks/useOnboardingStatePolling.test.d.ts.map +0 -1
- package/lib/onboarding/hooks/useOnboardingStatePolling.test.js +0 -408
- package/lib/onboarding/hooks/useOnboardingStatePolling.test.js.map +0 -1
- package/lib/platform/converters.test.d.ts +0 -2
- package/lib/platform/converters.test.d.ts.map +0 -1
- package/lib/platform/converters.test.js +0 -81
- package/lib/platform/converters.test.js.map +0 -1
- package/lib/platform/logic.test.d.ts +0 -2
- package/lib/platform/logic.test.d.ts.map +0 -1
- package/lib/platform/logic.test.js +0 -631
- package/lib/platform/logic.test.js.map +0 -1
- package/lib/platform/providers/RampCatalogProvider/helpers.test.d.ts +0 -5
- package/lib/platform/providers/RampCatalogProvider/helpers.test.d.ts.map +0 -1
- package/lib/platform/providers/RampCatalogProvider/helpers.test.js +0 -106
- package/lib/platform/providers/RampCatalogProvider/helpers.test.js.map +0 -1
- package/lib/platform/serializers.test.d.ts +0 -2
- package/lib/platform/serializers.test.d.ts.map +0 -1
- package/lib/platform/serializers.test.js +0 -64
- package/lib/platform/serializers.test.js.map +0 -1
- package/lib/platform/tracking.test.d.ts +0 -2
- package/lib/platform/tracking.test.d.ts.map +0 -1
- package/lib/platform/tracking.test.js +0 -151
- package/lib/platform/tracking.test.js.map +0 -1
- package/lib/postOnboarding/hooks/useAllPostOnboardingActionsCompleted.test.d.ts +0 -2
- package/lib/postOnboarding/hooks/useAllPostOnboardingActionsCompleted.test.d.ts.map +0 -1
- package/lib/postOnboarding/hooks/useAllPostOnboardingActionsCompleted.test.js +0 -68
- package/lib/postOnboarding/hooks/useAllPostOnboardingActionsCompleted.test.js.map +0 -1
- package/lib/postOnboarding/hooks/useAutoDismissPostOnboardingEntryPoint.test.d.ts +0 -2
- package/lib/postOnboarding/hooks/useAutoDismissPostOnboardingEntryPoint.test.d.ts.map +0 -1
- package/lib/postOnboarding/hooks/useAutoDismissPostOnboardingEntryPoint.test.js +0 -48
- package/lib/postOnboarding/hooks/useAutoDismissPostOnboardingEntryPoint.test.js.map +0 -1
- package/lib/postOnboarding/hooks/usePostOnboardingDeeplinkHandler.test.d.ts +0 -5
- package/lib/postOnboarding/hooks/usePostOnboardingDeeplinkHandler.test.d.ts.map +0 -1
- package/lib/postOnboarding/hooks/usePostOnboardingDeeplinkHandler.test.js +0 -72
- package/lib/postOnboarding/hooks/usePostOnboardingDeeplinkHandler.test.js.map +0 -1
- package/lib/postOnboarding/hooks/usePostOnboardingEntryPointVisibleOnWallet.test.d.ts +0 -2
- package/lib/postOnboarding/hooks/usePostOnboardingEntryPointVisibleOnWallet.test.d.ts.map +0 -1
- package/lib/postOnboarding/hooks/usePostOnboardingEntryPointVisibleOnWallet.test.js +0 -57
- package/lib/postOnboarding/hooks/usePostOnboardingEntryPointVisibleOnWallet.test.js.map +0 -1
- package/lib/postOnboarding/hooks/usePostOnboardingHubState.test.d.ts +0 -2
- package/lib/postOnboarding/hooks/usePostOnboardingHubState.test.d.ts.map +0 -1
- package/lib/postOnboarding/hooks/usePostOnboardingHubState.test.js +0 -138
- package/lib/postOnboarding/hooks/usePostOnboardingHubState.test.js.map +0 -1
- package/lib/postOnboarding/logic/shouldRedirectToPostOnboardingOrRecoverUpsell.test.d.ts +0 -2
- package/lib/postOnboarding/logic/shouldRedirectToPostOnboardingOrRecoverUpsell.test.d.ts.map +0 -1
- package/lib/postOnboarding/logic/shouldRedirectToPostOnboardingOrRecoverUpsell.test.js +0 -148
- package/lib/postOnboarding/logic/shouldRedirectToPostOnboardingOrRecoverUpsell.test.js.map +0 -1
- package/lib/postOnboarding/reducer.test.d.ts +0 -2
- package/lib/postOnboarding/reducer.test.d.ts.map +0 -1
- package/lib/postOnboarding/reducer.test.js +0 -301
- package/lib/postOnboarding/reducer.test.js.map +0 -1
- package/lib/socket/socket.test.d.ts +0 -2
- package/lib/socket/socket.test.d.ts.map +0 -1
- package/lib/socket/socket.test.js +0 -111
- package/lib/socket/socket.test.js.map +0 -1
- package/lib/utils/__tests__/composeHooks.test.d.ts +0 -2
- package/lib/utils/__tests__/composeHooks.test.d.ts.map +0 -1
- package/lib/utils/__tests__/composeHooks.test.js +0 -35
- package/lib/utils/__tests__/composeHooks.test.js.map +0 -1
- package/lib/utils/__tests__/getAccountTuplesForCurrency.test.d.ts +0 -2
- package/lib/utils/__tests__/getAccountTuplesForCurrency.test.d.ts.map +0 -1
- package/lib/utils/__tests__/getAccountTuplesForCurrency.test.js +0 -107
- package/lib/utils/__tests__/getAccountTuplesForCurrency.test.js.map +0 -1
- package/lib/utils/__tests__/runOnceWhen.test.d.ts +0 -2
- package/lib/utils/__tests__/runOnceWhen.test.d.ts.map +0 -1
- package/lib/utils/__tests__/runOnceWhen.test.js +0 -53
- package/lib/utils/__tests__/runOnceWhen.test.js.map +0 -1
- package/lib/wallet-api/ACRE/server.test.d.ts +0 -2
- package/lib/wallet-api/ACRE/server.test.d.ts.map +0 -1
- package/lib/wallet-api/ACRE/server.test.js +0 -393
- package/lib/wallet-api/ACRE/server.test.js.map +0 -1
- package/lib/wallet-api/Exchange/server.test.d.ts +0 -2
- package/lib/wallet-api/Exchange/server.test.d.ts.map +0 -1
- package/lib/wallet-api/Exchange/server.test.js +0 -206
- package/lib/wallet-api/Exchange/server.test.js.map +0 -1
- package/lib/wallet-api/converters.test.d.ts +0 -2
- package/lib/wallet-api/converters.test.d.ts.map +0 -1
- package/lib/wallet-api/converters.test.js +0 -83
- package/lib/wallet-api/converters.test.js.map +0 -1
- package/lib/wallet-api/logic.test.d.ts +0 -2
- package/lib/wallet-api/logic.test.d.ts.map +0 -1
- package/lib/wallet-api/logic.test.js +0 -922
- package/lib/wallet-api/logic.test.js.map +0 -1
- package/lib/wallet-api/tracking.test.d.ts +0 -2
- package/lib/wallet-api/tracking.test.d.ts.map +0 -1
- package/lib/wallet-api/tracking.test.js +0 -151
- package/lib/wallet-api/tracking.test.js.map +0 -1
- package/lib/wallet-api/utils/appendQueryParamsToDappURL.test.d.ts +0 -2
- package/lib/wallet-api/utils/appendQueryParamsToDappURL.test.d.ts.map +0 -1
- package/lib/wallet-api/utils/appendQueryParamsToDappURL.test.js +0 -42
- package/lib/wallet-api/utils/appendQueryParamsToDappURL.test.js.map +0 -1
- package/lib/wallet-api/utils/appendQueryParamsToManifestURL.test.d.ts +0 -2
- package/lib/wallet-api/utils/appendQueryParamsToManifestURL.test.d.ts.map +0 -1
- package/lib/wallet-api/utils/appendQueryParamsToManifestURL.test.js +0 -43
- package/lib/wallet-api/utils/appendQueryParamsToManifestURL.test.js.map +0 -1
- package/lib/wallet-api/utils/extractDappURLFromManifest.test.d.ts +0 -2
- package/lib/wallet-api/utils/extractDappURLFromManifest.test.d.ts.map +0 -1
- package/lib/wallet-api/utils/extractDappURLFromManifest.test.js +0 -34
- package/lib/wallet-api/utils/extractDappURLFromManifest.test.js.map +0 -1
- package/lib/wallet-api/utils/txTrackingHelper.test.d.ts +0 -2
- package/lib/wallet-api/utils/txTrackingHelper.test.d.ts.map +0 -1
- package/lib/wallet-api/utils/txTrackingHelper.test.js +0 -70
- package/lib/wallet-api/utils/txTrackingHelper.test.js.map +0 -1
- package/lib/wallet-api/version.test.d.ts +0 -2
- package/lib/wallet-api/version.test.d.ts.map +0 -1
- package/lib/wallet-api/version.test.js +0 -9
- package/lib/wallet-api/version.test.js.map +0 -1
- package/lib/walletSync/getEnvironmentParams.test.d.ts +0 -2
- package/lib/walletSync/getEnvironmentParams.test.d.ts.map +0 -1
- package/lib/walletSync/getEnvironmentParams.test.js +0 -24
- package/lib/walletSync/getEnvironmentParams.test.js.map +0 -1
- package/lib-es/DataModel.test.d.ts +0 -2
- package/lib-es/DataModel.test.d.ts.map +0 -1
- package/lib-es/DataModel.test.js +0 -93
- package/lib-es/DataModel.test.js.map +0 -1
- package/lib-es/__fixtures__/solana-spl-epjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v.json +0 -53
- package/lib-es/__tests__/accounts/groupPerDay.d.ts +0 -2
- package/lib-es/__tests__/accounts/groupPerDay.d.ts.map +0 -1
- package/lib-es/__tests__/accounts/groupPerDay.js +0 -216
- package/lib-es/__tests__/accounts/groupPerDay.js.map +0 -1
- package/lib-es/__tests__/announcements/filterAnnouncements.d.ts +0 -2
- package/lib-es/__tests__/announcements/filterAnnouncements.d.ts.map +0 -1
- package/lib-es/__tests__/announcements/filterAnnouncements.js +0 -662
- package/lib-es/__tests__/announcements/filterAnnouncements.js.map +0 -1
- package/lib-es/__tests__/announcements/groupAnnouncements.d.ts +0 -2
- package/lib-es/__tests__/announcements/groupAnnouncements.d.ts.map +0 -1
- package/lib-es/__tests__/announcements/groupAnnouncements.js +0 -141
- package/lib-es/__tests__/announcements/groupAnnouncements.js.map +0 -1
- package/lib-es/__tests__/announcements/localizedAnnouncements.d.ts +0 -2
- package/lib-es/__tests__/announcements/localizedAnnouncements.d.ts.map +0 -1
- package/lib-es/__tests__/announcements/localizedAnnouncements.js +0 -211
- package/lib-es/__tests__/announcements/localizedAnnouncements.js.map +0 -1
- package/lib-es/__tests__/csvExport.d.ts +0 -2
- package/lib-es/__tests__/csvExport.d.ts.map +0 -1
- package/lib-es/__tests__/csvExport.js +0 -29
- package/lib-es/__tests__/csvExport.js.map +0 -1
- package/lib-es/__tests__/currencies.d.ts +0 -2
- package/lib-es/__tests__/currencies.d.ts.map +0 -1
- package/lib-es/__tests__/currencies.js +0 -262
- package/lib-es/__tests__/currencies.js.map +0 -1
- package/lib-es/__tests__/environment.test.d.ts +0 -2
- package/lib-es/__tests__/environment.test.d.ts.map +0 -1
- package/lib-es/__tests__/environment.test.js +0 -7
- package/lib-es/__tests__/environment.test.js.map +0 -1
- package/lib-es/__tests__/errors.d.ts +0 -2
- package/lib-es/__tests__/errors.d.ts.map +0 -1
- package/lib-es/__tests__/errors.js +0 -18
- package/lib-es/__tests__/errors.js.map +0 -1
- package/lib-es/__tests__/hw/getBitcoinLikeInfo.d.ts +0 -2
- package/lib-es/__tests__/hw/getBitcoinLikeInfo.d.ts.map +0 -1
- package/lib-es/__tests__/hw/getBitcoinLikeInfo.js +0 -22
- package/lib-es/__tests__/hw/getBitcoinLikeInfo.js.map +0 -1
- package/lib-es/__tests__/hw/getDeviceInfo.d.ts +0 -2
- package/lib-es/__tests__/hw/getDeviceInfo.d.ts.map +0 -1
- package/lib-es/__tests__/hw/getDeviceInfo.js +0 -589
- package/lib-es/__tests__/hw/getDeviceInfo.js.map +0 -1
- package/lib-es/__tests__/hw/getLatestFirmwareForDevice.d.ts +0 -2
- package/lib-es/__tests__/hw/getLatestFirmwareForDevice.d.ts.map +0 -1
- package/lib-es/__tests__/hw/getLatestFirmwareForDevice.js +0 -154
- package/lib-es/__tests__/hw/getLatestFirmwareForDevice.js.map +0 -1
- package/lib-es/__tests__/manager.d.ts +0 -2
- package/lib-es/__tests__/manager.d.ts.map +0 -1
- package/lib-es/__tests__/manager.js +0 -30
- package/lib-es/__tests__/manager.js.map +0 -1
- package/lib-es/__tests__/migration/account-migration.d.ts +0 -2
- package/lib-es/__tests__/migration/account-migration.d.ts.map +0 -1
- package/lib-es/__tests__/migration/account-migration.js +0 -236
- package/lib-es/__tests__/migration/account-migration.js.map +0 -1
- package/lib-es/__tests__/migration/addresses.d.ts +0 -12
- package/lib-es/__tests__/migration/addresses.d.ts.map +0 -1
- package/lib-es/__tests__/migration/addresses.js +0 -172
- package/lib-es/__tests__/migration/addresses.js.map +0 -1
- package/lib-es/__tests__/mock-bridges.d.ts +0 -2
- package/lib-es/__tests__/mock-bridges.d.ts.map +0 -1
- package/lib-es/__tests__/mock-bridges.js +0 -94
- package/lib-es/__tests__/mock-bridges.js.map +0 -1
- package/lib-es/__tests__/mocks/account.d.ts +0 -2
- package/lib-es/__tests__/mocks/account.d.ts.map +0 -1
- package/lib-es/__tests__/mocks/account.js +0 -37
- package/lib-es/__tests__/mocks/account.js.map +0 -1
- package/lib-es/__tests__/range.d.ts +0 -2
- package/lib-es/__tests__/range.d.ts.map +0 -1
- package/lib-es/__tests__/range.js +0 -41
- package/lib-es/__tests__/range.js.map +0 -1
- package/lib-es/__tests__/service-status/index.d.ts +0 -2
- package/lib-es/__tests__/service-status/index.d.ts.map +0 -1
- package/lib-es/__tests__/service-status/index.js +0 -19
- package/lib-es/__tests__/service-status/index.js.map +0 -1
- package/lib-es/__tests__/svg.d.ts +0 -9
- package/lib-es/__tests__/svg.d.ts.map +0 -1
- package/lib-es/__tests__/svg.js +0 -47
- package/lib-es/__tests__/svg.js.map +0 -1
- package/lib-es/__tests__/test-helpers/announcements.d.ts +0 -5
- package/lib-es/__tests__/test-helpers/announcements.d.ts.map +0 -1
- package/lib-es/__tests__/test-helpers/announcements.js +0 -97
- package/lib-es/__tests__/test-helpers/announcements.js.map +0 -1
- package/lib-es/__tests__/test-helpers/bridgeSetupUpdateMocks.d.ts +0 -3
- package/lib-es/__tests__/test-helpers/bridgeSetupUpdateMocks.d.ts.map +0 -1
- package/lib-es/__tests__/test-helpers/bridgeSetupUpdateMocks.js +0 -41
- package/lib-es/__tests__/test-helpers/bridgeSetupUpdateMocks.js.map +0 -1
- package/lib-es/__tests__/test-helpers/bridgeSetupUseMocks.d.ts +0 -4
- package/lib-es/__tests__/test-helpers/bridgeSetupUseMocks.d.ts.map +0 -1
- package/lib-es/__tests__/test-helpers/bridgeSetupUseMocks.js +0 -52
- package/lib-es/__tests__/test-helpers/bridgeSetupUseMocks.js.map +0 -1
- package/lib-es/__tests__/test-helpers/bridgeTeardownUpdateMocks.d.ts +0 -3
- package/lib-es/__tests__/test-helpers/bridgeTeardownUpdateMocks.d.ts.map +0 -1
- package/lib-es/__tests__/test-helpers/bridgeTeardownUpdateMocks.js +0 -42
- package/lib-es/__tests__/test-helpers/bridgeTeardownUpdateMocks.js.map +0 -1
- package/lib-es/__tests__/test-helpers/bridgeTeardownUseMocks.d.ts +0 -3
- package/lib-es/__tests__/test-helpers/bridgeTeardownUseMocks.d.ts.map +0 -1
- package/lib-es/__tests__/test-helpers/bridgeTeardownUseMocks.js +0 -6
- package/lib-es/__tests__/test-helpers/bridgeTeardownUseMocks.js.map +0 -1
- package/lib-es/__tests__/test-helpers/deviceInfos.d.ts +0 -16
- package/lib-es/__tests__/test-helpers/deviceInfos.d.ts.map +0 -1
- package/lib-es/__tests__/test-helpers/deviceInfos.js +0 -85
- package/lib-es/__tests__/test-helpers/deviceInfos.js.map +0 -1
- package/lib-es/__tests__/test-helpers/dom-polyfill.d.ts +0 -2
- package/lib-es/__tests__/test-helpers/dom-polyfill.d.ts.map +0 -1
- package/lib-es/__tests__/test-helpers/dom-polyfill.js +0 -25
- package/lib-es/__tests__/test-helpers/dom-polyfill.js.map +0 -1
- package/lib-es/__tests__/test-helpers/serviceStatus.d.ts +0 -5
- package/lib-es/__tests__/test-helpers/serviceStatus.d.ts.map +0 -1
- package/lib-es/__tests__/test-helpers/serviceStatus.js +0 -503
- package/lib-es/__tests__/test-helpers/serviceStatus.js.map +0 -1
- package/lib-es/__tests__/test-helpers/staticTime.d.ts +0 -2
- package/lib-es/__tests__/test-helpers/staticTime.d.ts.map +0 -1
- package/lib-es/__tests__/test-helpers/staticTime.js +0 -5
- package/lib-es/__tests__/test-helpers/staticTime.js.map +0 -1
- package/lib-es/__tests__/test-helpers/types.d.ts +0 -44
- package/lib-es/__tests__/test-helpers/types.d.ts.map +0 -1
- package/lib-es/__tests__/test-helpers/types.js +0 -2
- package/lib-es/__tests__/test-helpers/types.js.map +0 -1
- package/lib-es/__tests__/user.d.ts +0 -2
- package/lib-es/__tests__/user.d.ts.map +0 -1
- package/lib-es/__tests__/user.js +0 -6
- package/lib-es/__tests__/user.js.map +0 -1
- package/lib-es/account/serialization.test.d.ts +0 -2
- package/lib-es/account/serialization.test.d.ts.map +0 -1
- package/lib-es/account/serialization.test.js +0 -35
- package/lib-es/account/serialization.test.js.map +0 -1
- package/lib-es/appSupportsQuitApp.test.d.ts +0 -2
- package/lib-es/appSupportsQuitApp.test.d.ts.map +0 -1
- package/lib-es/appSupportsQuitApp.test.js +0 -28
- package/lib-es/appSupportsQuitApp.test.js.map +0 -1
- package/lib-es/apps/filtering.test.d.ts +0 -2
- package/lib-es/apps/filtering.test.d.ts.map +0 -1
- package/lib-es/apps/filtering.test.js +0 -358
- package/lib-es/apps/filtering.test.js.map +0 -1
- package/lib-es/apps/formatting.test.d.ts +0 -2
- package/lib-es/apps/formatting.test.d.ts.map +0 -1
- package/lib-es/apps/formatting.test.js +0 -48
- package/lib-es/apps/formatting.test.js.map +0 -1
- package/lib-es/apps/listApps.test.d.ts +0 -2
- package/lib-es/apps/listApps.test.d.ts.map +0 -1
- package/lib-es/apps/listApps.test.js +0 -473
- package/lib-es/apps/listApps.test.js.map +0 -1
- package/lib-es/apps/logic.test.d.ts +0 -2
- package/lib-es/apps/logic.test.d.ts.map +0 -1
- package/lib-es/apps/logic.test.js +0 -433
- package/lib-es/apps/logic.test.js.map +0 -1
- package/lib-es/apps/polyfill.test.d.ts +0 -2
- package/lib-es/apps/polyfill.test.d.ts.map +0 -1
- package/lib-es/apps/polyfill.test.js +0 -62
- package/lib-es/apps/polyfill.test.js.map +0 -1
- package/lib-es/apps/react.test.d.ts +0 -2
- package/lib-es/apps/react.test.d.ts.map +0 -1
- package/lib-es/apps/react.test.js +0 -166
- package/lib-es/apps/react.test.js.map +0 -1
- package/lib-es/apps/support.test.d.ts +0 -2
- package/lib-es/apps/support.test.d.ts.map +0 -1
- package/lib-es/apps/support.test.js +0 -71
- package/lib-es/apps/support.test.js.map +0 -1
- package/lib-es/ble/hooks/useBleDevicePairing.test.d.ts +0 -2
- package/lib-es/ble/hooks/useBleDevicePairing.test.d.ts.map +0 -1
- package/lib-es/ble/hooks/useBleDevicePairing.test.js +0 -76
- package/lib-es/ble/hooks/useBleDevicePairing.test.js.map +0 -1
- package/lib-es/ble/hooks/useBleDevicesScanning.test.d.ts +0 -2
- package/lib-es/ble/hooks/useBleDevicesScanning.test.d.ts.map +0 -1
- package/lib-es/ble/hooks/useBleDevicesScanning.test.js +0 -240
- package/lib-es/ble/hooks/useBleDevicesScanning.test.js.map +0 -1
- package/lib-es/bot/index.test.d.ts +0 -2
- package/lib-es/bot/index.test.d.ts.map +0 -1
- package/lib-es/bot/index.test.js +0 -87
- package/lib-es/bot/index.test.js.map +0 -1
- package/lib-es/bot/portfolio/formatter.test.d.ts +0 -2
- package/lib-es/bot/portfolio/formatter.test.d.ts.map +0 -1
- package/lib-es/bot/portfolio/formatter.test.js +0 -983
- package/lib-es/bot/portfolio/formatter.test.js.map +0 -1
- package/lib-es/braze/anonymousUsers.test.d.ts +0 -2
- package/lib-es/braze/anonymousUsers.test.d.ts.map +0 -1
- package/lib-es/braze/anonymousUsers.test.js +0 -29
- package/lib-es/braze/anonymousUsers.test.js.map +0 -1
- package/lib-es/bridge/cache.test.d.ts +0 -2
- package/lib-es/bridge/cache.test.d.ts.map +0 -1
- package/lib-es/bridge/cache.test.js +0 -38
- package/lib-es/bridge/cache.test.js.map +0 -1
- package/lib-es/bridge/crypto-assets/index.test.d.ts +0 -2
- package/lib-es/bridge/crypto-assets/index.test.d.ts.map +0 -1
- package/lib-es/bridge/crypto-assets/index.test.js +0 -50
- package/lib-es/bridge/crypto-assets/index.test.js.map +0 -1
- package/lib-es/bridge/generic-alpaca/alpaca/index.unit.test.d.ts +0 -2
- package/lib-es/bridge/generic-alpaca/alpaca/index.unit.test.d.ts.map +0 -1
- package/lib-es/bridge/generic-alpaca/alpaca/index.unit.test.js +0 -92
- package/lib-es/bridge/generic-alpaca/alpaca/index.unit.test.js.map +0 -1
- package/lib-es/bridge/generic-alpaca/tests/estimateMaxSpendable.test.d.ts +0 -2
- package/lib-es/bridge/generic-alpaca/tests/estimateMaxSpendable.test.d.ts.map +0 -1
- package/lib-es/bridge/generic-alpaca/tests/estimateMaxSpendable.test.js +0 -100
- package/lib-es/bridge/generic-alpaca/tests/estimateMaxSpendable.test.js.map +0 -1
- package/lib-es/bridge/generic-alpaca/tests/getAccountShape.test.d.ts +0 -2
- package/lib-es/bridge/generic-alpaca/tests/getAccountShape.test.d.ts.map +0 -1
- package/lib-es/bridge/generic-alpaca/tests/getAccountShape.test.js +0 -142
- package/lib-es/bridge/generic-alpaca/tests/getAccountShape.test.js.map +0 -1
- package/lib-es/bridge/generic-alpaca/tests/prepareTransaction.test.d.ts +0 -2
- package/lib-es/bridge/generic-alpaca/tests/prepareTransaction.test.d.ts.map +0 -1
- package/lib-es/bridge/generic-alpaca/tests/prepareTransaction.test.js +0 -205
- package/lib-es/bridge/generic-alpaca/tests/prepareTransaction.test.js.map +0 -1
- package/lib-es/bridge/generic-alpaca/tests/signOperation.test.d.ts +0 -2
- package/lib-es/bridge/generic-alpaca/tests/signOperation.test.d.ts.map +0 -1
- package/lib-es/bridge/generic-alpaca/tests/signOperation.test.js +0 -82
- package/lib-es/bridge/generic-alpaca/tests/signOperation.test.js.map +0 -1
- package/lib-es/bridge/generic-alpaca/utils.test.d.ts +0 -2
- package/lib-es/bridge/generic-alpaca/utils.test.d.ts.map +0 -1
- package/lib-es/bridge/generic-alpaca/utils.test.js +0 -171
- package/lib-es/bridge/generic-alpaca/utils.test.js.map +0 -1
- package/lib-es/bridge/react/BridgeSync.test.d.ts +0 -5
- package/lib-es/bridge/react/BridgeSync.test.d.ts.map +0 -1
- package/lib-es/bridge/react/BridgeSync.test.js +0 -414
- package/lib-es/bridge/react/BridgeSync.test.js.map +0 -1
- package/lib-es/bridge/syncSessionManager/index.test.d.ts +0 -2
- package/lib-es/bridge/syncSessionManager/index.test.d.ts.map +0 -1
- package/lib-es/bridge/syncSessionManager/index.test.js +0 -116
- package/lib-es/bridge/syncSessionManager/index.test.js.map +0 -1
- package/lib-es/bridge/useBridgeTransaction.test.d.ts +0 -5
- package/lib-es/bridge/useBridgeTransaction.test.d.ts.map +0 -1
- package/lib-es/bridge/useBridgeTransaction.test.js +0 -65
- package/lib-es/bridge/useBridgeTransaction.test.js.map +0 -1
- package/lib-es/config/index.test.d.ts +0 -2
- package/lib-es/config/index.test.d.ts.map +0 -1
- package/lib-es/config/index.test.js +0 -27
- package/lib-es/config/index.test.js.map +0 -1
- package/lib-es/currencies/cryptoIcons.test.d.ts +0 -2
- package/lib-es/currencies/cryptoIcons.test.d.ts.map +0 -1
- package/lib-es/currencies/cryptoIcons.test.js +0 -27
- package/lib-es/currencies/cryptoIcons.test.js.map +0 -1
- package/lib-es/currencies/helpers.test.d.ts +0 -2
- package/lib-es/currencies/helpers.test.d.ts.map +0 -1
- package/lib-es/currencies/helpers.test.js +0 -17
- package/lib-es/currencies/helpers.test.js.map +0 -1
- package/lib-es/currencies/sortByMarketcap.test.d.ts +0 -2
- package/lib-es/currencies/sortByMarketcap.test.d.ts.map +0 -1
- package/lib-es/currencies/sortByMarketcap.test.js +0 -44
- package/lib-es/currencies/sortByMarketcap.test.js.map +0 -1
- package/lib-es/dada-client/hooks/__tests__/useAssetsData.test.d.ts +0 -5
- package/lib-es/dada-client/hooks/__tests__/useAssetsData.test.d.ts.map +0 -1
- package/lib-es/dada-client/hooks/__tests__/useAssetsData.test.js +0 -174
- package/lib-es/dada-client/hooks/__tests__/useAssetsData.test.js.map +0 -1
- package/lib-es/deposit/deposit.integration.test.d.ts +0 -5
- package/lib-es/deposit/deposit.integration.test.d.ts.map +0 -1
- package/lib-es/deposit/deposit.integration.test.js +0 -59
- package/lib-es/deposit/deposit.integration.test.js.map +0 -1
- package/lib-es/deposit/deposit.test.d.ts +0 -2
- package/lib-es/deposit/deposit.test.d.ts.map +0 -1
- package/lib-es/deposit/deposit.test.js +0 -456
- package/lib-es/deposit/deposit.test.js.map +0 -1
- package/lib-es/device/use-cases/appDataBackup/backupAppData.test.d.ts +0 -2
- package/lib-es/device/use-cases/appDataBackup/backupAppData.test.d.ts.map +0 -1
- package/lib-es/device/use-cases/appDataBackup/backupAppData.test.js +0 -101
- package/lib-es/device/use-cases/appDataBackup/backupAppData.test.js.map +0 -1
- package/lib-es/device/use-cases/appDataBackup/backupAppDataUseCase.test.d.ts +0 -2
- package/lib-es/device/use-cases/appDataBackup/backupAppDataUseCase.test.d.ts.map +0 -1
- package/lib-es/device/use-cases/appDataBackup/backupAppDataUseCase.test.js +0 -100
- package/lib-es/device/use-cases/appDataBackup/backupAppDataUseCase.test.js.map +0 -1
- package/lib-es/device/use-cases/appDataBackup/deleteAppData.test.d.ts +0 -2
- package/lib-es/device/use-cases/appDataBackup/deleteAppData.test.d.ts.map +0 -1
- package/lib-es/device/use-cases/appDataBackup/deleteAppData.test.js +0 -161
- package/lib-es/device/use-cases/appDataBackup/deleteAppData.test.js.map +0 -1
- package/lib-es/device/use-cases/appDataBackup/deleteAppDataUseCase.test.d.ts +0 -2
- package/lib-es/device/use-cases/appDataBackup/deleteAppDataUseCase.test.d.ts.map +0 -1
- package/lib-es/device/use-cases/appDataBackup/deleteAppDataUseCase.test.js +0 -144
- package/lib-es/device/use-cases/appDataBackup/deleteAppDataUseCase.test.js.map +0 -1
- package/lib-es/device/use-cases/appDataBackup/restoreAppData.test.d.ts +0 -2
- package/lib-es/device/use-cases/appDataBackup/restoreAppData.test.d.ts.map +0 -1
- package/lib-es/device/use-cases/appDataBackup/restoreAppData.test.js +0 -84
- package/lib-es/device/use-cases/appDataBackup/restoreAppData.test.js.map +0 -1
- package/lib-es/device/use-cases/appDataBackup/restoreAppDataUseCase.test.d.ts +0 -2
- package/lib-es/device/use-cases/appDataBackup/restoreAppDataUseCase.test.d.ts.map +0 -1
- package/lib-es/device/use-cases/appDataBackup/restoreAppDataUseCase.test.js +0 -72
- package/lib-es/device/use-cases/appDataBackup/restoreAppDataUseCase.test.js.map +0 -1
- package/lib-es/device/use-cases/appDataBackup/types.test.d.ts +0 -2
- package/lib-es/device/use-cases/appDataBackup/types.test.d.ts.map +0 -1
- package/lib-es/device/use-cases/appDataBackup/types.test.js +0 -44
- package/lib-es/device/use-cases/appDataBackup/types.test.js.map +0 -1
- package/lib-es/device/use-cases/listAppsUseCase.test.d.ts +0 -2
- package/lib-es/device/use-cases/listAppsUseCase.test.d.ts.map +0 -1
- package/lib-es/device/use-cases/listAppsUseCase.test.js +0 -41
- package/lib-es/device/use-cases/listAppsUseCase.test.js.map +0 -1
- package/lib-es/deviceSDK/actions/getLatestAvailableFirmware.test.d.ts +0 -2
- package/lib-es/deviceSDK/actions/getLatestAvailableFirmware.test.d.ts.map +0 -1
- package/lib-es/deviceSDK/actions/getLatestAvailableFirmware.test.js +0 -263
- package/lib-es/deviceSDK/actions/getLatestAvailableFirmware.test.js.map +0 -1
- package/lib-es/deviceSDK/commands/getBatteryStatus.test.d.ts +0 -2
- package/lib-es/deviceSDK/commands/getBatteryStatus.test.d.ts.map +0 -1
- package/lib-es/deviceSDK/commands/getBatteryStatus.test.js +0 -168
- package/lib-es/deviceSDK/commands/getBatteryStatus.test.js.map +0 -1
- package/lib-es/deviceSDK/commands/toggleOnboardingEarlyCheck.test.d.ts +0 -2
- package/lib-es/deviceSDK/commands/toggleOnboardingEarlyCheck.test.d.ts.map +0 -1
- package/lib-es/deviceSDK/commands/toggleOnboardingEarlyCheck.test.js +0 -77
- package/lib-es/deviceSDK/commands/toggleOnboardingEarlyCheck.test.js.map +0 -1
- package/lib-es/deviceSDK/hooks/__tests__/filterIgnoredFirmwareUpdates.test.d.ts +0 -2
- package/lib-es/deviceSDK/hooks/__tests__/filterIgnoredFirmwareUpdates.test.d.ts.map +0 -1
- package/lib-es/deviceSDK/hooks/__tests__/filterIgnoredFirmwareUpdates.test.js +0 -112
- package/lib-es/deviceSDK/hooks/__tests__/filterIgnoredFirmwareUpdates.test.js.map +0 -1
- package/lib-es/deviceSDK/hooks/getIgnoredOSUpdatesForDeviceModelAndPlatform.test.d.ts +0 -2
- package/lib-es/deviceSDK/hooks/getIgnoredOSUpdatesForDeviceModelAndPlatform.test.d.ts.map +0 -1
- package/lib-es/deviceSDK/hooks/getIgnoredOSUpdatesForDeviceModelAndPlatform.test.js +0 -116
- package/lib-es/deviceSDK/hooks/getIgnoredOSUpdatesForDeviceModelAndPlatform.test.js.map +0 -1
- package/lib-es/deviceSDK/hooks/useBatteryStatuses.test.d.ts +0 -2
- package/lib-es/deviceSDK/hooks/useBatteryStatuses.test.d.ts.map +0 -1
- package/lib-es/deviceSDK/hooks/useBatteryStatuses.test.js +0 -12
- package/lib-es/deviceSDK/hooks/useBatteryStatuses.test.js.map +0 -1
- package/lib-es/deviceSDK/hooks/useToggleOnboardingEarlyChecks.test.d.ts +0 -2
- package/lib-es/deviceSDK/hooks/useToggleOnboardingEarlyChecks.test.d.ts.map +0 -1
- package/lib-es/deviceSDK/hooks/useToggleOnboardingEarlyChecks.test.js +0 -85
- package/lib-es/deviceSDK/hooks/useToggleOnboardingEarlyChecks.test.js.map +0 -1
- package/lib-es/deviceSDK/tasks/core.test.d.ts +0 -2
- package/lib-es/deviceSDK/tasks/core.test.d.ts.map +0 -1
- package/lib-es/deviceSDK/tasks/core.test.js +0 -263
- package/lib-es/deviceSDK/tasks/core.test.js.map +0 -1
- package/lib-es/deviceSDK/tasks/toggleOnboardingEarlyCheck.test.d.ts +0 -2
- package/lib-es/deviceSDK/tasks/toggleOnboardingEarlyCheck.test.d.ts.map +0 -1
- package/lib-es/deviceSDK/tasks/toggleOnboardingEarlyCheck.test.js +0 -90
- package/lib-es/deviceSDK/tasks/toggleOnboardingEarlyCheck.test.js.map +0 -1
- package/lib-es/deviceSDK/tasks/updateFirmware.test.d.ts +0 -2
- package/lib-es/deviceSDK/tasks/updateFirmware.test.d.ts.map +0 -1
- package/lib-es/deviceSDK/tasks/updateFirmware.test.js +0 -19
- package/lib-es/deviceSDK/tasks/updateFirmware.test.js.map +0 -1
- package/lib-es/deviceSDK/transports/core.test.d.ts +0 -2
- package/lib-es/deviceSDK/transports/core.test.d.ts.map +0 -1
- package/lib-es/deviceSDK/transports/core.test.js +0 -124
- package/lib-es/deviceSDK/transports/core.test.js.map +0 -1
- package/lib-es/domain/getTokensWithFunds.test.d.ts +0 -2
- package/lib-es/domain/getTokensWithFunds.test.d.ts.map +0 -1
- package/lib-es/domain/getTokensWithFunds.test.js +0 -66
- package/lib-es/domain/getTokensWithFunds.test.js.map +0 -1
- package/lib-es/env.test.d.ts +0 -2
- package/lib-es/env.test.d.ts.map +0 -1
- package/lib-es/env.test.js +0 -7
- package/lib-es/env.test.js.map +0 -1
- package/lib-es/exchange/swap/api/v5/__tests__/fetchCurrencyAll.spec.d.ts +0 -2
- package/lib-es/exchange/swap/api/v5/__tests__/fetchCurrencyAll.spec.d.ts.map +0 -1
- package/lib-es/exchange/swap/api/v5/__tests__/fetchCurrencyAll.spec.js +0 -22
- package/lib-es/exchange/swap/api/v5/__tests__/fetchCurrencyAll.spec.js.map +0 -1
- package/lib-es/exchange/swap/api/v5/__tests__/fetchCurrencyFrom.spec.d.ts +0 -2
- package/lib-es/exchange/swap/api/v5/__tests__/fetchCurrencyFrom.spec.d.ts.map +0 -1
- package/lib-es/exchange/swap/api/v5/__tests__/fetchCurrencyFrom.spec.js +0 -25
- package/lib-es/exchange/swap/api/v5/__tests__/fetchCurrencyFrom.spec.js.map +0 -1
- package/lib-es/exchange/swap/api/v5/__tests__/fetchCurrencyTo.spec.d.ts +0 -2
- package/lib-es/exchange/swap/api/v5/__tests__/fetchCurrencyTo.spec.d.ts.map +0 -1
- package/lib-es/exchange/swap/api/v5/__tests__/fetchCurrencyTo.spec.js +0 -39
- package/lib-es/exchange/swap/api/v5/__tests__/fetchCurrencyTo.spec.js.map +0 -1
- package/lib-es/exchange/swap/api/v5/fetchRates.test.d.ts +0 -2
- package/lib-es/exchange/swap/api/v5/fetchRates.test.d.ts.map +0 -1
- package/lib-es/exchange/swap/api/v5/fetchRates.test.js +0 -329
- package/lib-es/exchange/swap/api/v5/fetchRates.test.js.map +0 -1
- package/lib-es/exchange/swap/hooks/live-app-migration/useIsSwapLiveApp.test.d.ts +0 -2
- package/lib-es/exchange/swap/hooks/live-app-migration/useIsSwapLiveApp.test.d.ts.map +0 -1
- package/lib-es/exchange/swap/hooks/live-app-migration/useIsSwapLiveApp.test.js +0 -61
- package/lib-es/exchange/swap/hooks/live-app-migration/useIsSwapLiveApp.test.js.map +0 -1
- package/lib-es/exchange/swap/hooks/live-app-migration/useSwapLiveConfig.test.d.ts +0 -2
- package/lib-es/exchange/swap/hooks/live-app-migration/useSwapLiveConfig.test.d.ts.map +0 -1
- package/lib-es/exchange/swap/hooks/live-app-migration/useSwapLiveConfig.test.js +0 -29
- package/lib-es/exchange/swap/hooks/live-app-migration/useSwapLiveConfig.test.js.map +0 -1
- package/lib-es/exchange/swap/hooks/useFromState.test.d.ts +0 -5
- package/lib-es/exchange/swap/hooks/useFromState.test.d.ts.map +0 -1
- package/lib-es/exchange/swap/hooks/useFromState.test.js +0 -185
- package/lib-es/exchange/swap/hooks/useFromState.test.js.map +0 -1
- package/lib-es/exchange/swap/hooks/usePageState.test.d.ts +0 -2
- package/lib-es/exchange/swap/hooks/usePageState.test.d.ts.map +0 -1
- package/lib-es/exchange/swap/hooks/usePageState.test.js +0 -46
- package/lib-es/exchange/swap/hooks/usePageState.test.js.map +0 -1
- package/lib-es/exchange/swap/hooks/usePickDefaultAccount.test.d.ts +0 -5
- package/lib-es/exchange/swap/hooks/usePickDefaultAccount.test.d.ts.map +0 -1
- package/lib-es/exchange/swap/hooks/usePickDefaultAccount.test.js +0 -115
- package/lib-es/exchange/swap/hooks/usePickDefaultAccount.test.js.map +0 -1
- package/lib-es/exchange/swap/hooks/usePickDefaultCurrency.test.d.ts +0 -2
- package/lib-es/exchange/swap/hooks/usePickDefaultCurrency.test.d.ts.map +0 -1
- package/lib-es/exchange/swap/hooks/usePickDefaultCurrency.test.js +0 -64
- package/lib-es/exchange/swap/hooks/usePickDefaultCurrency.test.js.map +0 -1
- package/lib-es/exchange/swap/hooks/useReverseAccounts.test.d.ts +0 -5
- package/lib-es/exchange/swap/hooks/useReverseAccounts.test.d.ts.map +0 -1
- package/lib-es/exchange/swap/hooks/useReverseAccounts.test.js +0 -72
- package/lib-es/exchange/swap/hooks/useReverseAccounts.test.js.map +0 -1
- package/lib-es/exchange/swap/hooks/useSelectableCurrencies.test.d.ts +0 -2
- package/lib-es/exchange/swap/hooks/useSelectableCurrencies.test.d.ts.map +0 -1
- package/lib-es/exchange/swap/hooks/useSelectableCurrencies.test.js +0 -27
- package/lib-es/exchange/swap/hooks/useSelectableCurrencies.test.js.map +0 -1
- package/lib-es/exchange/swap/hooks/useSwapTransaction.test.d.ts +0 -5
- package/lib-es/exchange/swap/hooks/useSwapTransaction.test.d.ts.map +0 -1
- package/lib-es/exchange/swap/hooks/useSwapTransaction.test.js +0 -101
- package/lib-es/exchange/swap/hooks/useSwapTransaction.test.js.map +0 -1
- package/lib-es/exchange/swap/hooks/useToState.test.d.ts +0 -5
- package/lib-es/exchange/swap/hooks/useToState.test.d.ts.map +0 -1
- package/lib-es/exchange/swap/hooks/useToState.test.js +0 -55
- package/lib-es/exchange/swap/hooks/useToState.test.js.map +0 -1
- package/lib-es/exchange/swap/hooks/useUpdateMaxAmount.test.d.ts +0 -5
- package/lib-es/exchange/swap/hooks/useUpdateMaxAmount.test.d.ts.map +0 -1
- package/lib-es/exchange/swap/hooks/useUpdateMaxAmount.test.js +0 -110
- package/lib-es/exchange/swap/hooks/useUpdateMaxAmount.test.js.map +0 -1
- package/lib-es/exchange/swap/index.test.d.ts +0 -2
- package/lib-es/exchange/swap/index.test.d.ts.map +0 -1
- package/lib-es/exchange/swap/index.test.js +0 -50
- package/lib-es/exchange/swap/index.test.js.map +0 -1
- package/lib-es/exchange/swap/utils/index.test.d.ts +0 -2
- package/lib-es/exchange/swap/utils/index.test.d.ts.map +0 -1
- package/lib-es/exchange/swap/utils/index.test.js +0 -183
- package/lib-es/exchange/swap/utils/index.test.js.map +0 -1
- package/lib-es/families/algorand/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/algorand/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/algorand/bridge.integration.test.js +0 -5
- package/lib-es/families/algorand/bridge.integration.test.js.map +0 -1
- package/lib-es/families/aptos/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/aptos/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/aptos/bridge.integration.test.js +0 -5
- package/lib-es/families/aptos/bridge.integration.test.js.map +0 -1
- package/lib-es/families/bitcoin/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/bitcoin/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/bitcoin/bridge.integration.test.js +0 -5
- package/lib-es/families/bitcoin/bridge.integration.test.js.map +0 -1
- package/lib-es/families/bitcoin/platformAdapter.test.d.ts +0 -2
- package/lib-es/families/bitcoin/platformAdapter.test.d.ts.map +0 -1
- package/lib-es/families/bitcoin/platformAdapter.test.js +0 -43
- package/lib-es/families/bitcoin/platformAdapter.test.js.map +0 -1
- package/lib-es/families/bitcoin/satstack.test.d.ts +0 -2
- package/lib-es/families/bitcoin/satstack.test.d.ts.map +0 -1
- package/lib-es/families/bitcoin/satstack.test.js +0 -369
- package/lib-es/families/bitcoin/satstack.test.js.map +0 -1
- package/lib-es/families/bitcoin/walletApiAdapter.test.d.ts +0 -2
- package/lib-es/families/bitcoin/walletApiAdapter.test.d.ts.map +0 -1
- package/lib-es/families/bitcoin/walletApiAdapter.test.js +0 -112
- package/lib-es/families/bitcoin/walletApiAdapter.test.js.map +0 -1
- package/lib-es/families/cardano/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/cardano/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/cardano/bridge.integration.test.js +0 -5
- package/lib-es/families/cardano/bridge.integration.test.js.map +0 -1
- package/lib-es/families/casper/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/casper/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/casper/bridge.integration.test.js +0 -5
- package/lib-es/families/casper/bridge.integration.test.js.map +0 -1
- package/lib-es/families/celo/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/celo/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/celo/bridge.integration.test.js +0 -8
- package/lib-es/families/celo/bridge.integration.test.js.map +0 -1
- package/lib-es/families/cosmos/banner.test.d.ts +0 -2
- package/lib-es/families/cosmos/banner.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/banner.test.js +0 -167
- package/lib-es/families/cosmos/banner.test.js.map +0 -1
- package/lib-es/families/cosmos/datasets/axelar.integration.test.d.ts +0 -2
- package/lib-es/families/cosmos/datasets/axelar.integration.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/datasets/axelar.integration.test.js +0 -14
- package/lib-es/families/cosmos/datasets/axelar.integration.test.js.map +0 -1
- package/lib-es/families/cosmos/datasets/babylon.integration.test.d.ts +0 -2
- package/lib-es/families/cosmos/datasets/babylon.integration.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/datasets/babylon.integration.test.js +0 -11
- package/lib-es/families/cosmos/datasets/babylon.integration.test.js.map +0 -1
- package/lib-es/families/cosmos/datasets/coreum.integration.test.d.ts +0 -2
- package/lib-es/families/cosmos/datasets/coreum.integration.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/datasets/coreum.integration.test.js +0 -11
- package/lib-es/families/cosmos/datasets/coreum.integration.test.js.map +0 -1
- package/lib-es/families/cosmos/datasets/cosmos.integration.test.d.ts +0 -2
- package/lib-es/families/cosmos/datasets/cosmos.integration.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/datasets/cosmos.integration.test.js +0 -11
- package/lib-es/families/cosmos/datasets/cosmos.integration.test.js.map +0 -1
- package/lib-es/families/cosmos/datasets/cryptoOrg.integration.test.d.ts +0 -2
- package/lib-es/families/cosmos/datasets/cryptoOrg.integration.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/datasets/cryptoOrg.integration.test.js +0 -11
- package/lib-es/families/cosmos/datasets/cryptoOrg.integration.test.js.map +0 -1
- package/lib-es/families/cosmos/datasets/desmos.integration.test.d.ts +0 -2
- package/lib-es/families/cosmos/datasets/desmos.integration.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/datasets/desmos.integration.test.js +0 -14
- package/lib-es/families/cosmos/datasets/desmos.integration.test.js.map +0 -1
- package/lib-es/families/cosmos/datasets/injective.integration.test.d.ts +0 -2
- package/lib-es/families/cosmos/datasets/injective.integration.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/datasets/injective.integration.test.js +0 -11
- package/lib-es/families/cosmos/datasets/injective.integration.test.js.map +0 -1
- package/lib-es/families/cosmos/datasets/mantra.integration.test.d.ts +0 -2
- package/lib-es/families/cosmos/datasets/mantra.integration.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/datasets/mantra.integration.test.js +0 -11
- package/lib-es/families/cosmos/datasets/mantra.integration.test.js.map +0 -1
- package/lib-es/families/cosmos/datasets/onomy.integration.test.d.ts +0 -2
- package/lib-es/families/cosmos/datasets/onomy.integration.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/datasets/onomy.integration.test.js +0 -14
- package/lib-es/families/cosmos/datasets/onomy.integration.test.js.map +0 -1
- package/lib-es/families/cosmos/datasets/osmosis.integration.test.d.ts +0 -2
- package/lib-es/families/cosmos/datasets/osmosis.integration.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/datasets/osmosis.integration.test.js +0 -11
- package/lib-es/families/cosmos/datasets/osmosis.integration.test.js.map +0 -1
- package/lib-es/families/cosmos/datasets/persistence.integration.test.d.ts +0 -2
- package/lib-es/families/cosmos/datasets/persistence.integration.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/datasets/persistence.integration.test.js +0 -11
- package/lib-es/families/cosmos/datasets/persistence.integration.test.js.map +0 -1
- package/lib-es/families/cosmos/datasets/quicksilver.integration.test.d.ts +0 -2
- package/lib-es/families/cosmos/datasets/quicksilver.integration.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/datasets/quicksilver.integration.test.js +0 -11
- package/lib-es/families/cosmos/datasets/quicksilver.integration.test.js.map +0 -1
- package/lib-es/families/cosmos/datasets/seiNetwork.integration.test.d.ts +0 -2
- package/lib-es/families/cosmos/datasets/seiNetwork.integration.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/datasets/seiNetwork.integration.test.js +0 -11
- package/lib-es/families/cosmos/datasets/seiNetwork.integration.test.js.map +0 -1
- package/lib-es/families/cosmos/datasets/stargaze.integration.test.d.ts +0 -2
- package/lib-es/families/cosmos/datasets/stargaze.integration.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/datasets/stargaze.integration.test.js +0 -11
- package/lib-es/families/cosmos/datasets/stargaze.integration.test.js.map +0 -1
- package/lib-es/families/cosmos/datasets/umee.integration.test.d.ts +0 -2
- package/lib-es/families/cosmos/datasets/umee.integration.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/datasets/umee.integration.test.js +0 -11
- package/lib-es/families/cosmos/datasets/umee.integration.test.js.map +0 -1
- package/lib-es/families/cosmos/datasets/xion.integration.test.d.ts +0 -2
- package/lib-es/families/cosmos/datasets/xion.integration.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/datasets/xion.integration.test.js +0 -11
- package/lib-es/families/cosmos/datasets/xion.integration.test.js.map +0 -1
- package/lib-es/families/cosmos/datasets/zenrock.integration.test.d.ts +0 -2
- package/lib-es/families/cosmos/datasets/zenrock.integration.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/datasets/zenrock.integration.test.js +0 -11
- package/lib-es/families/cosmos/datasets/zenrock.integration.test.js.map +0 -1
- package/lib-es/families/cosmos/react.test.d.ts +0 -2
- package/lib-es/families/cosmos/react.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/react.test.js +0 -175
- package/lib-es/families/cosmos/react.test.js.map +0 -1
- package/lib-es/families/cosmos/walletApiAdapter.test.d.ts +0 -2
- package/lib-es/families/cosmos/walletApiAdapter.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/walletApiAdapter.test.js +0 -57
- package/lib-es/families/cosmos/walletApiAdapter.test.js.map +0 -1
- package/lib-es/families/evm/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/evm/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/evm/bridge.integration.test.js +0 -5
- package/lib-es/families/evm/bridge.integration.test.js.map +0 -1
- package/lib-es/families/evm/platformAdapter.test.d.ts +0 -2
- package/lib-es/families/evm/platformAdapter.test.d.ts.map +0 -1
- package/lib-es/families/evm/platformAdapter.test.js +0 -102
- package/lib-es/families/evm/platformAdapter.test.js.map +0 -1
- package/lib-es/families/evm/react.test.d.ts +0 -2
- package/lib-es/families/evm/react.test.d.ts.map +0 -1
- package/lib-es/families/evm/react.test.js +0 -178
- package/lib-es/families/evm/react.test.js.map +0 -1
- package/lib-es/families/evm/shouldUseReceiveOptions.test.d.ts +0 -2
- package/lib-es/families/evm/shouldUseReceiveOptions.test.d.ts.map +0 -1
- package/lib-es/families/evm/shouldUseReceiveOptions.test.js +0 -21
- package/lib-es/families/evm/shouldUseReceiveOptions.test.js.map +0 -1
- package/lib-es/families/evm/walletApiAdapter.test.d.ts +0 -2
- package/lib-es/families/evm/walletApiAdapter.test.d.ts.map +0 -1
- package/lib-es/families/evm/walletApiAdapter.test.js +0 -249
- package/lib-es/families/evm/walletApiAdapter.test.js.map +0 -1
- package/lib-es/families/filecoin/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/filecoin/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/filecoin/bridge.integration.test.js +0 -29
- package/lib-es/families/filecoin/bridge.integration.test.js.map +0 -1
- package/lib-es/families/hedera/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/hedera/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/hedera/bridge.integration.test.js +0 -5
- package/lib-es/families/hedera/bridge.integration.test.js.map +0 -1
- package/lib-es/families/icon/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/icon/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/icon/bridge.integration.test.js +0 -5
- package/lib-es/families/icon/bridge.integration.test.js.map +0 -1
- package/lib-es/families/internet_computer/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/internet_computer/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/internet_computer/bridge.integration.test.js +0 -5
- package/lib-es/families/internet_computer/bridge.integration.test.js.map +0 -1
- package/lib-es/families/kaspa/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/kaspa/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/kaspa/bridge.integration.test.js +0 -5
- package/lib-es/families/kaspa/bridge.integration.test.js.map +0 -1
- package/lib-es/families/mina/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/mina/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/mina/bridge.integration.test.js +0 -8
- package/lib-es/families/mina/bridge.integration.test.js.map +0 -1
- package/lib-es/families/multiversx/banner.test.d.ts +0 -2
- package/lib-es/families/multiversx/banner.test.d.ts.map +0 -1
- package/lib-es/families/multiversx/banner.test.js +0 -172
- package/lib-es/families/multiversx/banner.test.js.map +0 -1
- package/lib-es/families/multiversx/bridge.integration.test.d.ts +0 -3
- package/lib-es/families/multiversx/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/multiversx/bridge.integration.test.js +0 -6
- package/lib-es/families/multiversx/bridge.integration.test.js.map +0 -1
- package/lib-es/families/multiversx/synchronisation.integration.test.d.ts +0 -2
- package/lib-es/families/multiversx/synchronisation.integration.test.d.ts.map +0 -1
- package/lib-es/families/multiversx/synchronisation.integration.test.js +0 -40
- package/lib-es/families/multiversx/synchronisation.integration.test.js.map +0 -1
- package/lib-es/families/near/banner.test.d.ts +0 -2
- package/lib-es/families/near/banner.test.d.ts.map +0 -1
- package/lib-es/families/near/banner.test.js +0 -132
- package/lib-es/families/near/banner.test.js.map +0 -1
- package/lib-es/families/near/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/near/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/near/bridge.integration.test.js +0 -5
- package/lib-es/families/near/bridge.integration.test.js.map +0 -1
- package/lib-es/families/polkadot/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/polkadot/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/polkadot/bridge.integration.test.js +0 -5
- package/lib-es/families/polkadot/bridge.integration.test.js.map +0 -1
- package/lib-es/families/polkadot/platformAdapter.test.d.ts +0 -2
- package/lib-es/families/polkadot/platformAdapter.test.d.ts.map +0 -1
- package/lib-es/families/polkadot/platformAdapter.test.js +0 -46
- package/lib-es/families/polkadot/platformAdapter.test.js.map +0 -1
- package/lib-es/families/polkadot/walletApiAdapter.test.d.ts +0 -2
- package/lib-es/families/polkadot/walletApiAdapter.test.d.ts.map +0 -1
- package/lib-es/families/polkadot/walletApiAdapter.test.js +0 -122
- package/lib-es/families/polkadot/walletApiAdapter.test.js.map +0 -1
- package/lib-es/families/solana/banner.test.d.ts +0 -2
- package/lib-es/families/solana/banner.test.d.ts.map +0 -1
- package/lib-es/families/solana/banner.test.js +0 -155
- package/lib-es/families/solana/banner.test.js.map +0 -1
- package/lib-es/families/solana/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/solana/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/solana/bridge.integration.test.js +0 -5
- package/lib-es/families/solana/bridge.integration.test.js.map +0 -1
- package/lib-es/families/solana/react.integration.test.d.ts +0 -5
- package/lib-es/families/solana/react.integration.test.d.ts.map +0 -1
- package/lib-es/families/solana/react.integration.test.js +0 -61
- package/lib-es/families/solana/react.integration.test.js.map +0 -1
- package/lib-es/families/solana/setup.test.d.ts +0 -2
- package/lib-es/families/solana/setup.test.d.ts.map +0 -1
- package/lib-es/families/solana/setup.test.js +0 -50
- package/lib-es/families/solana/setup.test.js.map +0 -1
- package/lib-es/families/solana/walletApiAdapter.test.d.ts +0 -2
- package/lib-es/families/solana/walletApiAdapter.test.d.ts.map +0 -1
- package/lib-es/families/solana/walletApiAdapter.test.js +0 -54
- package/lib-es/families/solana/walletApiAdapter.test.js.map +0 -1
- package/lib-es/families/stacks/__tests__/sync.integration.test.d.ts +0 -2
- package/lib-es/families/stacks/__tests__/sync.integration.test.d.ts.map +0 -1
- package/lib-es/families/stacks/__tests__/sync.integration.test.js +0 -23
- package/lib-es/families/stacks/__tests__/sync.integration.test.js.map +0 -1
- package/lib-es/families/stacks/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/stacks/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/stacks/bridge.integration.test.js +0 -5
- package/lib-es/families/stacks/bridge.integration.test.js.map +0 -1
- package/lib-es/families/stellar/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/stellar/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/stellar/bridge.integration.test.js +0 -5
- package/lib-es/families/stellar/bridge.integration.test.js.map +0 -1
- package/lib-es/families/sui/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/sui/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/sui/bridge.integration.test.js +0 -5
- package/lib-es/families/sui/bridge.integration.test.js.map +0 -1
- package/lib-es/families/tezos/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/tezos/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/tezos/bridge.integration.test.js +0 -5
- package/lib-es/families/tezos/bridge.integration.test.js.map +0 -1
- package/lib-es/families/ton/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/ton/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/ton/bridge.integration.test.js +0 -8
- package/lib-es/families/ton/bridge.integration.test.js.map +0 -1
- package/lib-es/families/tron/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/tron/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/tron/bridge.integration.test.js +0 -5
- package/lib-es/families/tron/bridge.integration.test.js.map +0 -1
- package/lib-es/families/tron/react.test.d.ts +0 -5
- package/lib-es/families/tron/react.test.d.ts.map +0 -1
- package/lib-es/families/tron/react.test.js +0 -99
- package/lib-es/families/tron/react.test.js.map +0 -1
- package/lib-es/families/vechain/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/vechain/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/vechain/bridge.integration.test.js +0 -5
- package/lib-es/families/vechain/bridge.integration.test.js.map +0 -1
- package/lib-es/families/xrp/bridge.integration.test.d.ts +0 -2
- package/lib-es/families/xrp/bridge.integration.test.d.ts.map +0 -1
- package/lib-es/families/xrp/bridge.integration.test.js +0 -7
- package/lib-es/families/xrp/bridge.integration.test.js.map +0 -1
- package/lib-es/families/xrp/platformAdapter.test.d.ts +0 -2
- package/lib-es/families/xrp/platformAdapter.test.d.ts.map +0 -1
- package/lib-es/families/xrp/platformAdapter.test.js +0 -41
- package/lib-es/families/xrp/platformAdapter.test.js.map +0 -1
- package/lib-es/families/xrp/walletApiAdapter.test.d.ts +0 -2
- package/lib-es/families/xrp/walletApiAdapter.test.d.ts.map +0 -1
- package/lib-es/families/xrp/walletApiAdapter.test.js +0 -46
- package/lib-es/families/xrp/walletApiAdapter.test.js.map +0 -1
- package/lib-es/featureFlags/FeatureFlagsContext.test.d.ts +0 -2
- package/lib-es/featureFlags/FeatureFlagsContext.test.d.ts.map +0 -1
- package/lib-es/featureFlags/FeatureFlagsContext.test.js +0 -16
- package/lib-es/featureFlags/FeatureFlagsContext.test.js.map +0 -1
- package/lib-es/featureFlags/stakePrograms/index.test.d.ts +0 -2
- package/lib-es/featureFlags/stakePrograms/index.test.d.ts.map +0 -1
- package/lib-es/featureFlags/stakePrograms/index.test.js +0 -46
- package/lib-es/featureFlags/stakePrograms/index.test.js.map +0 -1
- package/lib-es/featureFlags/useFeature.test.d.ts +0 -2
- package/lib-es/featureFlags/useFeature.test.d.ts.map +0 -1
- package/lib-es/featureFlags/useFeature.test.js +0 -25
- package/lib-es/featureFlags/useFeature.test.js.map +0 -1
- package/lib-es/hooks/useAccountsWithFundsListener.test.d.ts +0 -5
- package/lib-es/hooks/useAccountsWithFundsListener.test.d.ts.map +0 -1
- package/lib-es/hooks/useAccountsWithFundsListener.test.js +0 -106
- package/lib-es/hooks/useAccountsWithFundsListener.test.js.map +0 -1
- package/lib-es/hooks/useAppVersionBlockCheck.test.d.ts +0 -2
- package/lib-es/hooks/useAppVersionBlockCheck.test.d.ts.map +0 -1
- package/lib-es/hooks/useAppVersionBlockCheck.test.js +0 -181
- package/lib-es/hooks/useAppVersionBlockCheck.test.js.map +0 -1
- package/lib-es/hooks/useLdmkFeatureFlagInitiallyEnabled.test.d.ts +0 -5
- package/lib-es/hooks/useLdmkFeatureFlagInitiallyEnabled.test.d.ts.map +0 -1
- package/lib-es/hooks/useLdmkFeatureFlagInitiallyEnabled.test.js +0 -35
- package/lib-es/hooks/useLdmkFeatureFlagInitiallyEnabled.test.js.map +0 -1
- package/lib-es/hooks/useLocalizedUrl.test.d.ts +0 -2
- package/lib-es/hooks/useLocalizedUrl.test.d.ts.map +0 -1
- package/lib-es/hooks/useLocalizedUrl.test.js +0 -80
- package/lib-es/hooks/useLocalizedUrl.test.js.map +0 -1
- package/lib-es/hooks/useManifestWithSessionId.test.d.ts +0 -2
- package/lib-es/hooks/useManifestWithSessionId.test.d.ts.map +0 -1
- package/lib-es/hooks/useManifestWithSessionId.test.js +0 -69
- package/lib-es/hooks/useManifestWithSessionId.test.js.map +0 -1
- package/lib-es/hooks/useShowProviderLoadingTransition.test.d.ts +0 -5
- package/lib-es/hooks/useShowProviderLoadingTransition.test.d.ts.map +0 -1
- package/lib-es/hooks/useShowProviderLoadingTransition.test.js +0 -81
- package/lib-es/hooks/useShowProviderLoadingTransition.test.js.map +0 -1
- package/lib-es/hw/customLockScreenFetchHash.test.d.ts +0 -2
- package/lib-es/hw/customLockScreenFetchHash.test.d.ts.map +0 -1
- package/lib-es/hw/customLockScreenFetchHash.test.js +0 -24
- package/lib-es/hw/customLockScreenFetchHash.test.js.map +0 -1
- package/lib-es/hw/customLockScreenFetchSize.test.d.ts +0 -2
- package/lib-es/hw/customLockScreenFetchSize.test.d.ts.map +0 -1
- package/lib-es/hw/customLockScreenFetchSize.test.js +0 -37
- package/lib-es/hw/customLockScreenFetchSize.test.js.map +0 -1
- package/lib-es/hw/customLockScreenLoad.test.d.ts +0 -2
- package/lib-es/hw/customLockScreenLoad.test.d.ts.map +0 -1
- package/lib-es/hw/customLockScreenLoad.test.js +0 -58
- package/lib-es/hw/customLockScreenLoad.test.js.map +0 -1
- package/lib-es/hw/customLockScreenRemove.test.d.ts +0 -2
- package/lib-es/hw/customLockScreenRemove.test.d.ts.map +0 -1
- package/lib-es/hw/customLockScreenRemove.test.js +0 -141
- package/lib-es/hw/customLockScreenRemove.test.js.map +0 -1
- package/lib-es/hw/deviceAccess.test.d.ts +0 -2
- package/lib-es/hw/deviceAccess.test.d.ts.map +0 -1
- package/lib-es/hw/deviceAccess.test.js +0 -114
- package/lib-es/hw/deviceAccess.test.js.map +0 -1
- package/lib-es/hw/extractOnboardingState.test.d.ts +0 -2
- package/lib-es/hw/extractOnboardingState.test.d.ts.map +0 -1
- package/lib-es/hw/extractOnboardingState.test.js +0 -342
- package/lib-es/hw/extractOnboardingState.test.js.map +0 -1
- package/lib-es/hw/getAppAndVersion.test.d.ts +0 -2
- package/lib-es/hw/getAppAndVersion.test.d.ts.map +0 -1
- package/lib-es/hw/getAppAndVersion.test.js +0 -27
- package/lib-es/hw/getAppAndVersion.test.js.map +0 -1
- package/lib-es/hw/getBatteryStatus.test.d.ts +0 -2
- package/lib-es/hw/getBatteryStatus.test.d.ts.map +0 -1
- package/lib-es/hw/getBatteryStatus.test.js +0 -148
- package/lib-es/hw/getBatteryStatus.test.js.map +0 -1
- package/lib-es/hw/getDeviceNameMaxLength.test.d.ts +0 -2
- package/lib-es/hw/getDeviceNameMaxLength.test.d.ts.map +0 -1
- package/lib-es/hw/getDeviceNameMaxLength.test.js +0 -73
- package/lib-es/hw/getDeviceNameMaxLength.test.js.map +0 -1
- package/lib-es/hw/getDeviceRunningMode.test.d.ts +0 -2
- package/lib-es/hw/getDeviceRunningMode.test.d.ts.map +0 -1
- package/lib-es/hw/getDeviceRunningMode.test.js +0 -210
- package/lib-es/hw/getDeviceRunningMode.test.js.map +0 -1
- package/lib-es/hw/getGenuineCheckFromDeviceId.test.d.ts +0 -2
- package/lib-es/hw/getGenuineCheckFromDeviceId.test.d.ts.map +0 -1
- package/lib-es/hw/getGenuineCheckFromDeviceId.test.js +0 -294
- package/lib-es/hw/getGenuineCheckFromDeviceId.test.js.map +0 -1
- package/lib-es/hw/getOnboardingStatePolling.test.d.ts +0 -2
- package/lib-es/hw/getOnboardingStatePolling.test.d.ts.map +0 -1
- package/lib-es/hw/getOnboardingStatePolling.test.js +0 -289
- package/lib-es/hw/getOnboardingStatePolling.test.js.map +0 -1
- package/lib-es/hw/hooks/useGenuineCheck.test.d.ts +0 -2
- package/lib-es/hw/hooks/useGenuineCheck.test.d.ts.map +0 -1
- package/lib-es/hw/hooks/useGenuineCheck.test.js +0 -211
- package/lib-es/hw/hooks/useGenuineCheck.test.js.map +0 -1
- package/lib-es/hw/index.test.d.ts +0 -2
- package/lib-es/hw/index.test.d.ts.map +0 -1
- package/lib-es/hw/index.test.js +0 -87
- package/lib-es/hw/index.test.js.map +0 -1
- package/lib-es/hw/installApp.test.d.ts +0 -2
- package/lib-es/hw/installApp.test.d.ts.map +0 -1
- package/lib-es/hw/installApp.test.js +0 -122
- package/lib-es/hw/installApp.test.js.map +0 -1
- package/lib-es/hw/isDevFirmware.test.d.ts +0 -2
- package/lib-es/hw/isDevFirmware.test.d.ts.map +0 -1
- package/lib-es/hw/isDevFirmware.test.js +0 -22
- package/lib-es/hw/isDevFirmware.test.js.map +0 -1
- package/lib-es/hw/isFirmwareUpdateVersionSupported.test.d.ts +0 -2
- package/lib-es/hw/isFirmwareUpdateVersionSupported.test.d.ts.map +0 -1
- package/lib-es/hw/isFirmwareUpdateVersionSupported.test.js +0 -62
- package/lib-es/hw/isFirmwareUpdateVersionSupported.test.js.map +0 -1
- package/lib-es/hw/isUpdateAvailable.test.d.ts +0 -2
- package/lib-es/hw/isUpdateAvailable.test.d.ts.map +0 -1
- package/lib-es/hw/isUpdateAvailable.test.js +0 -61
- package/lib-es/hw/isUpdateAvailable.test.js.map +0 -1
- package/lib-es/hw/listApps.test.d.ts +0 -2
- package/lib-es/hw/listApps.test.d.ts.map +0 -1
- package/lib-es/hw/listApps.test.js +0 -98
- package/lib-es/hw/listApps.test.js.map +0 -1
- package/lib-es/hw/signMessage/index.test.d.ts +0 -2
- package/lib-es/hw/signMessage/index.test.d.ts.map +0 -1
- package/lib-es/hw/signMessage/index.test.js +0 -106
- package/lib-es/hw/signMessage/index.test.js.map +0 -1
- package/lib-es/hw/uninstallAllApps.test.d.ts +0 -2
- package/lib-es/hw/uninstallAllApps.test.d.ts.map +0 -1
- package/lib-es/hw/uninstallAllApps.test.js +0 -24
- package/lib-es/hw/uninstallAllApps.test.js.map +0 -1
- package/lib-es/manager/index.test.d.ts +0 -2
- package/lib-es/manager/index.test.d.ts.map +0 -1
- package/lib-es/manager/index.test.js +0 -32
- package/lib-es/manager/index.test.js.map +0 -1
- package/lib-es/modularDrawer/__test__/useModularDrawerVisibility.test.d.ts +0 -2
- package/lib-es/modularDrawer/__test__/useModularDrawerVisibility.test.d.ts.map +0 -1
- package/lib-es/modularDrawer/__test__/useModularDrawerVisibility.test.js +0 -320
- package/lib-es/modularDrawer/__test__/useModularDrawerVisibility.test.js.map +0 -1
- package/lib-es/modularDrawer/hooks/__test__/useAssetAccountCounts.test.d.ts +0 -2
- package/lib-es/modularDrawer/hooks/__test__/useAssetAccountCounts.test.d.ts.map +0 -1
- package/lib-es/modularDrawer/hooks/__test__/useAssetAccountCounts.test.js +0 -36
- package/lib-es/modularDrawer/hooks/__test__/useAssetAccountCounts.test.js.map +0 -1
- package/lib-es/modularDrawer/hooks/__test__/useCurrenciesUnderFeatureFlag.test.d.ts +0 -2
- package/lib-es/modularDrawer/hooks/__test__/useCurrenciesUnderFeatureFlag.test.d.ts.map +0 -1
- package/lib-es/modularDrawer/hooks/__test__/useCurrenciesUnderFeatureFlag.test.js +0 -45
- package/lib-es/modularDrawer/hooks/__test__/useCurrenciesUnderFeatureFlag.test.js.map +0 -1
- package/lib-es/modularDrawer/hooks/__test__/useDetailedAccountsCore.test.d.ts +0 -2
- package/lib-es/modularDrawer/hooks/__test__/useDetailedAccountsCore.test.d.ts.map +0 -1
- package/lib-es/modularDrawer/hooks/__test__/useDetailedAccountsCore.test.js +0 -345
- package/lib-es/modularDrawer/hooks/__test__/useDetailedAccountsCore.test.js.map +0 -1
- package/lib-es/modularDrawer/hooks/__test__/useModularDrawerConfiguration.test.d.ts +0 -2
- package/lib-es/modularDrawer/hooks/__test__/useModularDrawerConfiguration.test.d.ts.map +0 -1
- package/lib-es/modularDrawer/hooks/__test__/useModularDrawerConfiguration.test.js +0 -204
- package/lib-es/modularDrawer/hooks/__test__/useModularDrawerConfiguration.test.js.map +0 -1
- package/lib-es/modularDrawer/hooks/useAssetAccountCounts.d.ts.map +0 -1
- package/lib-es/modularDrawer/hooks/useAssetAccountCounts.js.map +0 -1
- package/lib-es/modularDrawer/modules/__test__/createAssetConfiguration.test.d.ts +0 -19
- package/lib-es/modularDrawer/modules/__test__/createAssetConfiguration.test.d.ts.map +0 -1
- package/lib-es/modularDrawer/modules/__test__/createAssetConfiguration.test.js +0 -202
- package/lib-es/modularDrawer/modules/__test__/createAssetConfiguration.test.js.map +0 -1
- package/lib-es/modularDrawer/modules/__test__/createNetworkConfiguration.test.d.ts +0 -5
- package/lib-es/modularDrawer/modules/__test__/createNetworkConfiguration.test.d.ts.map +0 -1
- package/lib-es/modularDrawer/modules/__test__/createNetworkConfiguration.test.js +0 -246
- package/lib-es/modularDrawer/modules/__test__/createNetworkConfiguration.test.js.map +0 -1
- package/lib-es/modularDrawer/utils/__tests__/calculateProviderTotal.test.d.ts +0 -2
- package/lib-es/modularDrawer/utils/__tests__/calculateProviderTotal.test.d.ts.map +0 -1
- package/lib-es/modularDrawer/utils/__tests__/calculateProviderTotal.test.js +0 -207
- package/lib-es/modularDrawer/utils/__tests__/calculateProviderTotal.test.js.map +0 -1
- package/lib-es/modularDrawer/utils/__tests__/currencyUtils.test.d.ts +0 -2
- package/lib-es/modularDrawer/utils/__tests__/currencyUtils.test.d.ts.map +0 -1
- package/lib-es/modularDrawer/utils/__tests__/currencyUtils.test.js +0 -98
- package/lib-es/modularDrawer/utils/__tests__/currencyUtils.test.js.map +0 -1
- package/lib-es/modularDrawer/utils/__tests__/getInterestRateForAsset.test.d.ts +0 -2
- package/lib-es/modularDrawer/utils/__tests__/getInterestRateForAsset.test.d.ts.map +0 -1
- package/lib-es/modularDrawer/utils/__tests__/getInterestRateForAsset.test.js +0 -34
- package/lib-es/modularDrawer/utils/__tests__/getInterestRateForAsset.test.js.map +0 -1
- package/lib-es/modularDrawer/utils/__tests__/groupAccountsByAsset.test.d.ts +0 -2
- package/lib-es/modularDrawer/utils/__tests__/groupAccountsByAsset.test.d.ts.map +0 -1
- package/lib-es/modularDrawer/utils/__tests__/groupAccountsByAsset.test.js +0 -197
- package/lib-es/modularDrawer/utils/__tests__/groupAccountsByAsset.test.js.map +0 -1
- package/lib-es/modularDrawer/utils/__tests__/sortAccountsByFiatValue.test.d.ts +0 -2
- package/lib-es/modularDrawer/utils/__tests__/sortAccountsByFiatValue.test.d.ts.map +0 -1
- package/lib-es/modularDrawer/utils/__tests__/sortAccountsByFiatValue.test.js +0 -101
- package/lib-es/modularDrawer/utils/__tests__/sortAccountsByFiatValue.test.js.map +0 -1
- package/lib-es/modularDrawer/utils/index.test.d.ts +0 -2
- package/lib-es/modularDrawer/utils/index.test.d.ts.map +0 -1
- package/lib-es/modularDrawer/utils/index.test.js +0 -36
- package/lib-es/modularDrawer/utils/index.test.js.map +0 -1
- package/lib-es/network-troubleshooting/basic.integration.test.d.ts +0 -2
- package/lib-es/network-troubleshooting/basic.integration.test.d.ts.map +0 -1
- package/lib-es/network-troubleshooting/basic.integration.test.js +0 -3
- package/lib-es/network-troubleshooting/basic.integration.test.js.map +0 -1
- package/lib-es/notifications/ServiceStatusProvider/index.test.d.ts +0 -2
- package/lib-es/notifications/ServiceStatusProvider/index.test.d.ts.map +0 -1
- package/lib-es/notifications/ServiceStatusProvider/index.test.js +0 -86
- package/lib-es/notifications/ServiceStatusProvider/index.test.js.map +0 -1
- package/lib-es/onboarding/hooks/useOnboardingStatePolling.test.d.ts +0 -2
- package/lib-es/onboarding/hooks/useOnboardingStatePolling.test.d.ts.map +0 -1
- package/lib-es/onboarding/hooks/useOnboardingStatePolling.test.js +0 -406
- package/lib-es/onboarding/hooks/useOnboardingStatePolling.test.js.map +0 -1
- package/lib-es/platform/converters.test.d.ts +0 -2
- package/lib-es/platform/converters.test.d.ts.map +0 -1
- package/lib-es/platform/converters.test.js +0 -76
- package/lib-es/platform/converters.test.js.map +0 -1
- package/lib-es/platform/logic.test.d.ts +0 -2
- package/lib-es/platform/logic.test.d.ts.map +0 -1
- package/lib-es/platform/logic.test.js +0 -603
- package/lib-es/platform/logic.test.js.map +0 -1
- package/lib-es/platform/providers/RampCatalogProvider/helpers.test.d.ts +0 -5
- package/lib-es/platform/providers/RampCatalogProvider/helpers.test.d.ts.map +0 -1
- package/lib-es/platform/providers/RampCatalogProvider/helpers.test.js +0 -104
- package/lib-es/platform/providers/RampCatalogProvider/helpers.test.js.map +0 -1
- package/lib-es/platform/serializers.test.d.ts +0 -2
- package/lib-es/platform/serializers.test.d.ts.map +0 -1
- package/lib-es/platform/serializers.test.js +0 -59
- package/lib-es/platform/serializers.test.js.map +0 -1
- package/lib-es/platform/tracking.test.d.ts +0 -2
- package/lib-es/platform/tracking.test.d.ts.map +0 -1
- package/lib-es/platform/tracking.test.js +0 -146
- package/lib-es/platform/tracking.test.js.map +0 -1
- package/lib-es/postOnboarding/hooks/useAllPostOnboardingActionsCompleted.test.d.ts +0 -2
- package/lib-es/postOnboarding/hooks/useAllPostOnboardingActionsCompleted.test.d.ts.map +0 -1
- package/lib-es/postOnboarding/hooks/useAllPostOnboardingActionsCompleted.test.js +0 -66
- package/lib-es/postOnboarding/hooks/useAllPostOnboardingActionsCompleted.test.js.map +0 -1
- package/lib-es/postOnboarding/hooks/useAutoDismissPostOnboardingEntryPoint.test.d.ts +0 -2
- package/lib-es/postOnboarding/hooks/useAutoDismissPostOnboardingEntryPoint.test.d.ts.map +0 -1
- package/lib-es/postOnboarding/hooks/useAutoDismissPostOnboardingEntryPoint.test.js +0 -46
- package/lib-es/postOnboarding/hooks/useAutoDismissPostOnboardingEntryPoint.test.js.map +0 -1
- package/lib-es/postOnboarding/hooks/usePostOnboardingDeeplinkHandler.test.d.ts +0 -5
- package/lib-es/postOnboarding/hooks/usePostOnboardingDeeplinkHandler.test.d.ts.map +0 -1
- package/lib-es/postOnboarding/hooks/usePostOnboardingDeeplinkHandler.test.js +0 -70
- package/lib-es/postOnboarding/hooks/usePostOnboardingDeeplinkHandler.test.js.map +0 -1
- package/lib-es/postOnboarding/hooks/usePostOnboardingEntryPointVisibleOnWallet.test.d.ts +0 -2
- package/lib-es/postOnboarding/hooks/usePostOnboardingEntryPointVisibleOnWallet.test.d.ts.map +0 -1
- package/lib-es/postOnboarding/hooks/usePostOnboardingEntryPointVisibleOnWallet.test.js +0 -55
- package/lib-es/postOnboarding/hooks/usePostOnboardingEntryPointVisibleOnWallet.test.js.map +0 -1
- package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.test.d.ts +0 -2
- package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.test.d.ts.map +0 -1
- package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.test.js +0 -136
- package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.test.js.map +0 -1
- package/lib-es/postOnboarding/logic/shouldRedirectToPostOnboardingOrRecoverUpsell.test.d.ts +0 -2
- package/lib-es/postOnboarding/logic/shouldRedirectToPostOnboardingOrRecoverUpsell.test.d.ts.map +0 -1
- package/lib-es/postOnboarding/logic/shouldRedirectToPostOnboardingOrRecoverUpsell.test.js +0 -146
- package/lib-es/postOnboarding/logic/shouldRedirectToPostOnboardingOrRecoverUpsell.test.js.map +0 -1
- package/lib-es/postOnboarding/reducer.test.d.ts +0 -2
- package/lib-es/postOnboarding/reducer.test.d.ts.map +0 -1
- package/lib-es/postOnboarding/reducer.test.js +0 -276
- package/lib-es/postOnboarding/reducer.test.js.map +0 -1
- package/lib-es/socket/socket.test.d.ts +0 -2
- package/lib-es/socket/socket.test.d.ts.map +0 -1
- package/lib-es/socket/socket.test.js +0 -106
- package/lib-es/socket/socket.test.js.map +0 -1
- package/lib-es/utils/__tests__/composeHooks.test.d.ts +0 -2
- package/lib-es/utils/__tests__/composeHooks.test.d.ts.map +0 -1
- package/lib-es/utils/__tests__/composeHooks.test.js +0 -33
- package/lib-es/utils/__tests__/composeHooks.test.js.map +0 -1
- package/lib-es/utils/__tests__/getAccountTuplesForCurrency.test.d.ts +0 -2
- package/lib-es/utils/__tests__/getAccountTuplesForCurrency.test.d.ts.map +0 -1
- package/lib-es/utils/__tests__/getAccountTuplesForCurrency.test.js +0 -105
- package/lib-es/utils/__tests__/getAccountTuplesForCurrency.test.js.map +0 -1
- package/lib-es/utils/__tests__/runOnceWhen.test.d.ts +0 -2
- package/lib-es/utils/__tests__/runOnceWhen.test.d.ts.map +0 -1
- package/lib-es/utils/__tests__/runOnceWhen.test.js +0 -51
- package/lib-es/utils/__tests__/runOnceWhen.test.js.map +0 -1
- package/lib-es/wallet-api/ACRE/server.test.d.ts +0 -2
- package/lib-es/wallet-api/ACRE/server.test.d.ts.map +0 -1
- package/lib-es/wallet-api/ACRE/server.test.js +0 -388
- package/lib-es/wallet-api/ACRE/server.test.js.map +0 -1
- package/lib-es/wallet-api/Exchange/server.test.d.ts +0 -2
- package/lib-es/wallet-api/Exchange/server.test.d.ts.map +0 -1
- package/lib-es/wallet-api/Exchange/server.test.js +0 -204
- package/lib-es/wallet-api/Exchange/server.test.js.map +0 -1
- package/lib-es/wallet-api/converters.test.d.ts +0 -2
- package/lib-es/wallet-api/converters.test.d.ts.map +0 -1
- package/lib-es/wallet-api/converters.test.js +0 -78
- package/lib-es/wallet-api/converters.test.js.map +0 -1
- package/lib-es/wallet-api/logic.test.d.ts +0 -2
- package/lib-es/wallet-api/logic.test.d.ts.map +0 -1
- package/lib-es/wallet-api/logic.test.js +0 -894
- package/lib-es/wallet-api/logic.test.js.map +0 -1
- package/lib-es/wallet-api/tracking.test.d.ts +0 -2
- package/lib-es/wallet-api/tracking.test.d.ts.map +0 -1
- package/lib-es/wallet-api/tracking.test.js +0 -146
- package/lib-es/wallet-api/tracking.test.js.map +0 -1
- package/lib-es/wallet-api/utils/appendQueryParamsToDappURL.test.d.ts +0 -2
- package/lib-es/wallet-api/utils/appendQueryParamsToDappURL.test.d.ts.map +0 -1
- package/lib-es/wallet-api/utils/appendQueryParamsToDappURL.test.js +0 -40
- package/lib-es/wallet-api/utils/appendQueryParamsToDappURL.test.js.map +0 -1
- package/lib-es/wallet-api/utils/appendQueryParamsToManifestURL.test.d.ts +0 -2
- package/lib-es/wallet-api/utils/appendQueryParamsToManifestURL.test.d.ts.map +0 -1
- package/lib-es/wallet-api/utils/appendQueryParamsToManifestURL.test.js +0 -41
- package/lib-es/wallet-api/utils/appendQueryParamsToManifestURL.test.js.map +0 -1
- package/lib-es/wallet-api/utils/extractDappURLFromManifest.test.d.ts +0 -2
- package/lib-es/wallet-api/utils/extractDappURLFromManifest.test.d.ts.map +0 -1
- package/lib-es/wallet-api/utils/extractDappURLFromManifest.test.js +0 -32
- package/lib-es/wallet-api/utils/extractDappURLFromManifest.test.js.map +0 -1
- package/lib-es/wallet-api/utils/txTrackingHelper.test.d.ts +0 -2
- package/lib-es/wallet-api/utils/txTrackingHelper.test.d.ts.map +0 -1
- package/lib-es/wallet-api/utils/txTrackingHelper.test.js +0 -68
- package/lib-es/wallet-api/utils/txTrackingHelper.test.js.map +0 -1
- package/lib-es/wallet-api/version.test.d.ts +0 -2
- package/lib-es/wallet-api/version.test.d.ts.map +0 -1
- package/lib-es/wallet-api/version.test.js +0 -7
- package/lib-es/wallet-api/version.test.js.map +0 -1
- package/lib-es/walletSync/getEnvironmentParams.test.d.ts +0 -2
- package/lib-es/walletSync/getEnvironmentParams.test.d.ts.map +0 -1
- package/lib-es/walletSync/getEnvironmentParams.test.js +0 -19
- package/lib-es/walletSync/getEnvironmentParams.test.js.map +0 -1
|
@@ -1,350 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
/**
|
|
7
|
-
* @jest-environment jsdom
|
|
8
|
-
*/
|
|
9
|
-
const react_1 = require("@testing-library/react");
|
|
10
|
-
const useDetailedAccountsCore_1 = require("../useDetailedAccountsCore");
|
|
11
|
-
const bignumber_js_1 = __importDefault(require("bignumber.js"));
|
|
12
|
-
// Mock the calculate function
|
|
13
|
-
jest.mock("@ledgerhq/live-countervalues/logic", () => ({
|
|
14
|
-
calculate: jest.fn(),
|
|
15
|
-
}));
|
|
16
|
-
// Mock the derivation function
|
|
17
|
-
jest.mock("@ledgerhq/coin-framework/derivation", () => ({
|
|
18
|
-
getTagDerivationMode: jest.fn(() => "native_segwit"),
|
|
19
|
-
}));
|
|
20
|
-
// Import the mocked functions
|
|
21
|
-
const logic_1 = require("@ledgerhq/live-countervalues/logic");
|
|
22
|
-
const derivation_1 = require("@ledgerhq/coin-framework/derivation");
|
|
23
|
-
const mockCalculate = logic_1.calculate;
|
|
24
|
-
const mockGetTagDerivationMode = derivation_1.getTagDerivationMode;
|
|
25
|
-
describe("useDetailedAccountsCore", () => {
|
|
26
|
-
const mockCounterValuesState = {};
|
|
27
|
-
const mockCounterValueCurrency = {
|
|
28
|
-
id: "usd",
|
|
29
|
-
ticker: "USD",
|
|
30
|
-
units: [{ name: "USD", code: "USD", magnitude: 2 }],
|
|
31
|
-
};
|
|
32
|
-
const mockAccount = {
|
|
33
|
-
id: "account1",
|
|
34
|
-
type: "Account",
|
|
35
|
-
currency: {
|
|
36
|
-
id: "ethereum",
|
|
37
|
-
ticker: "ETH",
|
|
38
|
-
name: "Ethereum",
|
|
39
|
-
units: [{ name: "Ethereum", code: "ETH", magnitude: 18 }],
|
|
40
|
-
},
|
|
41
|
-
balance: new bignumber_js_1.default("1000000000000000000"),
|
|
42
|
-
freshAddress: "0x123...abc",
|
|
43
|
-
derivationMode: "ethM",
|
|
44
|
-
};
|
|
45
|
-
const mockTokenAccount = {
|
|
46
|
-
id: "token1",
|
|
47
|
-
type: "TokenAccount",
|
|
48
|
-
parentId: "account1",
|
|
49
|
-
token: {
|
|
50
|
-
id: "usdc",
|
|
51
|
-
ticker: "USDC",
|
|
52
|
-
name: "USD Coin",
|
|
53
|
-
units: [{ name: "USD Coin", code: "USDC", magnitude: 6 }],
|
|
54
|
-
parentCurrency: mockAccount.currency,
|
|
55
|
-
},
|
|
56
|
-
balance: new bignumber_js_1.default("1000000"), // 1 USDC
|
|
57
|
-
};
|
|
58
|
-
beforeEach(() => {
|
|
59
|
-
mockCalculate.mockClear();
|
|
60
|
-
});
|
|
61
|
-
it("should calculate fiat value correctly", () => {
|
|
62
|
-
mockCalculate.mockReturnValue(2500); // Mock fiat value
|
|
63
|
-
const { result } = (0, react_1.renderHook)(() => (0, useDetailedAccountsCore_1.useDetailedAccountsCore)(mockCounterValuesState, mockCounterValueCurrency));
|
|
64
|
-
const fiatValue = result.current.calculateFiatValue(mockAccount);
|
|
65
|
-
expect(mockCalculate).toHaveBeenCalledWith(mockCounterValuesState, {
|
|
66
|
-
from: mockAccount.currency,
|
|
67
|
-
to: mockCounterValueCurrency,
|
|
68
|
-
value: mockAccount.balance.toNumber(),
|
|
69
|
-
});
|
|
70
|
-
expect(fiatValue).toBe(2500);
|
|
71
|
-
});
|
|
72
|
-
it("should return 0 when mockCalculate returns null", () => {
|
|
73
|
-
mockCalculate.mockReturnValue(null);
|
|
74
|
-
const { result } = (0, react_1.renderHook)(() => (0, useDetailedAccountsCore_1.useDetailedAccountsCore)(mockCounterValuesState, mockCounterValueCurrency));
|
|
75
|
-
const fiatValue = result.current.calculateFiatValue(mockAccount);
|
|
76
|
-
expect(fiatValue).toBe(0);
|
|
77
|
-
});
|
|
78
|
-
it("should create base detailed accounts for regular accounts", () => {
|
|
79
|
-
mockCalculate.mockReturnValue(2500);
|
|
80
|
-
const { result } = (0, react_1.renderHook)(() => (0, useDetailedAccountsCore_1.useDetailedAccountsCore)(mockCounterValuesState, mockCounterValueCurrency));
|
|
81
|
-
const accountTuples = [{ account: mockAccount, subAccount: null }];
|
|
82
|
-
const accountNameMap = { account1: "My Ethereum Account" };
|
|
83
|
-
const detailedAccounts = result.current.createBaseDetailedAccounts({
|
|
84
|
-
asset: mockAccount.currency,
|
|
85
|
-
accountTuples,
|
|
86
|
-
accountNameMap,
|
|
87
|
-
isTokenCurrency: false,
|
|
88
|
-
});
|
|
89
|
-
expect(detailedAccounts).toHaveLength(1);
|
|
90
|
-
expect(detailedAccounts[0]).toEqual({
|
|
91
|
-
id: "account1",
|
|
92
|
-
name: "My Ethereum Account",
|
|
93
|
-
ticker: "ETH",
|
|
94
|
-
balance: mockAccount.balance,
|
|
95
|
-
balanceUnit: mockAccount.currency.units[0],
|
|
96
|
-
fiatValue: 2500,
|
|
97
|
-
address: "0x123...abc",
|
|
98
|
-
cryptoId: "ethereum",
|
|
99
|
-
});
|
|
100
|
-
});
|
|
101
|
-
it("should create base detailed accounts for token accounts", () => {
|
|
102
|
-
mockCalculate.mockReturnValue(1); // 1 USD for USDC
|
|
103
|
-
const { result } = (0, react_1.renderHook)(() => (0, useDetailedAccountsCore_1.useDetailedAccountsCore)(mockCounterValuesState, mockCounterValueCurrency));
|
|
104
|
-
const accountTuples = [{ account: mockAccount, subAccount: mockTokenAccount }];
|
|
105
|
-
const accountNameMap = { account1: "My Ethereum Account" };
|
|
106
|
-
const detailedAccounts = result.current.createBaseDetailedAccounts({
|
|
107
|
-
asset: mockTokenAccount.token,
|
|
108
|
-
accountTuples,
|
|
109
|
-
accountNameMap,
|
|
110
|
-
isTokenCurrency: true,
|
|
111
|
-
});
|
|
112
|
-
expect(detailedAccounts).toHaveLength(1);
|
|
113
|
-
expect(detailedAccounts[0]).toEqual({
|
|
114
|
-
id: "token1",
|
|
115
|
-
name: "My Ethereum Account",
|
|
116
|
-
ticker: "USDC",
|
|
117
|
-
balance: mockTokenAccount.balance,
|
|
118
|
-
balanceUnit: mockTokenAccount.token.units[0],
|
|
119
|
-
fiatValue: 1,
|
|
120
|
-
address: "0x123...abc",
|
|
121
|
-
cryptoId: "usdc",
|
|
122
|
-
parentId: "ethereum",
|
|
123
|
-
});
|
|
124
|
-
});
|
|
125
|
-
it("should create extended detailed accounts with account references", () => {
|
|
126
|
-
mockCalculate.mockReturnValue(2500);
|
|
127
|
-
const { result } = (0, react_1.renderHook)(() => (0, useDetailedAccountsCore_1.useDetailedAccountsCore)(mockCounterValuesState, mockCounterValueCurrency));
|
|
128
|
-
const accountTuples = [{ account: mockAccount, subAccount: null }];
|
|
129
|
-
const accountNameMap = { account1: "My Ethereum Account" };
|
|
130
|
-
const detailedAccounts = result.current.createExtendedDetailedAccounts({
|
|
131
|
-
asset: mockAccount.currency,
|
|
132
|
-
accountTuples,
|
|
133
|
-
accountNameMap,
|
|
134
|
-
isTokenCurrency: false,
|
|
135
|
-
});
|
|
136
|
-
expect(detailedAccounts).toHaveLength(1);
|
|
137
|
-
expect(detailedAccounts[0]).toEqual({
|
|
138
|
-
id: "account1",
|
|
139
|
-
name: "My Ethereum Account",
|
|
140
|
-
ticker: "ETH",
|
|
141
|
-
balance: mockAccount.balance,
|
|
142
|
-
balanceUnit: mockAccount.currency.units[0],
|
|
143
|
-
fiatValue: 2500,
|
|
144
|
-
address: "0x123...abc",
|
|
145
|
-
cryptoId: "ethereum",
|
|
146
|
-
account: mockAccount,
|
|
147
|
-
protocol: "native_segwit",
|
|
148
|
-
});
|
|
149
|
-
});
|
|
150
|
-
it("should sort accounts by fiat value in descending order", () => {
|
|
151
|
-
const { result } = (0, react_1.renderHook)(() => (0, useDetailedAccountsCore_1.useDetailedAccountsCore)(mockCounterValuesState, mockCounterValueCurrency));
|
|
152
|
-
const mockAccount2 = { ...mockAccount, id: "account2" };
|
|
153
|
-
// Mock different fiat values for different accounts
|
|
154
|
-
mockCalculate
|
|
155
|
-
.mockReturnValueOnce(1000) // First account
|
|
156
|
-
.mockReturnValueOnce(5000); // Second account
|
|
157
|
-
const accountTuples = [
|
|
158
|
-
{ account: mockAccount, subAccount: null },
|
|
159
|
-
{ account: mockAccount2, subAccount: null },
|
|
160
|
-
];
|
|
161
|
-
const accountNameMap = {
|
|
162
|
-
account1: "Account 1",
|
|
163
|
-
account2: "Account 2",
|
|
164
|
-
};
|
|
165
|
-
const detailedAccounts = result.current.createBaseDetailedAccounts({
|
|
166
|
-
asset: mockAccount.currency,
|
|
167
|
-
accountTuples,
|
|
168
|
-
accountNameMap,
|
|
169
|
-
isTokenCurrency: false,
|
|
170
|
-
});
|
|
171
|
-
expect(detailedAccounts).toHaveLength(2);
|
|
172
|
-
expect(detailedAccounts[0].id).toBe("account2"); // Higher fiat value (5000)
|
|
173
|
-
expect(detailedAccounts[1].id).toBe("account1"); // Lower fiat value (1000)
|
|
174
|
-
});
|
|
175
|
-
it("should use fallback name when account name is not in map", () => {
|
|
176
|
-
mockCalculate.mockReturnValue(2500);
|
|
177
|
-
const { result } = (0, react_1.renderHook)(() => (0, useDetailedAccountsCore_1.useDetailedAccountsCore)(mockCounterValuesState, mockCounterValueCurrency));
|
|
178
|
-
const accountTuples = [{ account: mockAccount, subAccount: null }];
|
|
179
|
-
const accountNameMap = {}; // Empty map
|
|
180
|
-
const detailedAccounts = result.current.createBaseDetailedAccounts({
|
|
181
|
-
asset: mockAccount.currency,
|
|
182
|
-
accountTuples,
|
|
183
|
-
accountNameMap,
|
|
184
|
-
isTokenCurrency: false,
|
|
185
|
-
});
|
|
186
|
-
expect(detailedAccounts[0].name).toBe("Ethereum"); // Falls back to currency name
|
|
187
|
-
});
|
|
188
|
-
it("should handle token accounts with extended detailed accounts", () => {
|
|
189
|
-
mockCalculate.mockReturnValue(1); // 1 USD for USDC
|
|
190
|
-
const { result } = (0, react_1.renderHook)(() => (0, useDetailedAccountsCore_1.useDetailedAccountsCore)(mockCounterValuesState, mockCounterValueCurrency));
|
|
191
|
-
const accountTuples = [{ account: mockAccount, subAccount: mockTokenAccount }];
|
|
192
|
-
const accountNameMap = { account1: "My Ethereum Account" };
|
|
193
|
-
const detailedAccounts = result.current.createExtendedDetailedAccounts({
|
|
194
|
-
asset: mockTokenAccount.token,
|
|
195
|
-
accountTuples,
|
|
196
|
-
accountNameMap,
|
|
197
|
-
isTokenCurrency: true,
|
|
198
|
-
});
|
|
199
|
-
expect(detailedAccounts).toHaveLength(1);
|
|
200
|
-
expect(detailedAccounts[0]).toEqual({
|
|
201
|
-
id: "token1",
|
|
202
|
-
name: "My Ethereum Account",
|
|
203
|
-
ticker: "USDC",
|
|
204
|
-
balance: mockTokenAccount.balance,
|
|
205
|
-
balanceUnit: mockTokenAccount.token.units[0],
|
|
206
|
-
fiatValue: 1,
|
|
207
|
-
address: "0x123...abc",
|
|
208
|
-
cryptoId: "usdc",
|
|
209
|
-
parentId: "ethereum",
|
|
210
|
-
account: mockTokenAccount,
|
|
211
|
-
parentAccount: mockAccount,
|
|
212
|
-
});
|
|
213
|
-
});
|
|
214
|
-
it("should handle multiple accounts with mixed fiat values including zero", () => {
|
|
215
|
-
const { result } = (0, react_1.renderHook)(() => (0, useDetailedAccountsCore_1.useDetailedAccountsCore)(mockCounterValuesState, mockCounterValueCurrency));
|
|
216
|
-
const mockAccount2 = { ...mockAccount, id: "account2" };
|
|
217
|
-
const mockAccount3 = { ...mockAccount, id: "account3" };
|
|
218
|
-
// Mock different fiat values including zero
|
|
219
|
-
mockCalculate
|
|
220
|
-
.mockReturnValueOnce(0) // First account - zero value
|
|
221
|
-
.mockReturnValueOnce(5000) // Second account - high value
|
|
222
|
-
.mockReturnValueOnce(100); // Third account - low value
|
|
223
|
-
const accountTuples = [
|
|
224
|
-
{ account: mockAccount, subAccount: null },
|
|
225
|
-
{ account: mockAccount2, subAccount: null },
|
|
226
|
-
{ account: mockAccount3, subAccount: null },
|
|
227
|
-
];
|
|
228
|
-
const accountNameMap = {
|
|
229
|
-
account1: "Account 1",
|
|
230
|
-
account2: "Account 2",
|
|
231
|
-
account3: "Account 3",
|
|
232
|
-
};
|
|
233
|
-
const detailedAccounts = result.current.createBaseDetailedAccounts({
|
|
234
|
-
asset: mockAccount.currency,
|
|
235
|
-
accountTuples,
|
|
236
|
-
accountNameMap,
|
|
237
|
-
isTokenCurrency: false,
|
|
238
|
-
});
|
|
239
|
-
expect(detailedAccounts).toHaveLength(3);
|
|
240
|
-
// Should be sorted by fiat value descending: 5000, 100, 0
|
|
241
|
-
expect(detailedAccounts[0].id).toBe("account2"); // 5000
|
|
242
|
-
expect(detailedAccounts[1].id).toBe("account3"); // 100
|
|
243
|
-
expect(detailedAccounts[2].id).toBe("account1"); // 0
|
|
244
|
-
expect(detailedAccounts[2].fiatValue).toBe(0);
|
|
245
|
-
});
|
|
246
|
-
it("should handle token account fiat value calculation correctly", () => {
|
|
247
|
-
mockCalculate.mockReturnValue(50); // Mock fiat value for token
|
|
248
|
-
const { result } = (0, react_1.renderHook)(() => (0, useDetailedAccountsCore_1.useDetailedAccountsCore)(mockCounterValuesState, mockCounterValueCurrency));
|
|
249
|
-
const fiatValue = result.current.calculateFiatValue(mockTokenAccount);
|
|
250
|
-
expect(mockCalculate).toHaveBeenCalledWith(mockCounterValuesState, {
|
|
251
|
-
from: mockTokenAccount.token,
|
|
252
|
-
to: mockCounterValueCurrency,
|
|
253
|
-
value: mockTokenAccount.balance.toNumber(),
|
|
254
|
-
});
|
|
255
|
-
expect(fiatValue).toBe(50);
|
|
256
|
-
});
|
|
257
|
-
it("should handle empty account tuples", () => {
|
|
258
|
-
const { result } = (0, react_1.renderHook)(() => (0, useDetailedAccountsCore_1.useDetailedAccountsCore)(mockCounterValuesState, mockCounterValueCurrency));
|
|
259
|
-
const accountTuples = [];
|
|
260
|
-
const accountNameMap = {};
|
|
261
|
-
const detailedAccounts = result.current.createBaseDetailedAccounts({
|
|
262
|
-
asset: mockAccount.currency,
|
|
263
|
-
accountTuples,
|
|
264
|
-
accountNameMap,
|
|
265
|
-
isTokenCurrency: false,
|
|
266
|
-
});
|
|
267
|
-
expect(detailedAccounts).toHaveLength(0);
|
|
268
|
-
});
|
|
269
|
-
it("should handle accounts with undefined fiat values", () => {
|
|
270
|
-
mockCalculate.mockReturnValue(undefined); // Simulate undefined return
|
|
271
|
-
const { result } = (0, react_1.renderHook)(() => (0, useDetailedAccountsCore_1.useDetailedAccountsCore)(mockCounterValuesState, mockCounterValueCurrency));
|
|
272
|
-
const fiatValue = result.current.calculateFiatValue(mockAccount);
|
|
273
|
-
expect(fiatValue).toBe(0); // Should default to 0
|
|
274
|
-
});
|
|
275
|
-
it("should preserve account properties in extended detailed accounts", () => {
|
|
276
|
-
mockCalculate.mockReturnValue(1500);
|
|
277
|
-
const { result } = (0, react_1.renderHook)(() => (0, useDetailedAccountsCore_1.useDetailedAccountsCore)(mockCounterValuesState, mockCounterValueCurrency));
|
|
278
|
-
const accountTuples = [{ account: mockAccount, subAccount: null }];
|
|
279
|
-
const accountNameMap = { account1: "Custom Account Name" };
|
|
280
|
-
const detailedAccounts = result.current.createExtendedDetailedAccounts({
|
|
281
|
-
asset: mockAccount.currency,
|
|
282
|
-
accountTuples,
|
|
283
|
-
accountNameMap,
|
|
284
|
-
isTokenCurrency: false,
|
|
285
|
-
});
|
|
286
|
-
expect(detailedAccounts[0].account).toBe(mockAccount);
|
|
287
|
-
expect(detailedAccounts[0].protocol).toBe("native_segwit");
|
|
288
|
-
expect(detailedAccounts[0].parentAccount).toBeUndefined();
|
|
289
|
-
});
|
|
290
|
-
it("should use fallback name when parent account name is not in map for token accounts", () => {
|
|
291
|
-
mockCalculate.mockReturnValue(1);
|
|
292
|
-
const { result } = (0, react_1.renderHook)(() => (0, useDetailedAccountsCore_1.useDetailedAccountsCore)(mockCounterValuesState, mockCounterValueCurrency));
|
|
293
|
-
const accountTuples = [{ account: mockAccount, subAccount: mockTokenAccount }];
|
|
294
|
-
const accountNameMap = {}; // Empty map - no parent account name
|
|
295
|
-
const detailedAccounts = result.current.createBaseDetailedAccounts({
|
|
296
|
-
asset: mockTokenAccount.token,
|
|
297
|
-
accountTuples,
|
|
298
|
-
accountNameMap,
|
|
299
|
-
isTokenCurrency: true,
|
|
300
|
-
});
|
|
301
|
-
expect(detailedAccounts[0].name).toBe("USD Coin"); // Falls back to token name
|
|
302
|
-
});
|
|
303
|
-
it("should use fallback name when parent account name is not in map for extended token accounts", () => {
|
|
304
|
-
mockCalculate.mockReturnValue(1);
|
|
305
|
-
const { result } = (0, react_1.renderHook)(() => (0, useDetailedAccountsCore_1.useDetailedAccountsCore)(mockCounterValuesState, mockCounterValueCurrency));
|
|
306
|
-
const accountTuples = [{ account: mockAccount, subAccount: mockTokenAccount }];
|
|
307
|
-
const accountNameMap = {}; // Empty map - no parent account name
|
|
308
|
-
const detailedAccounts = result.current.createExtendedDetailedAccounts({
|
|
309
|
-
asset: mockTokenAccount.token,
|
|
310
|
-
accountTuples,
|
|
311
|
-
accountNameMap,
|
|
312
|
-
isTokenCurrency: true,
|
|
313
|
-
});
|
|
314
|
-
expect(detailedAccounts[0].name).toBe("USD Coin"); // Falls back to token name
|
|
315
|
-
expect(detailedAccounts[0].account).toBe(mockTokenAccount);
|
|
316
|
-
expect(detailedAccounts[0].parentAccount).toBe(mockAccount);
|
|
317
|
-
});
|
|
318
|
-
it("should handle null derivation mode in extended detailed accounts", () => {
|
|
319
|
-
// Mock getTagDerivationMode to return null
|
|
320
|
-
mockGetTagDerivationMode.mockReturnValue(null);
|
|
321
|
-
mockCalculate.mockReturnValue(2500);
|
|
322
|
-
const { result } = (0, react_1.renderHook)(() => (0, useDetailedAccountsCore_1.useDetailedAccountsCore)(mockCounterValuesState, mockCounterValueCurrency));
|
|
323
|
-
const accountTuples = [{ account: mockAccount, subAccount: null }];
|
|
324
|
-
const accountNameMap = { account1: "My Account" };
|
|
325
|
-
const detailedAccounts = result.current.createExtendedDetailedAccounts({
|
|
326
|
-
asset: mockAccount.currency,
|
|
327
|
-
accountTuples,
|
|
328
|
-
accountNameMap,
|
|
329
|
-
isTokenCurrency: false,
|
|
330
|
-
});
|
|
331
|
-
expect(detailedAccounts[0].protocol).toBe(""); // Should fallback to empty string
|
|
332
|
-
// Reset mock for other tests
|
|
333
|
-
mockGetTagDerivationMode.mockReturnValue("native_segwit");
|
|
334
|
-
});
|
|
335
|
-
it("should use fallback name when account name is not in map for extended accounts", () => {
|
|
336
|
-
mockCalculate.mockReturnValue(2500);
|
|
337
|
-
const { result } = (0, react_1.renderHook)(() => (0, useDetailedAccountsCore_1.useDetailedAccountsCore)(mockCounterValuesState, mockCounterValueCurrency));
|
|
338
|
-
const accountTuples = [{ account: mockAccount, subAccount: null }];
|
|
339
|
-
const accountNameMap = {}; // Empty map - no account name
|
|
340
|
-
const detailedAccounts = result.current.createExtendedDetailedAccounts({
|
|
341
|
-
asset: mockAccount.currency,
|
|
342
|
-
accountTuples,
|
|
343
|
-
accountNameMap,
|
|
344
|
-
isTokenCurrency: false,
|
|
345
|
-
});
|
|
346
|
-
expect(detailedAccounts[0].name).toBe("Ethereum"); // Falls back to currency name
|
|
347
|
-
expect(detailedAccounts[0].account).toBe(mockAccount);
|
|
348
|
-
});
|
|
349
|
-
});
|
|
350
|
-
//# sourceMappingURL=useDetailedAccountsCore.test.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useDetailedAccountsCore.test.js","sourceRoot":"","sources":["../../../../src/modularDrawer/hooks/__test__/useDetailedAccountsCore.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useModularDrawerConfiguration.test.d.ts","sourceRoot":"","sources":["../../../../src/modularDrawer/hooks/__test__/useModularDrawerConfiguration.test.ts"],"names":[],"mappings":""}
|
|
@@ -1,206 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
/**
|
|
4
|
-
* @jest-environment jsdom
|
|
5
|
-
*/
|
|
6
|
-
const react_1 = require("@testing-library/react");
|
|
7
|
-
const featureFlags_1 = require("../../../featureFlags");
|
|
8
|
-
const useModularDrawerConfiguration_1 = require("../useModularDrawerConfiguration");
|
|
9
|
-
jest.mock("../../../featureFlags", () => ({ useFeature: jest.fn() }));
|
|
10
|
-
const mockUseFeature = jest.mocked(featureFlags_1.useFeature);
|
|
11
|
-
describe("useModularDrawerConfiguration", () => {
|
|
12
|
-
beforeEach(() => {
|
|
13
|
-
jest.clearAllMocks();
|
|
14
|
-
});
|
|
15
|
-
describe("when modularization is disabled", () => {
|
|
16
|
-
beforeEach(() => {
|
|
17
|
-
mockUseFeature.mockReturnValue({
|
|
18
|
-
enabled: true,
|
|
19
|
-
params: {
|
|
20
|
-
enableModularization: false,
|
|
21
|
-
},
|
|
22
|
-
});
|
|
23
|
-
});
|
|
24
|
-
it("should return disabled configurations when no drawer configuration is provided", () => {
|
|
25
|
-
const { result } = (0, react_1.renderHook)(() => (0, useModularDrawerConfiguration_1.useModularDrawerConfiguration)("lldModularDrawer"));
|
|
26
|
-
expect(result.current.assetsConfiguration).toEqual({
|
|
27
|
-
rightElement: "undefined",
|
|
28
|
-
leftElement: "undefined",
|
|
29
|
-
filter: "undefined",
|
|
30
|
-
});
|
|
31
|
-
expect(result.current.networkConfiguration).toEqual({
|
|
32
|
-
rightElement: "undefined",
|
|
33
|
-
leftElement: "undefined",
|
|
34
|
-
});
|
|
35
|
-
});
|
|
36
|
-
it("should return disabled configurations even when drawer configuration is provided", () => {
|
|
37
|
-
const drawerConfiguration = {
|
|
38
|
-
assets: {
|
|
39
|
-
rightElement: "balance",
|
|
40
|
-
leftElement: "apy",
|
|
41
|
-
filter: "topNetworks",
|
|
42
|
-
},
|
|
43
|
-
networks: {
|
|
44
|
-
rightElement: "balance",
|
|
45
|
-
leftElement: "numberOfAccounts",
|
|
46
|
-
},
|
|
47
|
-
};
|
|
48
|
-
const { result } = (0, react_1.renderHook)(() => (0, useModularDrawerConfiguration_1.useModularDrawerConfiguration)("lldModularDrawer", drawerConfiguration));
|
|
49
|
-
expect(result.current.assetsConfiguration).toEqual({
|
|
50
|
-
rightElement: "undefined",
|
|
51
|
-
leftElement: "undefined",
|
|
52
|
-
filter: "undefined",
|
|
53
|
-
});
|
|
54
|
-
expect(result.current.networkConfiguration).toEqual({
|
|
55
|
-
rightElement: "undefined",
|
|
56
|
-
leftElement: "undefined",
|
|
57
|
-
});
|
|
58
|
-
});
|
|
59
|
-
});
|
|
60
|
-
describe("when modularization is enabled", () => {
|
|
61
|
-
beforeEach(() => {
|
|
62
|
-
mockUseFeature.mockReturnValue({
|
|
63
|
-
enabled: true,
|
|
64
|
-
params: {
|
|
65
|
-
enableModularization: true,
|
|
66
|
-
},
|
|
67
|
-
});
|
|
68
|
-
});
|
|
69
|
-
it("should return undefined configurations when no drawer configuration is provided", () => {
|
|
70
|
-
const { result } = (0, react_1.renderHook)(() => (0, useModularDrawerConfiguration_1.useModularDrawerConfiguration)("lldModularDrawer"));
|
|
71
|
-
expect(result.current.assetsConfiguration).toBeUndefined();
|
|
72
|
-
expect(result.current.networkConfiguration).toBeUndefined();
|
|
73
|
-
});
|
|
74
|
-
it("should return the provided drawer configuration when modularization is enabled", () => {
|
|
75
|
-
const drawerConfiguration = {
|
|
76
|
-
assets: {
|
|
77
|
-
rightElement: "balance",
|
|
78
|
-
leftElement: "apy",
|
|
79
|
-
filter: "topNetworks",
|
|
80
|
-
},
|
|
81
|
-
networks: {
|
|
82
|
-
rightElement: "balance",
|
|
83
|
-
leftElement: "numberOfAccounts",
|
|
84
|
-
},
|
|
85
|
-
};
|
|
86
|
-
const { result } = (0, react_1.renderHook)(() => (0, useModularDrawerConfiguration_1.useModularDrawerConfiguration)("lldModularDrawer", drawerConfiguration));
|
|
87
|
-
expect(result.current.assetsConfiguration).toEqual(drawerConfiguration.assets);
|
|
88
|
-
expect(result.current.networkConfiguration).toEqual(drawerConfiguration.networks);
|
|
89
|
-
});
|
|
90
|
-
it("should handle partial drawer configuration", () => {
|
|
91
|
-
const drawerConfiguration = {
|
|
92
|
-
assets: {
|
|
93
|
-
rightElement: "balance",
|
|
94
|
-
leftElement: "marketTrend",
|
|
95
|
-
filter: "topNetworks",
|
|
96
|
-
},
|
|
97
|
-
};
|
|
98
|
-
const { result } = (0, react_1.renderHook)(() => (0, useModularDrawerConfiguration_1.useModularDrawerConfiguration)("lldModularDrawer", drawerConfiguration));
|
|
99
|
-
expect(result.current.assetsConfiguration).toEqual(drawerConfiguration.assets);
|
|
100
|
-
expect(result.current.networkConfiguration).toBeUndefined();
|
|
101
|
-
});
|
|
102
|
-
it("should handle configuration with undefined values", () => {
|
|
103
|
-
const drawerConfiguration = {
|
|
104
|
-
assets: undefined,
|
|
105
|
-
networks: {
|
|
106
|
-
rightElement: "balance",
|
|
107
|
-
leftElement: "numberOfAccountsAndApy",
|
|
108
|
-
},
|
|
109
|
-
};
|
|
110
|
-
const { result } = (0, react_1.renderHook)(() => (0, useModularDrawerConfiguration_1.useModularDrawerConfiguration)("lldModularDrawer", drawerConfiguration));
|
|
111
|
-
expect(result.current.assetsConfiguration).toBeUndefined();
|
|
112
|
-
expect(result.current.networkConfiguration).toEqual(drawerConfiguration.networks);
|
|
113
|
-
});
|
|
114
|
-
});
|
|
115
|
-
describe("when feature flag is not available", () => {
|
|
116
|
-
beforeEach(() => {
|
|
117
|
-
mockUseFeature.mockReturnValue(null);
|
|
118
|
-
});
|
|
119
|
-
it("should default to disabled configuration when feature flag returns null", () => {
|
|
120
|
-
const drawerConfiguration = {
|
|
121
|
-
assets: {
|
|
122
|
-
rightElement: "balance",
|
|
123
|
-
leftElement: "apy",
|
|
124
|
-
filter: "topNetworks",
|
|
125
|
-
},
|
|
126
|
-
networks: {
|
|
127
|
-
rightElement: "balance",
|
|
128
|
-
leftElement: "numberOfAccounts",
|
|
129
|
-
},
|
|
130
|
-
};
|
|
131
|
-
const { result } = (0, react_1.renderHook)(() => (0, useModularDrawerConfiguration_1.useModularDrawerConfiguration)("lldModularDrawer", drawerConfiguration));
|
|
132
|
-
expect(result.current.assetsConfiguration).toEqual({
|
|
133
|
-
rightElement: "undefined",
|
|
134
|
-
leftElement: "undefined",
|
|
135
|
-
filter: "undefined",
|
|
136
|
-
});
|
|
137
|
-
expect(result.current.networkConfiguration).toEqual({
|
|
138
|
-
rightElement: "undefined",
|
|
139
|
-
leftElement: "undefined",
|
|
140
|
-
});
|
|
141
|
-
});
|
|
142
|
-
});
|
|
143
|
-
describe("when feature flag params are not available", () => {
|
|
144
|
-
beforeEach(() => {
|
|
145
|
-
mockUseFeature.mockReturnValue({
|
|
146
|
-
enabled: true,
|
|
147
|
-
params: undefined,
|
|
148
|
-
});
|
|
149
|
-
});
|
|
150
|
-
it("should default to disabled configuration when params are undefined", () => {
|
|
151
|
-
const drawerConfiguration = {
|
|
152
|
-
assets: {
|
|
153
|
-
rightElement: "balance",
|
|
154
|
-
leftElement: "apy",
|
|
155
|
-
filter: "topNetworks",
|
|
156
|
-
},
|
|
157
|
-
networks: {
|
|
158
|
-
rightElement: "balance",
|
|
159
|
-
leftElement: "numberOfAccounts",
|
|
160
|
-
},
|
|
161
|
-
};
|
|
162
|
-
const { result } = (0, react_1.renderHook)(() => (0, useModularDrawerConfiguration_1.useModularDrawerConfiguration)("lldModularDrawer", drawerConfiguration));
|
|
163
|
-
expect(result.current.assetsConfiguration).toEqual({
|
|
164
|
-
rightElement: "undefined",
|
|
165
|
-
leftElement: "undefined",
|
|
166
|
-
filter: "undefined",
|
|
167
|
-
});
|
|
168
|
-
expect(result.current.networkConfiguration).toEqual({
|
|
169
|
-
rightElement: "undefined",
|
|
170
|
-
leftElement: "undefined",
|
|
171
|
-
});
|
|
172
|
-
});
|
|
173
|
-
});
|
|
174
|
-
describe("when enableModularization param is not available", () => {
|
|
175
|
-
beforeEach(() => {
|
|
176
|
-
mockUseFeature.mockReturnValue({
|
|
177
|
-
enabled: true,
|
|
178
|
-
params: {},
|
|
179
|
-
});
|
|
180
|
-
});
|
|
181
|
-
it("should default to disabled configuration when enableModularization is not in params", () => {
|
|
182
|
-
const drawerConfiguration = {
|
|
183
|
-
assets: {
|
|
184
|
-
rightElement: "balance",
|
|
185
|
-
leftElement: "apy",
|
|
186
|
-
filter: "topNetworks",
|
|
187
|
-
},
|
|
188
|
-
networks: {
|
|
189
|
-
rightElement: "balance",
|
|
190
|
-
leftElement: "numberOfAccounts",
|
|
191
|
-
},
|
|
192
|
-
};
|
|
193
|
-
const { result } = (0, react_1.renderHook)(() => (0, useModularDrawerConfiguration_1.useModularDrawerConfiguration)("lldModularDrawer", drawerConfiguration));
|
|
194
|
-
expect(result.current.assetsConfiguration).toEqual({
|
|
195
|
-
rightElement: "undefined",
|
|
196
|
-
leftElement: "undefined",
|
|
197
|
-
filter: "undefined",
|
|
198
|
-
});
|
|
199
|
-
expect(result.current.networkConfiguration).toEqual({
|
|
200
|
-
rightElement: "undefined",
|
|
201
|
-
leftElement: "undefined",
|
|
202
|
-
});
|
|
203
|
-
});
|
|
204
|
-
});
|
|
205
|
-
});
|
|
206
|
-
//# sourceMappingURL=useModularDrawerConfiguration.test.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useModularDrawerConfiguration.test.js","sourceRoot":"","sources":["../../../../src/modularDrawer/hooks/__test__/useModularDrawerConfiguration.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useAssetAccountCounts.d.ts","sourceRoot":"","sources":["../../../src/modularDrawer/hooks/useAssetAccountCounts.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE1D,KAAK,mBAAmB,GAAG;IACzB,MAAM,EAAE,qBAAqB,EAAE,CAAC;IAChC,cAAc,EAAE,OAAO,EAAE,CAAC;IAC1B,UAAU,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,CAAC;IAC7C,WAAW,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IACvC,SAAS,CAAC,EAAE,UAAU,CAAC,gBAAgB,EAAE,CAAC,CAAC;CAC5C,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,qBAAqB,CAAC;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,qBAAqB,yDAK/B,mBAAmB,KAAG,cAAc,EAQnC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useAssetAccountCounts.js","sourceRoot":"","sources":["../../../src/modularDrawer/hooks/useAssetAccountCounts.tsx"],"names":[],"mappings":";;;AAEA,yFAAsF;AAkB/E,MAAM,qBAAqB,GAAG,CAAC,EACpC,MAAM,EACN,cAAc,EACd,UAAU,EACV,WAAW,GACS,EAAoB,EAAE,CAC1C,MAAM,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;IACjB,MAAM,EAAE,MAAM,EAAE,GAAG,IAAA,yDAA2B,EAAC,KAAK,EAAE,cAAc,EAAE,UAAU,CAAC,CAAC;IAClF,OAAO;QACL,KAAK;QACL,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC;QAC1B,KAAK,EAAE,MAAM;KACd,CAAC;AACJ,CAAC,CAAC,CAAC;AAbQ,QAAA,qBAAqB,yBAa7B"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jest-environment jsdom
|
|
3
|
-
*/
|
|
4
|
-
import { CryptoCurrency } from "@ledgerhq/types-cryptoassets";
|
|
5
|
-
export declare const makeUsdcToken: (parentCurrency: CryptoCurrency, contractAddress: string, tokenType?: string, name?: string, explicitId?: string) => {
|
|
6
|
-
type: "TokenCurrency";
|
|
7
|
-
parentCurrency: CryptoCurrency;
|
|
8
|
-
tokenType: string;
|
|
9
|
-
id: string;
|
|
10
|
-
contractAddress: string;
|
|
11
|
-
ticker: string;
|
|
12
|
-
name: string;
|
|
13
|
-
units: {
|
|
14
|
-
name: string;
|
|
15
|
-
code: string;
|
|
16
|
-
magnitude: number;
|
|
17
|
-
}[];
|
|
18
|
-
};
|
|
19
|
-
//# sourceMappingURL=createAssetConfiguration.test.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createAssetConfiguration.test.d.ts","sourceRoot":"","sources":["../../../../src/modularDrawer/modules/__test__/createAssetConfiguration.test.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAWH,OAAO,EAAE,cAAc,EAA+B,MAAM,8BAA8B,CAAC;AAI3F,eAAO,MAAM,aAAa,mBACR,cAAc,mBACb,MAAM,cACZ,MAAM,SACX,MAAM,eACC,MAAM;;;;;;;;;;;;;CAmBpB,CAAC"}
|