├── .browserslistrc ├── .coderabbit.yaml ├── .editorconfig ├── .env.example ├── .fantasticonrc.js ├── .gitattributes ├── .github ├── actions │ └── prepare_node │ │ └── action.yml └── workflows │ ├── package-and-publish.yml │ ├── statoscope-comment.jora │ ├── statoscope-comment.js │ ├── statoscope-upload-reference-statistics.yml │ ├── statoscope.yml │ └── test.yml ├── .gitignore ├── .husky └── pre-commit ├── .node-version ├── .npmrc ├── .prettierrc ├── .stylelintrc.json ├── LICENSE ├── README.md ├── babel.config.js ├── capacitor.config.ts ├── changelogs ├── .gitkeep ├── 1.17.0.txt ├── 1.17.1.txt ├── 1.17.10.txt ├── 1.17.11.txt ├── 1.17.12.txt ├── 1.17.13.txt ├── 1.17.14.txt ├── 1.17.15.txt ├── 1.17.16.txt ├── 1.17.17.txt ├── 1.17.18.txt ├── 1.17.19.txt ├── 1.17.2.txt ├── 1.17.20.txt ├── 1.17.21.txt ├── 1.17.22.txt ├── 1.17.23.txt ├── 1.17.4.txt ├── 1.17.5.txt ├── 1.17.6.txt ├── 1.17.7.txt ├── 1.17.8.txt ├── 1.17.9.txt ├── 1.18.0.txt ├── 1.18.1.txt ├── 1.18.10.txt ├── 1.18.11.txt ├── 1.18.12.txt ├── 1.18.13.txt ├── 1.18.14.txt ├── 1.18.15.txt ├── 1.18.16.txt ├── 1.18.17.txt ├── 1.18.18.txt ├── 1.18.19.txt ├── 1.18.2.txt ├── 1.18.20.txt ├── 1.18.21.txt ├── 1.18.22.txt ├── 1.18.23.txt ├── 1.18.24.txt ├── 1.18.3.txt ├── 1.18.4.txt ├── 1.18.5.txt ├── 1.18.6.txt ├── 1.18.7.txt ├── 1.18.8.txt ├── 1.18.9.txt ├── 1.19.0.txt ├── 1.19.1.txt ├── 1.19.10.txt ├── 1.19.11.txt ├── 1.19.12.txt ├── 1.19.13.txt ├── 1.19.14.txt ├── 1.19.15.txt ├── 1.19.16.txt ├── 1.19.17.txt ├── 1.19.18.txt ├── 1.19.19.txt ├── 1.19.2.txt ├── 1.19.20.txt ├── 1.19.21.txt ├── 1.19.22.txt ├── 1.19.23.txt ├── 1.19.24.txt ├── 1.19.25.txt ├── 1.19.26.txt ├── 1.19.27.txt ├── 1.19.28.txt ├── 1.19.29.txt ├── 1.19.3.txt ├── 1.19.30.txt ├── 1.19.31.txt ├── 1.19.32.txt ├── 1.19.33.txt ├── 1.19.4.txt ├── 1.19.5.txt ├── 1.19.6.txt ├── 1.19.7.txt ├── 1.19.8.txt ├── 1.19.9.txt ├── 1.20.0.txt ├── 1.20.1.txt ├── 1.20.10.txt ├── 1.20.11.txt ├── 1.20.12.txt ├── 1.20.13.txt ├── 1.20.14.txt ├── 1.20.15.txt ├── 1.20.16.txt ├── 1.20.17.txt ├── 1.20.18.txt ├── 1.20.19.txt ├── 1.20.2.txt ├── 1.20.3.txt ├── 1.20.4.txt ├── 1.20.5.txt ├── 1.20.6.txt ├── 1.20.7.txt ├── 1.20.8.txt ├── 1.20.9.txt ├── 2.0.0.txt ├── 3.0.0.txt ├── 3.0.1.txt ├── 3.0.10.txt ├── 3.0.11.txt ├── 3.0.12.txt ├── 3.0.13.txt ├── 3.0.14.txt ├── 3.0.15.txt ├── 3.0.16.txt ├── 3.0.17.txt ├── 3.0.18.txt ├── 3.0.19.txt ├── 3.0.2.txt ├── 3.0.20.txt ├── 3.0.21.txt ├── 3.0.22.txt ├── 3.0.23.txt ├── 3.0.24.txt ├── 3.0.25.txt ├── 3.0.26.txt ├── 3.0.27.txt ├── 3.0.28.txt ├── 3.0.29.txt ├── 3.0.3.txt ├── 3.0.30.txt ├── 3.0.31.txt ├── 3.0.32.txt ├── 3.0.33.txt ├── 3.0.34.txt ├── 3.0.35.txt ├── 3.0.36.txt ├── 3.0.4.txt ├── 3.0.5.txt ├── 3.0.6.txt ├── 3.0.7.txt ├── 3.0.8.txt ├── 3.0.9.txt ├── 3.1.0.txt ├── 3.1.1.txt ├── 3.1.2.txt ├── 3.1.3.txt ├── 3.1.4.txt ├── 3.1.5.txt ├── 3.2.0.txt ├── 3.2.1.txt ├── 3.2.10.txt ├── 3.2.11.txt ├── 3.2.12.txt ├── 3.2.2.txt ├── 3.2.3.txt ├── 3.2.4.txt ├── 3.2.5.txt ├── 3.2.6.txt ├── 3.2.7.txt ├── 3.2.8.txt ├── 3.2.9.txt ├── 3.3.0.txt ├── 3.3.1.txt ├── 3.3.2.txt ├── 3.3.3.txt ├── 3.3.4.txt ├── 3.3.5.txt ├── 3.4.0.txt ├── 3.4.1.txt ├── 3.4.2.txt ├── 3.4.3.txt ├── 3.4.4.txt ├── 3.4.5.txt ├── 3.4.6.txt ├── 3.4.7.txt ├── 3.4.8.txt ├── 3.5.0.txt ├── 3.5.1.txt ├── 3.5.2.txt ├── 3.5.3.txt ├── 3.5.4.txt ├── 3.5.5.txt ├── 3.5.6.txt ├── 3.5.7.txt ├── 3.5.8.txt ├── 3.6.0.txt ├── 3.6.1.txt ├── 3.6.2.txt ├── 3.6.3.txt ├── 3.6.4.txt ├── 3.6.5.txt ├── 3.6.6.txt ├── 3.6.7.txt ├── 3.7.0.txt ├── 3.7.1.txt ├── 3.7.2.txt ├── 3.7.3.txt ├── 3.7.4.txt ├── 3.7.5.txt ├── 3.7.6.txt ├── 3.8.0.txt ├── 3.8.1.txt ├── 3.8.2.txt ├── 3.8.3.txt ├── 3.8.4.txt ├── 3.8.5.txt ├── 4.0.0.txt ├── 4.0.1.txt ├── 4.0.2.txt ├── 4.0.3.txt ├── 4.0.4.txt ├── 4.0.5.txt ├── 4.0.6.txt ├── 4.0.7.txt ├── 4.0.8.txt ├── 4.1.0.txt ├── 4.1.1.txt ├── 4.1.2.txt ├── 4.1.3.txt ├── 4.1.4.txt ├── 4.1.5.txt ├── 4.1.6.txt ├── 4.2.0.txt ├── 4.2.1.txt ├── 4.2.10.txt ├── 4.2.11.txt ├── 4.2.2.txt ├── 4.2.3.txt ├── 4.2.4.txt ├── 4.2.5.txt ├── 4.2.6.txt ├── 4.2.7.txt ├── 4.2.8.txt ├── 4.2.9.txt ├── 4.3.0.txt ├── 4.3.1.txt ├── 4.3.2.txt ├── 4.3.3.txt ├── 4.3.4.txt ├── 4.4.0.txt ├── 4.4.1.txt └── 4.4.2.txt ├── deploy ├── build_sdk.sh ├── copy_to_dist.sh ├── edgePublish.js ├── firefoxPatchVersion.js ├── firefox_pack_sources.sh ├── package_extension.sh ├── postversion.sh └── testnet_mytonwallet_app │ └── index.html ├── dev ├── detect_en_duplicates.py ├── find_air_localizations.py ├── loadEnv.ts ├── locales │ ├── README.md │ ├── buildDefault.js │ ├── config.js │ ├── convertI18nYamlToJson.js │ ├── findMissingKeys.js │ └── updateLocales.js ├── panel.html ├── remove_unused_ru_translations.py ├── render_air_localizations_html.py ├── resolveStackTrace.mjs ├── statoscopeCreateComment.js └── statoscopeCreatePrComment.js ├── docs ├── add-chain.md ├── electron.md ├── gpg-check.md └── i18n.md ├── eslint.config.mjs ├── jest.config.js ├── mobile ├── Gemfile ├── Gemfile.lock ├── android │ ├── .gitignore │ ├── air │ │ ├── .editorconfig │ │ ├── .gitignore │ │ ├── README.md │ │ ├── SubModules │ │ │ ├── AirAsFramework │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── androidTest │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── airasframework │ │ │ │ │ │ └── ExampleInstrumentedTest.kt │ │ │ │ │ ├── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── assets │ │ │ │ │ │ ├── incoming-transaction.mp3 │ │ │ │ │ │ └── js │ │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── java │ │ │ │ │ │ └── org │ │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ │ └── app_air │ │ │ │ │ │ │ └── airasframework │ │ │ │ │ │ │ ├── AirAsFrameworkApplication.kt │ │ │ │ │ │ │ ├── MainWindow.kt │ │ │ │ │ │ │ ├── WidgetConfigurationWindow.kt │ │ │ │ │ │ │ └── splash │ │ │ │ │ │ │ └── SplashVC.kt │ │ │ │ │ └── res │ │ │ │ │ │ ├── values-night │ │ │ │ │ │ └── themes.xml │ │ │ │ │ │ ├── values │ │ │ │ │ │ ├── strings.xml │ │ │ │ │ │ └── themes.xml │ │ │ │ │ │ └── xml │ │ │ │ │ │ ├── backup_rules.xml │ │ │ │ │ │ ├── data_extraction_rules.xml │ │ │ │ │ │ ├── network_security_config.xml │ │ │ │ │ │ └── provider_paths.xml │ │ │ │ │ └── test │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── airasframework │ │ │ │ │ └── ExampleUnitTest.kt │ │ │ ├── Icons │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ └── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── res │ │ │ │ │ └── drawable │ │ │ │ │ ├── ic_arrow_bottom_14.xml │ │ │ │ │ ├── ic_arrow_bottom_24.xml │ │ │ │ │ ├── ic_arrow_bottom_8.xml │ │ │ │ │ ├── ic_arrow_bottom_rounded.xml │ │ │ │ │ ├── ic_arrow_right_16_24.xml │ │ │ │ │ ├── ic_arrow_right_24.xml │ │ │ │ │ ├── ic_arrow_right_thin_24.xml │ │ │ │ │ ├── ic_arrow_up_24.xml │ │ │ │ │ ├── ic_arrows_18.xml │ │ │ │ │ ├── ic_blockchain_avalanche_128.xml │ │ │ │ │ ├── ic_blockchain_bitcoin_40.xml │ │ │ │ │ ├── ic_blockchain_bitcoin_cash_128.xml │ │ │ │ │ ├── ic_blockchain_bnb_128.xml │ │ │ │ │ ├── ic_blockchain_cardano_128.xml │ │ │ │ │ ├── ic_blockchain_cosmos_128.xml │ │ │ │ │ ├── ic_blockchain_dash_128.xml │ │ │ │ │ ├── ic_blockchain_doge_128.xml │ │ │ │ │ ├── ic_blockchain_eos_128.xml │ │ │ │ │ ├── ic_blockchain_ethereum_128.xml │ │ │ │ │ ├── ic_blockchain_ethereum_classic_128.xml │ │ │ │ │ ├── ic_blockchain_internet_computer_40.xml │ │ │ │ │ ├── ic_blockchain_litecoin_128.xml │ │ │ │ │ ├── ic_blockchain_monero_128.xml │ │ │ │ │ ├── ic_blockchain_polkadot_128.xml │ │ │ │ │ ├── ic_blockchain_ripple_128.xml │ │ │ │ │ ├── ic_blockchain_solana_40.xml │ │ │ │ │ ├── ic_blockchain_stellar_128.xml │ │ │ │ │ ├── ic_blockchain_ton_128.xml │ │ │ │ │ ├── ic_blockchain_tron_40.xml │ │ │ │ │ ├── ic_blockchain_zcash_128.xml │ │ │ │ │ ├── ic_changelly_logo_20.xml │ │ │ │ │ ├── ic_clear_24_circle.xml │ │ │ │ │ ├── ic_clear_24_cross.xml │ │ │ │ │ ├── ic_coin_usdt_40.xml │ │ │ │ │ ├── ic_collection_remove.xml │ │ │ │ │ ├── ic_copy.xml │ │ │ │ │ ├── ic_copy_16.xml │ │ │ │ │ ├── ic_details.xml │ │ │ │ │ ├── ic_dex_dedust.png │ │ │ │ │ ├── ic_dex_stonfi.xml │ │ │ │ │ ├── ic_exit.xml │ │ │ │ │ ├── ic_exit_filled.xml │ │ │ │ │ ├── ic_fire_24.xml │ │ │ │ │ ├── ic_flashlight_75.xml │ │ │ │ │ ├── ic_hand_stop_24.xml │ │ │ │ │ ├── ic_header_eye.xml │ │ │ │ │ ├── ic_header_eye_hidden.xml │ │ │ │ │ ├── ic_info_24.xml │ │ │ │ │ ├── ic_menu_arrow_right.xml │ │ │ │ │ ├── ic_menu_back.xml │ │ │ │ │ ├── ic_menu_gifts.xml │ │ │ │ │ ├── ic_more.xml │ │ │ │ │ ├── ic_multichain.png │ │ │ │ │ ├── ic_percent.png │ │ │ │ │ ├── ic_qr_close_12.xml │ │ │ │ │ ├── ic_qr_code_scan_16_24.xml │ │ │ │ │ ├── ic_qr_code_scan_18_24.xml │ │ │ │ │ ├── ic_search_24.xml │ │ │ │ │ ├── ic_switch_24.xml │ │ │ │ │ ├── ic_symbol_ton.xml │ │ │ │ │ ├── ic_symbol_tron.xml │ │ │ │ │ ├── ic_telegram.xml │ │ │ │ │ └── ic_world.xml │ │ │ ├── Ledger │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── androidTest │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── ledger │ │ │ │ │ │ └── ExampleInstrumentedTest.kt │ │ │ │ │ ├── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── java │ │ │ │ │ │ ├── com │ │ │ │ │ │ └── ledger │ │ │ │ │ │ │ └── live │ │ │ │ │ │ │ └── ble │ │ │ │ │ │ │ ├── BleManager.kt │ │ │ │ │ │ │ ├── BleManagerFactory.kt │ │ │ │ │ │ │ ├── LICENSE │ │ │ │ │ │ │ ├── callback │ │ │ │ │ │ │ ├── BleManagerConnectionCallback.kt │ │ │ │ │ │ │ ├── BleManagerDisconnectionCallback.kt │ │ │ │ │ │ │ └── BleManagerSendCallback.kt │ │ │ │ │ │ │ ├── extension │ │ │ │ │ │ │ └── Extensions.kt │ │ │ │ │ │ │ ├── model │ │ │ │ │ │ │ ├── BleCommand.kt │ │ │ │ │ │ │ ├── BleDevice.kt │ │ │ │ │ │ │ ├── BleDeviceModel.kt │ │ │ │ │ │ │ ├── BleDeviceService.kt │ │ │ │ │ │ │ ├── BleError.kt │ │ │ │ │ │ │ ├── BleEvent.kt │ │ │ │ │ │ │ ├── BleState.kt │ │ │ │ │ │ │ ├── BleTransportError.kt │ │ │ │ │ │ │ └── FrameCommand.kt │ │ │ │ │ │ │ └── service │ │ │ │ │ │ │ ├── BleGattCallbackFlow.kt │ │ │ │ │ │ │ ├── BlePairingCallbackFlow.kt │ │ │ │ │ │ │ ├── BleReceiver.kt │ │ │ │ │ │ │ ├── BleSender.kt │ │ │ │ │ │ │ ├── BleService.kt │ │ │ │ │ │ │ ├── BleServiceStateMachine.kt │ │ │ │ │ │ │ ├── GattInteractor.kt │ │ │ │ │ │ │ └── model │ │ │ │ │ │ │ ├── BleAnswer.kt │ │ │ │ │ │ │ ├── BlePairingEvent.kt │ │ │ │ │ │ │ ├── BlePendingRequest.kt │ │ │ │ │ │ │ ├── BleServiceEvent.kt │ │ │ │ │ │ │ └── GattCallbackEvent.kt │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── ledger │ │ │ │ │ │ ├── LedgerDevice.kt │ │ │ │ │ │ ├── LedgerManager.kt │ │ │ │ │ │ ├── connectionManagers │ │ │ │ │ │ ├── ILedgerConnectionManager.kt │ │ │ │ │ │ ├── LedgerBleManager.kt │ │ │ │ │ │ └── LedgerUsbManager.kt │ │ │ │ │ │ ├── screens │ │ │ │ │ │ ├── ledgerConnect │ │ │ │ │ │ │ ├── LedgerConnectVC.kt │ │ │ │ │ │ │ └── views │ │ │ │ │ │ │ │ ├── LedgerConnectStepStatusView.kt │ │ │ │ │ │ │ │ └── LedgerConnectStepView.kt │ │ │ │ │ │ └── ledgerWallets │ │ │ │ │ │ │ ├── LedgerWalletsVC.kt │ │ │ │ │ │ │ ├── LedgerWalletsVM.kt │ │ │ │ │ │ │ └── cells │ │ │ │ │ │ │ ├── WalletLoadMoreCell.kt │ │ │ │ │ │ │ └── WalletVersionCell.kt │ │ │ │ │ │ └── usb │ │ │ │ │ │ ├── HIDDevice.kt │ │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ │ ├── LedgerUSBHelpers.java │ │ │ │ │ │ └── USBManager.kt │ │ │ │ │ └── test │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── ledger │ │ │ │ │ └── ExampleUnitTest.kt │ │ │ ├── OverScroll │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── androidTest │ │ │ │ │ └── java │ │ │ │ │ │ └── me │ │ │ │ │ │ └── everything │ │ │ │ │ │ └── android │ │ │ │ │ │ └── ui │ │ │ │ │ │ └── overscroll │ │ │ │ │ │ └── ExampleInstrumentedTest.kt │ │ │ │ │ ├── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── java │ │ │ │ │ │ └── me │ │ │ │ │ │ └── everything │ │ │ │ │ │ └── android │ │ │ │ │ │ └── ui │ │ │ │ │ │ └── overscroll │ │ │ │ │ │ ├── HorizontalOverScrollBounceEffectDecorator.java │ │ │ │ │ │ ├── IOverScrollDecor.java │ │ │ │ │ │ ├── IOverScrollState.java │ │ │ │ │ │ ├── IOverScrollStateListener.java │ │ │ │ │ │ ├── IOverScrollUpdateListener.java │ │ │ │ │ │ ├── ListenerStubs.java │ │ │ │ │ │ ├── OverScrollBounceEffectDecoratorBase.java │ │ │ │ │ │ ├── OverScrollCalculationHelper.kt │ │ │ │ │ │ ├── OverScrollDecoratorHelper.java │ │ │ │ │ │ ├── VerticalOverScrollBounceEffectDecorator.java │ │ │ │ │ │ └── adapters │ │ │ │ │ │ ├── AbsListViewOverScrollDecorAdapter.java │ │ │ │ │ │ ├── HorizontalScrollViewOverScrollDecorAdapter.java │ │ │ │ │ │ ├── IOverScrollDecoratorAdapter.java │ │ │ │ │ │ ├── RecyclerViewOverScrollDecorAdapter.java │ │ │ │ │ │ ├── ScrollViewOverScrollDecorAdapter.java │ │ │ │ │ │ ├── StaticOverScrollDecorAdapter.java │ │ │ │ │ │ └── ViewPagerOverScrollDecorAdapter.java │ │ │ │ │ └── test │ │ │ │ │ └── java │ │ │ │ │ └── me │ │ │ │ │ └── everything │ │ │ │ │ └── android │ │ │ │ │ └── ui │ │ │ │ │ └── overscroll │ │ │ │ │ └── ExampleUnitTest.kt │ │ │ ├── QRScan │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ └── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── sqscan │ │ │ │ │ └── screen │ │ │ │ │ ├── QrBlur.kt │ │ │ │ │ ├── QrScannerDialog.kt │ │ │ │ │ ├── QrScannerListener.kt │ │ │ │ │ ├── QrScannerToggleFlashlight.kt │ │ │ │ │ └── QrScannerView.kt │ │ │ ├── UIAssets │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── androidTest │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── uiassets │ │ │ │ │ │ └── ExampleInstrumentedTest.kt │ │ │ │ │ ├── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── java │ │ │ │ │ │ └── org │ │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ │ └── app_air │ │ │ │ │ │ │ └── uiassets │ │ │ │ │ │ │ └── viewControllers │ │ │ │ │ │ │ ├── CollectionsMenuHelpers.kt │ │ │ │ │ │ │ ├── assets │ │ │ │ │ │ │ ├── AssetsVC.kt │ │ │ │ │ │ │ ├── AssetsVM.kt │ │ │ │ │ │ │ ├── cells │ │ │ │ │ │ │ │ └── AssetCell.kt │ │ │ │ │ │ │ └── views │ │ │ │ │ │ │ │ └── EmptyCollectionsView.kt │ │ │ │ │ │ │ ├── assetsTab │ │ │ │ │ │ │ └── AssetsTabVC.kt │ │ │ │ │ │ │ ├── hiddenNFTs │ │ │ │ │ │ │ ├── HiddenNFTsVC.kt │ │ │ │ │ │ │ └── cells │ │ │ │ │ │ │ │ └── HiddenNFTsItemCell.kt │ │ │ │ │ │ │ ├── nft │ │ │ │ │ │ │ ├── NftVC.kt │ │ │ │ │ │ │ └── views │ │ │ │ │ │ │ │ ├── NftAttributesView.kt │ │ │ │ │ │ │ │ ├── NftHeaderView.kt │ │ │ │ │ │ │ │ └── ScrollState.kt │ │ │ │ │ │ │ ├── renew │ │ │ │ │ │ │ ├── LinkToWalletVC.kt │ │ │ │ │ │ │ └── RenewVC.kt │ │ │ │ │ │ │ ├── token │ │ │ │ │ │ │ ├── TokenVC.kt │ │ │ │ │ │ │ ├── TokenVM.kt │ │ │ │ │ │ │ ├── cells │ │ │ │ │ │ │ │ └── TokenChartCell.kt │ │ │ │ │ │ │ ├── helpers │ │ │ │ │ │ │ │ └── DatasetHelpers.kt │ │ │ │ │ │ │ └── views │ │ │ │ │ │ │ │ └── TokenHeaderView.kt │ │ │ │ │ │ │ └── tokens │ │ │ │ │ │ │ ├── TokensVC.kt │ │ │ │ │ │ │ └── cells │ │ │ │ │ │ │ └── TokenCell.kt │ │ │ │ │ └── res │ │ │ │ │ │ └── drawable │ │ │ │ │ │ ├── ic_burn.xml │ │ │ │ │ │ ├── ic_card_install.xml │ │ │ │ │ │ ├── ic_card_pallete.xml │ │ │ │ │ │ ├── ic_collection_pin.xml │ │ │ │ │ │ ├── ic_collection_unpin.xml │ │ │ │ │ │ ├── ic_collection_unpin_small.xml │ │ │ │ │ │ ├── ic_fragment.png │ │ │ │ │ │ ├── ic_getgems.png │ │ │ │ │ │ ├── ic_link.xml │ │ │ │ │ │ ├── ic_nft_hide.xml │ │ │ │ │ │ ├── ic_nft_send.xml │ │ │ │ │ │ ├── ic_nft_share.xml │ │ │ │ │ │ ├── ic_nft_unhide.xml │ │ │ │ │ │ ├── ic_nft_wear.xml │ │ │ │ │ │ ├── ic_renew.png │ │ │ │ │ │ ├── ic_reorder.xml │ │ │ │ │ │ ├── ic_tondomains.png │ │ │ │ │ │ └── ic_tonscan.png │ │ │ │ │ └── test │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── uiassets │ │ │ │ │ └── ExampleUnitTest.kt │ │ │ ├── UIBrowser │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── androidTest │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── uibrowser │ │ │ │ │ │ └── ExampleInstrumentedTest.kt │ │ │ │ │ ├── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── uibrowser │ │ │ │ │ │ └── viewControllers │ │ │ │ │ │ ├── explore │ │ │ │ │ │ ├── ExploreVC.kt │ │ │ │ │ │ ├── ExploreVM.kt │ │ │ │ │ │ └── cells │ │ │ │ │ │ │ ├── ExploreCategoryCell.kt │ │ │ │ │ │ │ ├── ExploreCategoryTitleCell.kt │ │ │ │ │ │ │ ├── ExploreConfigureCell.kt │ │ │ │ │ │ │ ├── ExploreConnectedCell.kt │ │ │ │ │ │ │ ├── ExploreConnectedItemCell.kt │ │ │ │ │ │ │ ├── ExploreLargeConnectedItemCell.kt │ │ │ │ │ │ │ ├── ExploreTitleCell.kt │ │ │ │ │ │ │ ├── ExploreTrendingCell.kt │ │ │ │ │ │ │ └── ExploreTrendingItemCell.kt │ │ │ │ │ │ ├── exploreCategory │ │ │ │ │ │ ├── ExploreCategoryVC.kt │ │ │ │ │ │ └── cells │ │ │ │ │ │ │ └── ExploreCategorySiteCell.kt │ │ │ │ │ │ └── search │ │ │ │ │ │ ├── SearchVC.kt │ │ │ │ │ │ └── cells │ │ │ │ │ │ ├── GapCell.kt │ │ │ │ │ │ ├── SearchDappCell.kt │ │ │ │ │ │ ├── SearchHistoryCell.kt │ │ │ │ │ │ ├── SearchItemCell.kt │ │ │ │ │ │ └── SearchMatchedCell.kt │ │ │ │ │ └── test │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── uibrowser │ │ │ │ │ └── ExampleUnitTest.kt │ │ │ ├── UIComponents │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ └── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── java │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── uicomponents │ │ │ │ │ │ ├── AnimationConstants.kt │ │ │ │ │ │ ├── adapter │ │ │ │ │ │ ├── BaseListAdapter.kt │ │ │ │ │ │ ├── BaseListHolder.kt │ │ │ │ │ │ ├── BaseListItem.kt │ │ │ │ │ │ ├── DiffCallback.kt │ │ │ │ │ │ └── implementation │ │ │ │ │ │ │ ├── CustomListAdapter.kt │ │ │ │ │ │ │ ├── CustomListDecorator.kt │ │ │ │ │ │ │ ├── Item.kt │ │ │ │ │ │ │ └── holders │ │ │ │ │ │ │ ├── ListAlertCell.kt │ │ │ │ │ │ │ ├── ListExpandableTextCell.kt │ │ │ │ │ │ │ ├── ListGapCell.kt │ │ │ │ │ │ │ ├── ListIconDualLineCell.kt │ │ │ │ │ │ │ ├── ListTextCellHolder.kt │ │ │ │ │ │ │ ├── ListTitleCell.kt │ │ │ │ │ │ │ └── ListTitleValueCell.kt │ │ │ │ │ │ ├── base │ │ │ │ │ │ ├── SortableInterfaces.kt │ │ │ │ │ │ ├── SwipeTouchListener.kt │ │ │ │ │ │ ├── WFramePerformanceMonitor.kt │ │ │ │ │ │ ├── WNavigationBar.kt │ │ │ │ │ │ ├── WNavigationController.kt │ │ │ │ │ │ ├── WRecyclerViewAdapter.kt │ │ │ │ │ │ ├── WViewController.kt │ │ │ │ │ │ ├── WViewControllerWithModelStore.kt │ │ │ │ │ │ └── WWindow.kt │ │ │ │ │ │ ├── commonViews │ │ │ │ │ │ ├── AccountIconView.kt │ │ │ │ │ │ ├── AddressInputLayout.kt │ │ │ │ │ │ ├── AnimatedKeyValueRowView.kt │ │ │ │ │ │ ├── BaseReversedCornerView.kt │ │ │ │ │ │ ├── CardThumbnailView.kt │ │ │ │ │ │ ├── CheckboxItemView.kt │ │ │ │ │ │ ├── HeaderActionsView.kt │ │ │ │ │ │ ├── HeaderAndActionsView.kt │ │ │ │ │ │ ├── HighlightOverlayView.kt │ │ │ │ │ │ ├── IconView.kt │ │ │ │ │ │ ├── KeyValueRowView.kt │ │ │ │ │ │ ├── LinedCenteredTitleView.kt │ │ │ │ │ │ ├── RadialGradientView.kt │ │ │ │ │ │ ├── ReversedCornerView.kt │ │ │ │ │ │ ├── ReversedCornerViewUpsideDown.kt │ │ │ │ │ │ ├── ScreenRecordProtectionView.kt │ │ │ │ │ │ ├── TokenAmountInputView.kt │ │ │ │ │ │ ├── WEmptyIconTitleSubtitleView.kt │ │ │ │ │ │ ├── WEmptyIconView.kt │ │ │ │ │ │ ├── WEmptyView.kt │ │ │ │ │ │ ├── WSkeletonView.kt │ │ │ │ │ │ ├── WalletTypeView.kt │ │ │ │ │ │ ├── WordCheckerView.kt │ │ │ │ │ │ ├── WordListItemView.kt │ │ │ │ │ │ ├── WordListView.kt │ │ │ │ │ │ ├── cells │ │ │ │ │ │ │ ├── EmptyCell.kt │ │ │ │ │ │ │ ├── HeaderCell.kt │ │ │ │ │ │ │ ├── HeaderSpaceCell.kt │ │ │ │ │ │ │ ├── ShowAllView.kt │ │ │ │ │ │ │ ├── SkeletonCell.kt │ │ │ │ │ │ │ ├── SkeletonContainer.kt │ │ │ │ │ │ │ ├── SkeletonHeaderCell.kt │ │ │ │ │ │ │ ├── SwitchCell.kt │ │ │ │ │ │ │ ├── TitleSubtitleCell.kt │ │ │ │ │ │ │ ├── TitleSubtitleSelectionCell.kt │ │ │ │ │ │ │ └── activity │ │ │ │ │ │ │ │ ├── ActivityAmountView.kt │ │ │ │ │ │ │ │ ├── ActivityCell.kt │ │ │ │ │ │ │ │ ├── ActivityDateLabel.kt │ │ │ │ │ │ │ │ ├── ActivityMainContentView.kt │ │ │ │ │ │ │ │ ├── ActivitySingleTagView.kt │ │ │ │ │ │ │ │ ├── ICommentDrawable.kt │ │ │ │ │ │ │ │ ├── IncomingCommentDrawable.kt │ │ │ │ │ │ │ │ └── OutgoingCommentDrawable.kt │ │ │ │ │ │ └── feeDetailsDialog │ │ │ │ │ │ │ ├── FeeDetailsContentView.kt │ │ │ │ │ │ │ └── FeeDetailsDialog.kt │ │ │ │ │ │ ├── drawable │ │ │ │ │ │ ├── CheckboxDrawable.kt │ │ │ │ │ │ ├── ContentGradientDrawable.kt │ │ │ │ │ │ ├── HighlightGradientBackgroundDrawable.kt │ │ │ │ │ │ ├── MotionBackgroundDrawable.java │ │ │ │ │ │ ├── RecyclerViewGradientDrawable.kt │ │ │ │ │ │ ├── RotatableDrawable.kt │ │ │ │ │ │ ├── RoundProgressDrawable.kt │ │ │ │ │ │ ├── ScaledDrawable.kt │ │ │ │ │ │ ├── SeparatorBackgroundDrawable.kt │ │ │ │ │ │ ├── TiltGradientDrawable.kt │ │ │ │ │ │ ├── WRippleDrawable.kt │ │ │ │ │ │ └── counter │ │ │ │ │ │ │ ├── Counter.kt │ │ │ │ │ │ │ ├── CounterTextPart.kt │ │ │ │ │ │ │ └── CounterTextPartImpl.kt │ │ │ │ │ │ ├── extensions │ │ │ │ │ │ ├── AppTextViewUtils.kt │ │ │ │ │ │ ├── CoinUtils.kt │ │ │ │ │ │ ├── ConstraintLayout.kt │ │ │ │ │ │ ├── Context.kt │ │ │ │ │ │ ├── Dp.kt │ │ │ │ │ │ ├── DrawableUtils.kt │ │ │ │ │ │ ├── EditText.kt │ │ │ │ │ │ ├── Flow.kt │ │ │ │ │ │ ├── FontMetrics.kt │ │ │ │ │ │ ├── GradientDrawable.kt │ │ │ │ │ │ ├── Path.kt │ │ │ │ │ │ ├── Rect.kt │ │ │ │ │ │ ├── ScrollingView.kt │ │ │ │ │ │ ├── SpannableStringBuilderUtils.kt │ │ │ │ │ │ ├── View.kt │ │ │ │ │ │ └── ViewPagerUtils.kt │ │ │ │ │ │ ├── helpers │ │ │ │ │ │ ├── AccountDialogHelpers.kt │ │ │ │ │ │ ├── AddressPopupHelpers.kt │ │ │ │ │ │ ├── AmountTextWatcher.kt │ │ │ │ │ │ ├── CancelableRunnable.kt │ │ │ │ │ │ ├── CenteringLinearLayoutManager.kt │ │ │ │ │ │ ├── CubicBezierInterpolator.java │ │ │ │ │ │ ├── DappWarningPopupHelpers.kt │ │ │ │ │ │ ├── DebugMenuHelpers.kt │ │ │ │ │ │ ├── DieselAuthorizationHelpers.kt │ │ │ │ │ │ ├── DirectionalTouchHandler.kt │ │ │ │ │ │ ├── EditTextTint.java │ │ │ │ │ │ ├── FakeLoading.kt │ │ │ │ │ │ ├── FontManager.kt │ │ │ │ │ │ ├── HapticFeedbackHelper.kt │ │ │ │ │ │ ├── LastItemPaddingDecoration.kt │ │ │ │ │ │ ├── LinearLayoutManagerAccurateOffset.kt │ │ │ │ │ │ ├── MultiTapDetector.kt │ │ │ │ │ │ ├── NftGradientHelpers.kt │ │ │ │ │ │ ├── PopupHelpers.kt │ │ │ │ │ │ ├── PositionBasedItemDecoration.kt │ │ │ │ │ │ ├── Rate.kt │ │ │ │ │ │ ├── RecyclerViewGradientItemDecoration.kt │ │ │ │ │ │ ├── SpacesItemDecoration.java │ │ │ │ │ │ ├── SpannableHelpers.kt │ │ │ │ │ │ ├── TiltSensorManager.kt │ │ │ │ │ │ ├── ViewHelpers.kt │ │ │ │ │ │ ├── WDefaultItemAnimator.java │ │ │ │ │ │ ├── palette │ │ │ │ │ │ │ ├── BitmapPaletteExtractHelpers.kt │ │ │ │ │ │ │ ├── ImagePaletteHelpers.kt │ │ │ │ │ │ │ └── MMCQ.kt │ │ │ │ │ │ ├── spans │ │ │ │ │ │ │ ├── WClickableSpan.kt │ │ │ │ │ │ │ ├── WForegroundColorSpan.kt │ │ │ │ │ │ │ ├── WSpacingSpan.kt │ │ │ │ │ │ │ └── WTypefaceSpan.kt │ │ │ │ │ │ └── swipeRevealLayout │ │ │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ │ │ ├── SwipeRevealLayout.java │ │ │ │ │ │ │ └── ViewBinderHelper.java │ │ │ │ │ │ ├── image │ │ │ │ │ │ ├── Content.kt │ │ │ │ │ │ ├── WActivityImageView.kt │ │ │ │ │ │ ├── WCustomImageView.kt │ │ │ │ │ │ └── WZoomableImageView.kt │ │ │ │ │ │ ├── viewControllers │ │ │ │ │ │ ├── SendTokenVC.kt │ │ │ │ │ │ ├── preview │ │ │ │ │ │ │ └── PreviewVC.kt │ │ │ │ │ │ └── selector │ │ │ │ │ │ │ ├── TokenSelectorVC.kt │ │ │ │ │ │ │ └── cells │ │ │ │ │ │ │ └── TokenSelectorCell.kt │ │ │ │ │ │ └── widgets │ │ │ │ │ │ ├── AlphaGradientLayout.java │ │ │ │ │ │ ├── AutoScaleContainerView.kt │ │ │ │ │ │ ├── BackDrawable.kt │ │ │ │ │ │ ├── ConfettiView.kt │ │ │ │ │ │ ├── CopyTextView.kt │ │ │ │ │ │ ├── ExpandableFrameLayout.kt │ │ │ │ │ │ ├── IPopup.kt │ │ │ │ │ │ ├── WAlertLabel.kt │ │ │ │ │ │ ├── WAmountEditText.kt │ │ │ │ │ │ ├── WAmountInput.kt │ │ │ │ │ │ ├── WAnimationView.kt │ │ │ │ │ │ ├── WBaseView.kt │ │ │ │ │ │ ├── WBlurryBackgroundView.kt │ │ │ │ │ │ ├── WButton.kt │ │ │ │ │ │ ├── WCell.kt │ │ │ │ │ │ ├── WConstraintSet.kt │ │ │ │ │ │ ├── WCounterButton.kt │ │ │ │ │ │ ├── WCounterLabel.kt │ │ │ │ │ │ ├── WEditText.kt │ │ │ │ │ │ ├── WEditableItemView.kt │ │ │ │ │ │ ├── WEvaporateLabel.kt │ │ │ │ │ │ ├── WFadedEdgeView.kt │ │ │ │ │ │ ├── WFloatingHintEditText.kt │ │ │ │ │ │ ├── WGradientLabel.kt │ │ │ │ │ │ ├── WGradientMaskView.kt │ │ │ │ │ │ ├── WImageButton.kt │ │ │ │ │ │ ├── WImageView.kt │ │ │ │ │ │ ├── WLabel.kt │ │ │ │ │ │ ├── WLinearLayout.kt │ │ │ │ │ │ ├── WProtectedView.kt │ │ │ │ │ │ ├── WQRCodeView.kt │ │ │ │ │ │ ├── WRecyclerView.kt │ │ │ │ │ │ ├── WReplaceableLabel.kt │ │ │ │ │ │ ├── WScaleLabel.kt │ │ │ │ │ │ ├── WScrollView.kt │ │ │ │ │ │ ├── WSearchEditText.kt │ │ │ │ │ │ ├── WSwitch.kt │ │ │ │ │ │ ├── WThemedView.kt │ │ │ │ │ │ ├── WTokenMaxButton.kt │ │ │ │ │ │ ├── WTokenSymbolIconView.kt │ │ │ │ │ │ ├── WView.kt │ │ │ │ │ │ ├── WWordInput.kt │ │ │ │ │ │ ├── autoComplete │ │ │ │ │ │ ├── WAutoCompleteCell.kt │ │ │ │ │ │ └── WAutoCompleteView.kt │ │ │ │ │ │ ├── balance │ │ │ │ │ │ ├── WBalanceView.kt │ │ │ │ │ │ ├── WBalanceViewAnimatingCharacter.kt │ │ │ │ │ │ ├── WBalanceViewCharacter.kt │ │ │ │ │ │ └── WBalanceViewDrawingCharacterRect.kt │ │ │ │ │ │ ├── chart │ │ │ │ │ │ ├── WChartTimeLineView.kt │ │ │ │ │ │ ├── WDashedLineMarker.kt │ │ │ │ │ │ ├── WLineChartView.kt │ │ │ │ │ │ └── WLineChartViewRenderer.java │ │ │ │ │ │ ├── clearSegmentedControl │ │ │ │ │ │ ├── WClearSegmentedControl.kt │ │ │ │ │ │ └── WClearSegmentedControlItemView.kt │ │ │ │ │ │ ├── coverFlow │ │ │ │ │ │ └── WCoverFlowView.kt │ │ │ │ │ │ ├── dialog │ │ │ │ │ │ ├── WDialog.kt │ │ │ │ │ │ └── WDialogButton.kt │ │ │ │ │ │ ├── htextview │ │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ │ ├── NOTICE │ │ │ │ │ │ ├── base │ │ │ │ │ │ │ ├── AnimationListener.java │ │ │ │ │ │ │ ├── CharacterDiffResult.java │ │ │ │ │ │ │ ├── CharacterUtils.java │ │ │ │ │ │ │ ├── DefaultAnimatorListener.java │ │ │ │ │ │ │ ├── DisplayUtils.java │ │ │ │ │ │ │ ├── HText.java │ │ │ │ │ │ │ ├── HTextView.java │ │ │ │ │ │ │ └── IHText.java │ │ │ │ │ │ ├── evaporate │ │ │ │ │ │ │ ├── EvaporateText.java │ │ │ │ │ │ │ └── EvaporateTextView.java │ │ │ │ │ │ └── scale │ │ │ │ │ │ │ ├── ScaleText.java │ │ │ │ │ │ │ └── ScaleTextView.java │ │ │ │ │ │ ├── material │ │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ │ └── bottomSheetBehavior │ │ │ │ │ │ │ ├── BottomSheetBehavior.java │ │ │ │ │ │ │ └── InsetsAnimationCallback.java │ │ │ │ │ │ ├── menu │ │ │ │ │ │ ├── WMenuPopup.kt │ │ │ │ │ │ ├── WMenuPopupView.kt │ │ │ │ │ │ ├── WMenuPopupViewItem.kt │ │ │ │ │ │ └── WPopupWindow.kt │ │ │ │ │ │ ├── particles │ │ │ │ │ │ ├── ParticleConfig.kt │ │ │ │ │ │ ├── ParticleRenderer.kt │ │ │ │ │ │ ├── ParticleShaders.kt │ │ │ │ │ │ ├── ParticleSystem.kt │ │ │ │ │ │ ├── ParticleView.kt │ │ │ │ │ │ └── SeededRandom.kt │ │ │ │ │ │ ├── passcode │ │ │ │ │ │ └── headers │ │ │ │ │ │ │ └── PasscodeHeaderSendView.kt │ │ │ │ │ │ ├── recyclerView │ │ │ │ │ │ ├── CustomItemTouchHelper.java │ │ │ │ │ │ └── CustomItemTouchUIUtilImpl.java │ │ │ │ │ │ ├── segmentedControlGroup │ │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ │ └── WSegmentedControlGroup.kt │ │ │ │ │ │ ├── segmentedController │ │ │ │ │ │ ├── WSegmentedController.kt │ │ │ │ │ │ ├── WSegmentedControllerItem.kt │ │ │ │ │ │ ├── WSegmentedControllerItemVC.kt │ │ │ │ │ │ └── WSegmentedControllerPageCell.kt │ │ │ │ │ │ ├── sensitiveDataContainer │ │ │ │ │ │ ├── SensitiveDataMaskView.kt │ │ │ │ │ │ └── WSensitiveDataContainer.kt │ │ │ │ │ │ ├── suggestion │ │ │ │ │ │ ├── WSuggestionCell.kt │ │ │ │ │ │ └── WSuggestionView.kt │ │ │ │ │ │ └── zoomable │ │ │ │ │ │ ├── AbstractAnimatedZoomableController.java │ │ │ │ │ │ ├── AnimatedZoomableController.java │ │ │ │ │ │ ├── DefaultZoomableController.java │ │ │ │ │ │ ├── DoubleTapGestureListener.java │ │ │ │ │ │ ├── GestureListenerWrapper.java │ │ │ │ │ │ ├── LICENSE │ │ │ │ │ │ ├── MultiGestureListener.java │ │ │ │ │ │ ├── MultiPointerGestureDetector.java │ │ │ │ │ │ ├── MultiZoomableControllerListener.java │ │ │ │ │ │ ├── TransformGestureDetector.java │ │ │ │ │ │ ├── ZoomableController.java │ │ │ │ │ │ └── ZoomableDraweeView.java │ │ │ │ │ └── res │ │ │ │ │ ├── drawable │ │ │ │ │ ├── ic_address.xml │ │ │ │ │ ├── ic_arrow_right.xml │ │ │ │ │ ├── ic_arrow_up_left.xml │ │ │ │ │ ├── ic_backspace.xml │ │ │ │ │ ├── ic_biometric.xml │ │ │ │ │ ├── ic_chart_thumb.xml │ │ │ │ │ ├── ic_chart_thumb_dark.xml │ │ │ │ │ ├── ic_close.xml │ │ │ │ │ ├── ic_earned.xml │ │ │ │ │ ├── ic_failed.xml │ │ │ │ │ ├── ic_failed_dark.xml │ │ │ │ │ ├── ic_fingerprint.xml │ │ │ │ │ ├── ic_history.xml │ │ │ │ │ ├── ic_lock.xml │ │ │ │ │ ├── ic_lock_item.xml │ │ │ │ │ ├── ic_nav_back.xml │ │ │ │ │ ├── ic_radio.xml │ │ │ │ │ ├── ic_radio_fill.xml │ │ │ │ │ ├── ic_staked.xml │ │ │ │ │ ├── ic_star.xml │ │ │ │ │ ├── ic_unstaked.xml │ │ │ │ │ ├── ic_wallet_eye.xml │ │ │ │ │ ├── ic_wallet_ledger.xml │ │ │ │ │ ├── img_card.png │ │ │ │ │ ├── img_customize.png │ │ │ │ │ └── img_logo.xml │ │ │ │ │ ├── layout │ │ │ │ │ └── frame.xml │ │ │ │ │ ├── raw │ │ │ │ │ ├── animation_bill.tgs │ │ │ │ │ ├── animation_congrats.tgs │ │ │ │ │ ├── animation_created.tgs │ │ │ │ │ ├── animation_empty.tgs │ │ │ │ │ ├── animation_gem.tgs │ │ │ │ │ ├── animation_guard.tgs │ │ │ │ │ ├── animation_happy.tgs │ │ │ │ │ ├── animation_note.tgs │ │ │ │ │ ├── animation_snitch.tgs │ │ │ │ │ ├── animation_thumb.tgs │ │ │ │ │ ├── clock_dark.tgs │ │ │ │ │ ├── clock_dark_blue.tgs │ │ │ │ │ ├── clock_dark_gray.tgs │ │ │ │ │ ├── clock_dark_orange.tgs │ │ │ │ │ ├── clock_dark_purple.tgs │ │ │ │ │ ├── clock_dark_purple_white.tgs │ │ │ │ │ ├── clock_dark_red.tgs │ │ │ │ │ ├── clock_light.tgs │ │ │ │ │ ├── clock_light_blue.tgs │ │ │ │ │ ├── clock_light_gray.tgs │ │ │ │ │ ├── clock_light_orange.tgs │ │ │ │ │ ├── clock_light_purple.tgs │ │ │ │ │ ├── clock_light_purple_white.tgs │ │ │ │ │ └── clock_light_red.tgs │ │ │ │ │ └── values │ │ │ │ │ └── attrs.xml │ │ │ ├── UICreateWallet │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── androidTest │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── uicreatewallet │ │ │ │ │ │ └── ExampleInstrumentedTest.kt │ │ │ │ │ ├── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── java │ │ │ │ │ │ └── org │ │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ │ └── app_air │ │ │ │ │ │ │ └── uicreatewallet │ │ │ │ │ │ │ ├── WalletCreationVM.kt │ │ │ │ │ │ │ └── viewControllers │ │ │ │ │ │ │ ├── addAccountOptions │ │ │ │ │ │ │ └── AddAccountOptionsVC.kt │ │ │ │ │ │ │ ├── appInfo │ │ │ │ │ │ │ └── AppInfoVC.kt │ │ │ │ │ │ │ ├── backup │ │ │ │ │ │ │ └── BackupVC.kt │ │ │ │ │ │ │ ├── importViewWallet │ │ │ │ │ │ │ └── ImportViewWalletVC.kt │ │ │ │ │ │ │ ├── importWallet │ │ │ │ │ │ │ ├── ImportWalletVC.kt │ │ │ │ │ │ │ └── ImportWalletVM.kt │ │ │ │ │ │ │ ├── intro │ │ │ │ │ │ │ ├── IntroVC.kt │ │ │ │ │ │ │ └── IntroVM.kt │ │ │ │ │ │ │ ├── userResponsibility │ │ │ │ │ │ │ └── UserResponsibilityVC.kt │ │ │ │ │ │ │ ├── walletAdded │ │ │ │ │ │ │ └── WalletAddedVC.kt │ │ │ │ │ │ │ ├── wordCheck │ │ │ │ │ │ │ └── WordCheckVC.kt │ │ │ │ │ │ │ └── wordDisplay │ │ │ │ │ │ │ └── WordDisplayVC.kt │ │ │ │ │ └── res │ │ │ │ │ │ └── drawable │ │ │ │ │ │ ├── ic_about_blog.xml │ │ │ │ │ │ ├── ic_about_help.xml │ │ │ │ │ │ ├── ic_about_video.xml │ │ │ │ │ │ ├── ic_add_create.xml │ │ │ │ │ │ ├── ic_add_ledger.xml │ │ │ │ │ │ ├── ic_add_secret.xml │ │ │ │ │ │ ├── ic_add_view.xml │ │ │ │ │ │ ├── ic_responsibility_policy.xml │ │ │ │ │ │ └── ic_responsibility_terms.xml │ │ │ │ │ └── test │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── uicreatewallet │ │ │ │ │ └── ExampleUnitTest.kt │ │ │ ├── UIHome │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── androidTest │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── uihome │ │ │ │ │ │ └── ExampleInstrumentedTest.kt │ │ │ │ │ ├── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── java │ │ │ │ │ │ └── org │ │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ │ └── uihome │ │ │ │ │ │ │ ├── home │ │ │ │ │ │ │ ├── HomeVC.kt │ │ │ │ │ │ │ ├── HomeVM.kt │ │ │ │ │ │ │ ├── cells │ │ │ │ │ │ │ │ └── HomeAssetsCell.kt │ │ │ │ │ │ │ └── views │ │ │ │ │ │ │ │ ├── UpdateStatusView.kt │ │ │ │ │ │ │ │ └── header │ │ │ │ │ │ │ │ ├── HomeHeaderView.kt │ │ │ │ │ │ │ │ ├── StickyHeaderView.kt │ │ │ │ │ │ │ │ └── WalletCardView.kt │ │ │ │ │ │ │ ├── tabs │ │ │ │ │ │ │ └── TabsVC.kt │ │ │ │ │ │ │ ├── wallets │ │ │ │ │ │ │ ├── MiniCardView.kt │ │ │ │ │ │ │ ├── WalletsVC.kt │ │ │ │ │ │ │ └── cells │ │ │ │ │ │ │ │ ├── IWalletCardCell.kt │ │ │ │ │ │ │ │ ├── WalletCardCell.kt │ │ │ │ │ │ │ │ └── WalletCardRowCell.kt │ │ │ │ │ │ │ └── walletsTabs │ │ │ │ │ │ │ └── WalletsTabsVC.kt │ │ │ │ │ └── res │ │ │ │ │ │ └── drawable │ │ │ │ │ │ ├── ic_browser.xml │ │ │ │ │ │ ├── ic_bullets.xml │ │ │ │ │ │ ├── ic_card.xml │ │ │ │ │ │ ├── ic_check.xml │ │ │ │ │ │ ├── ic_customize.xml │ │ │ │ │ │ ├── ic_expand.xml │ │ │ │ │ │ ├── ic_handle.xml │ │ │ │ │ │ ├── ic_header_lock.xml │ │ │ │ │ │ ├── ic_header_settings.xml │ │ │ │ │ │ ├── ic_home.xml │ │ │ │ │ │ ├── ic_list.xml │ │ │ │ │ │ ├── ic_pen.xml │ │ │ │ │ │ ├── ic_remove.xml │ │ │ │ │ │ ├── ic_reorder.xml │ │ │ │ │ │ └── ic_settings.xml │ │ │ │ │ └── test │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── uihome │ │ │ │ │ └── ExampleUnitTest.kt │ │ │ ├── UIInAppBrowser │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── androidTest │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── uiinappbrowser │ │ │ │ │ │ └── ExampleInstrumentedTest.kt │ │ │ │ │ ├── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── uiinappbrowser │ │ │ │ │ │ ├── InAppBrowserVC.kt │ │ │ │ │ │ ├── helpers │ │ │ │ │ │ └── IABDarkModeStyleHelpers.kt │ │ │ │ │ │ ├── span │ │ │ │ │ │ └── InAppBrowserUrlSpan.kt │ │ │ │ │ │ └── views │ │ │ │ │ │ └── InAppBrowserTopBarView.kt │ │ │ │ │ └── test │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── uiinappbrowser │ │ │ │ │ └── ExampleUnitTest.kt │ │ │ ├── UIPasscode │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── androidTest │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── uipasscode │ │ │ │ │ │ └── ExampleInstrumentedTest.kt │ │ │ │ │ ├── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── java │ │ │ │ │ │ └── org │ │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ │ └── app_air │ │ │ │ │ │ │ └── uipasscode │ │ │ │ │ │ │ ├── commonViews │ │ │ │ │ │ │ ├── PasscodeInputView.kt │ │ │ │ │ │ │ └── PasscodeNumberView.kt │ │ │ │ │ │ │ └── viewControllers │ │ │ │ │ │ │ ├── activateBiometric │ │ │ │ │ │ │ └── ActivateBiometricVC.kt │ │ │ │ │ │ │ ├── passcodeConfirm │ │ │ │ │ │ │ ├── PasscodeConfirmVC.kt │ │ │ │ │ │ │ ├── PasscodeViewState.kt │ │ │ │ │ │ │ └── views │ │ │ │ │ │ │ │ ├── PasscodeKeyboardView.kt │ │ │ │ │ │ │ │ ├── PasscodeNumberView.kt │ │ │ │ │ │ │ │ └── PasscodeScreenView.kt │ │ │ │ │ │ │ └── setPasscode │ │ │ │ │ │ │ └── SetPasscodeVC.kt │ │ │ │ │ └── res │ │ │ │ │ │ └── drawable │ │ │ │ │ │ ├── ic_backspace.xml │ │ │ │ │ │ ├── ic_biometric.xml │ │ │ │ │ │ ├── ic_fingerprint.xml │ │ │ │ │ │ └── ic_lock.xml │ │ │ │ │ └── test │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── uipasscode │ │ │ │ │ └── ExampleUnitTest.kt │ │ │ ├── UIReceive │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── androidTest │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── uireceive │ │ │ │ │ │ └── ExampleInstrumentedTest.kt │ │ │ │ │ ├── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── java │ │ │ │ │ │ └── org │ │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ │ └── app_air │ │ │ │ │ │ │ └── uireceive │ │ │ │ │ │ │ ├── InvoiceVC.kt │ │ │ │ │ │ │ ├── QRCodeVC.kt │ │ │ │ │ │ │ ├── ReceiveVC.kt │ │ │ │ │ │ │ └── ReceiveViewModel.kt │ │ │ │ │ └── res │ │ │ │ │ │ └── drawable │ │ │ │ │ │ ├── receive_ornament_ton_light.png │ │ │ │ │ │ └── receive_ornament_tron_light.png │ │ │ │ │ └── test │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── uireceive │ │ │ │ │ └── ExampleUnitTest.kt │ │ │ ├── UISend │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ └── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── uisend │ │ │ │ │ ├── send │ │ │ │ │ ├── SendConfirmVC.kt │ │ │ │ │ ├── SendVC.kt │ │ │ │ │ ├── SendViewModel.kt │ │ │ │ │ ├── helpers │ │ │ │ │ │ ├── ScamDetectionHelpers.kt │ │ │ │ │ │ └── TransferHelpers.kt │ │ │ │ │ └── lauouts │ │ │ │ │ │ └── ConfirmAmountView.kt │ │ │ │ │ └── sendNft │ │ │ │ │ ├── SendNftVC.kt │ │ │ │ │ ├── SendNftVM.kt │ │ │ │ │ └── sendNftConfirm │ │ │ │ │ ├── ConfirmNftVC.kt │ │ │ │ │ └── ConfirmNftVM.kt │ │ │ ├── UISettings │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── androidTest │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── uisettings │ │ │ │ │ │ └── ExampleInstrumentedTest.kt │ │ │ │ │ ├── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── java │ │ │ │ │ │ └── org │ │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ │ └── app_air │ │ │ │ │ │ │ └── uisettings │ │ │ │ │ │ │ └── viewControllers │ │ │ │ │ │ │ ├── RecoveryPhraseVC.kt │ │ │ │ │ │ │ ├── appearance │ │ │ │ │ │ │ ├── AppearanceVC.kt │ │ │ │ │ │ │ └── views │ │ │ │ │ │ │ │ ├── icon │ │ │ │ │ │ │ │ ├── AppearanceAppIconItemView.kt │ │ │ │ │ │ │ │ └── AppearanceAppIconView.kt │ │ │ │ │ │ │ │ ├── palette │ │ │ │ │ │ │ │ ├── AppearancePaletteAndCardView.kt │ │ │ │ │ │ │ │ ├── AppearancePaletteItemView.kt │ │ │ │ │ │ │ │ └── AppearancePaletteView.kt │ │ │ │ │ │ │ │ └── theme │ │ │ │ │ │ │ │ ├── AppearanceAppThemeItemView.kt │ │ │ │ │ │ │ │ └── AppearanceAppThemeView.kt │ │ │ │ │ │ │ ├── assetsAndActivities │ │ │ │ │ │ │ ├── AssetsAndActivitiesVC.kt │ │ │ │ │ │ │ └── cells │ │ │ │ │ │ │ │ ├── AssetsAndActivitiesHeaderCell.kt │ │ │ │ │ │ │ │ └── AssetsAndActivitiesTokenCell.kt │ │ │ │ │ │ │ ├── baseCurrency │ │ │ │ │ │ │ └── BaseCurrencyVC.kt │ │ │ │ │ │ │ ├── connectedApps │ │ │ │ │ │ │ ├── ConnectedAppsAdapter.kt │ │ │ │ │ │ │ ├── ConnectedAppsVC.kt │ │ │ │ │ │ │ ├── ConnectedAppsViewModel.kt │ │ │ │ │ │ │ ├── HolderConnectedAppsCell.kt │ │ │ │ │ │ │ ├── HolderConnectedHeaderCell.kt │ │ │ │ │ │ │ ├── Item.kt │ │ │ │ │ │ │ └── cells │ │ │ │ │ │ │ │ ├── ConnectedAppsCell.kt │ │ │ │ │ │ │ │ └── ConnectedHeaderCell.kt │ │ │ │ │ │ │ ├── language │ │ │ │ │ │ │ └── LanguageVC.kt │ │ │ │ │ │ │ ├── notificationSettings │ │ │ │ │ │ │ ├── NotificationSettingsVC.kt │ │ │ │ │ │ │ └── cells │ │ │ │ │ │ │ │ ├── NotificationSettingsAccountCell.kt │ │ │ │ │ │ │ │ ├── NotificationSettingsFooterCell.kt │ │ │ │ │ │ │ │ └── NotificationSettingsHeaderCell.kt │ │ │ │ │ │ │ ├── security │ │ │ │ │ │ │ └── SecurityVC.kt │ │ │ │ │ │ │ ├── settings │ │ │ │ │ │ │ ├── SettingsVC.kt │ │ │ │ │ │ │ ├── SettingsVM.kt │ │ │ │ │ │ │ ├── cells │ │ │ │ │ │ │ │ ├── SettingsAccountCell.kt │ │ │ │ │ │ │ │ ├── SettingsHeaderCell.kt │ │ │ │ │ │ │ │ ├── SettingsItemCell.kt │ │ │ │ │ │ │ │ ├── SettingsShowAllAccountsCell.kt │ │ │ │ │ │ │ │ └── SettingsVersionCell.kt │ │ │ │ │ │ │ ├── models │ │ │ │ │ │ │ │ ├── SettingsItem.kt │ │ │ │ │ │ │ │ └── SettingsSection.kt │ │ │ │ │ │ │ └── views │ │ │ │ │ │ │ │ └── SettingsHeaderView.kt │ │ │ │ │ │ │ ├── walletCustomization │ │ │ │ │ │ │ ├── WalletCustomizationVC.kt │ │ │ │ │ │ │ └── views │ │ │ │ │ │ │ │ ├── availableCards │ │ │ │ │ │ │ │ ├── WalletCustomizationAvailableCardCell.kt │ │ │ │ │ │ │ │ └── WalletCustomizationAvailableCardsView.kt │ │ │ │ │ │ │ │ └── cards │ │ │ │ │ │ │ │ ├── WalletCustomizationCardCell.kt │ │ │ │ │ │ │ │ └── WalletCustomizationCardsView.kt │ │ │ │ │ │ │ └── walletVersions │ │ │ │ │ │ │ ├── WalletVersionsVC.kt │ │ │ │ │ │ │ └── cells │ │ │ │ │ │ │ ├── WalletVersionCell.kt │ │ │ │ │ │ │ └── WalletVersionsHeaderCell.kt │ │ │ │ │ └── res │ │ │ │ │ │ └── drawable │ │ │ │ │ │ ├── ic_add.xml │ │ │ │ │ │ ├── ic_appearance.xml │ │ │ │ │ │ ├── ic_apps.xml │ │ │ │ │ │ ├── ic_arrow_tooltip_top.xml │ │ │ │ │ │ ├── ic_assets_activities.xml │ │ │ │ │ │ ├── ic_backup.xml │ │ │ │ │ │ ├── ic_edit.xml │ │ │ │ │ │ ├── ic_language.xml │ │ │ │ │ │ ├── ic_legacy.xml │ │ │ │ │ │ ├── ic_more.xml │ │ │ │ │ │ ├── ic_notifications.xml │ │ │ │ │ │ ├── ic_plus.xml │ │ │ │ │ │ ├── ic_qa.xml │ │ │ │ │ │ ├── ic_qr.xml │ │ │ │ │ │ ├── ic_terms.xml │ │ │ │ │ │ ├── ic_versions.xml │ │ │ │ │ │ ├── img_theme_dark.xml │ │ │ │ │ │ ├── img_theme_light.xml │ │ │ │ │ │ └── img_theme_system.xml │ │ │ │ │ └── test │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── uisettings │ │ │ │ │ └── ExampleUnitTest.kt │ │ │ ├── UIStake │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ └── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── uistake │ │ │ │ │ ├── confirm │ │ │ │ │ ├── ConfirmStakingHeaderView.kt │ │ │ │ │ ├── ConfirmStakingVC.kt │ │ │ │ │ └── view │ │ │ │ │ │ └── StakingPasscodeView.kt │ │ │ │ │ ├── earn │ │ │ │ │ ├── EarnRootVC.kt │ │ │ │ │ ├── EarnVC.kt │ │ │ │ │ ├── EarnViewModel.kt │ │ │ │ │ ├── EarnViewState.kt │ │ │ │ │ ├── cells │ │ │ │ │ │ ├── EarnItemCell.kt │ │ │ │ │ │ └── EarnSpaceCell.kt │ │ │ │ │ ├── models │ │ │ │ │ │ └── EarnItem.kt │ │ │ │ │ └── views │ │ │ │ │ │ └── EarnHeaderView.kt │ │ │ │ │ ├── helpers │ │ │ │ │ └── StakingMessageHelpers.kt │ │ │ │ │ ├── staking │ │ │ │ │ ├── StakingVC.kt │ │ │ │ │ ├── StakingViewModel.kt │ │ │ │ │ ├── StakingViewState.kt │ │ │ │ │ └── views │ │ │ │ │ │ ├── StakeDetailView.kt │ │ │ │ │ │ ├── StakeInputView.kt │ │ │ │ │ │ └── UnstakeDetailView.kt │ │ │ │ │ └── util │ │ │ │ │ ├── MappingExtensions.kt │ │ │ │ │ ├── ResetViewModel.kt │ │ │ │ │ └── TonFeeUtils.kt │ │ │ ├── UISwap │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ └── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── uiswap │ │ │ │ │ ├── screens │ │ │ │ │ ├── cex │ │ │ │ │ │ ├── SwapSendAddressOutputVC.kt │ │ │ │ │ │ └── receiveAddressInput │ │ │ │ │ │ │ ├── SwapReceiveAddressInputVC.kt │ │ │ │ │ │ │ └── views │ │ │ │ │ │ │ ├── SwapHeaderView.kt │ │ │ │ │ │ │ └── SwapInputView.kt │ │ │ │ │ └── swap │ │ │ │ │ │ ├── SwapVC.kt │ │ │ │ │ │ ├── SwapViewModel.kt │ │ │ │ │ │ ├── helpers │ │ │ │ │ │ └── SwapHelpers.kt │ │ │ │ │ │ ├── models │ │ │ │ │ │ ├── SwapEstimateRequest.kt │ │ │ │ │ │ ├── SwapEstimateResponse.kt │ │ │ │ │ │ ├── SwapInputState.kt │ │ │ │ │ │ ├── SwapUiInputState.kt │ │ │ │ │ │ └── SwapWalletState.kt │ │ │ │ │ │ └── views │ │ │ │ │ │ ├── SwapAssetInputView.kt │ │ │ │ │ │ ├── SwapChangellyView.kt │ │ │ │ │ │ ├── SwapEstimatedHeader.kt │ │ │ │ │ │ ├── SwapEstimatedInfo.kt │ │ │ │ │ │ ├── SwapRateRowView.kt │ │ │ │ │ │ ├── SwapSlippageRowView.kt │ │ │ │ │ │ ├── SwapSwapAssetsButton.kt │ │ │ │ │ │ └── dexAggregatorDialog │ │ │ │ │ │ ├── DexAggregatorContentView.kt │ │ │ │ │ │ ├── DexAggregatorDexView.kt │ │ │ │ │ │ └── DexAggregatorDialog.kt │ │ │ │ │ └── views │ │ │ │ │ └── SwapConfirmView.kt │ │ │ ├── UITonConnect │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ └── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── uitonconnect │ │ │ │ │ ├── TonConnectController.kt │ │ │ │ │ └── viewControllers │ │ │ │ │ ├── TonConnectRequestSendViewModel.kt │ │ │ │ │ ├── connect │ │ │ │ │ ├── TonConnectRequestConnectVC.kt │ │ │ │ │ └── WalletSelectionVC.kt │ │ │ │ │ ├── send │ │ │ │ │ ├── adapter │ │ │ │ │ │ ├── Adapter.kt │ │ │ │ │ │ ├── TonConnectItem.kt │ │ │ │ │ │ └── holder │ │ │ │ │ │ │ └── CellHeaderSendRequest.kt │ │ │ │ │ ├── commonViews │ │ │ │ │ │ ├── ConnectRequestConfirmView.kt │ │ │ │ │ │ ├── ConnectRequestView.kt │ │ │ │ │ │ └── TotalCurrencyAmountView.kt │ │ │ │ │ ├── requestSend │ │ │ │ │ │ └── TonConnectRequestSendVC.kt │ │ │ │ │ └── requestSendDetails │ │ │ │ │ │ └── TonConnectRequestSendDetailsVC.kt │ │ │ │ │ └── signed │ │ │ │ │ └── SignedVC.kt │ │ │ ├── UITransaction │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── androidTest │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── uitransaction │ │ │ │ │ │ └── ExampleInstrumentedTest.kt │ │ │ │ │ ├── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── java │ │ │ │ │ │ └── org │ │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ │ └── app_air │ │ │ │ │ │ │ └── uitransaction │ │ │ │ │ │ │ └── viewControllers │ │ │ │ │ │ │ ├── NftHeaderView.kt │ │ │ │ │ │ │ ├── SwapHeaderView.kt │ │ │ │ │ │ │ ├── TransactionHeaderView.kt │ │ │ │ │ │ │ ├── TransactionVC.kt │ │ │ │ │ │ │ └── views │ │ │ │ │ │ │ └── LabelAndIconView.kt │ │ │ │ │ └── res │ │ │ │ │ │ └── drawable │ │ │ │ │ │ ├── ic_act_details.xml │ │ │ │ │ │ ├── ic_act_repeat.xml │ │ │ │ │ │ └── ic_act_share.xml │ │ │ │ │ └── test │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── uitransaction │ │ │ │ │ └── ExampleUnitTest.kt │ │ │ ├── UIWidgets │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── androidTest │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── widgets │ │ │ │ │ │ └── ExampleInstrumentedTest.kt │ │ │ │ │ ├── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── java │ │ │ │ │ │ └── org │ │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ │ └── app_air │ │ │ │ │ │ │ └── widgets │ │ │ │ │ │ │ ├── actionsWidget │ │ │ │ │ │ │ └── ActionsWidget.kt │ │ │ │ │ │ │ ├── priceWidget │ │ │ │ │ │ │ └── PriceWidget.kt │ │ │ │ │ │ │ └── utils │ │ │ │ │ │ │ ├── BackgroundUtils.kt │ │ │ │ │ │ │ ├── CanvasUtils.kt │ │ │ │ │ │ │ ├── ChartUtils.kt │ │ │ │ │ │ │ ├── ColorUtils.kt │ │ │ │ │ │ │ ├── DeeplinkUtils.kt │ │ │ │ │ │ │ ├── FontUtils.kt │ │ │ │ │ │ │ ├── ImageUtils.kt │ │ │ │ │ │ │ ├── TextUtils.kt │ │ │ │ │ │ │ └── dp.kt │ │ │ │ │ └── res │ │ │ │ │ │ ├── drawable-night │ │ │ │ │ │ ├── bg_background_0_ripple.xml │ │ │ │ │ │ └── bg_background_ripple.xml │ │ │ │ │ │ ├── drawable │ │ │ │ │ │ ├── bg_background_0_ripple.xml │ │ │ │ │ │ ├── bg_background_ripple.xml │ │ │ │ │ │ ├── bg_white_20_circle.xml │ │ │ │ │ │ ├── bg_white_20_ripple.xml │ │ │ │ │ │ ├── bg_widget_background_rounded.xml │ │ │ │ │ │ ├── img_widget_actions.png │ │ │ │ │ │ ├── img_widget_actions_preview.png │ │ │ │ │ │ ├── img_widget_price.png │ │ │ │ │ │ └── img_widget_price_preview.png │ │ │ │ │ │ ├── layout │ │ │ │ │ │ ├── actions_widget.xml │ │ │ │ │ │ ├── actions_widget_mini.xml │ │ │ │ │ │ ├── actions_widget_mini_tall.xml │ │ │ │ │ │ ├── actions_widget_mini_wide.xml │ │ │ │ │ │ ├── actions_widget_preview.xml │ │ │ │ │ │ ├── actions_widget_tall.xml │ │ │ │ │ │ ├── actions_widget_wide.xml │ │ │ │ │ │ └── price_widget.xml │ │ │ │ │ │ ├── values-night │ │ │ │ │ │ └── colors.xml │ │ │ │ │ │ └── values │ │ │ │ │ │ ├── colors.xml │ │ │ │ │ │ └── strings.xml │ │ │ │ │ └── test │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── widgets │ │ │ │ │ └── ExampleUnitTest.kt │ │ │ ├── UIWidgetsConfigurations │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── androidTest │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── uiwidgets │ │ │ │ │ │ └── configurations │ │ │ │ │ │ └── ExampleInstrumentedTest.kt │ │ │ │ │ ├── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── uiwidgets │ │ │ │ │ │ └── configurations │ │ │ │ │ │ ├── WidgetConfigurationVC.kt │ │ │ │ │ │ ├── WidgetUpdateWorker.kt │ │ │ │ │ │ ├── WidgetsConfigurations.kt │ │ │ │ │ │ ├── actionsWidget │ │ │ │ │ │ ├── ActionsWidgetConfigurationVC.kt │ │ │ │ │ │ └── views │ │ │ │ │ │ │ ├── ActionsStyleItemView.kt │ │ │ │ │ │ │ └── ActionsStyleView.kt │ │ │ │ │ │ ├── priceWidget │ │ │ │ │ │ └── PriceWidgetConfigurationVC.kt │ │ │ │ │ │ └── views │ │ │ │ │ │ └── WidgetPreviewView.kt │ │ │ │ │ └── test │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── uiwidgets │ │ │ │ │ └── configurations │ │ │ │ │ └── ExampleUnitTest.kt │ │ │ ├── WalletBaseContext │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── androidTest │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── widgets │ │ │ │ │ │ └── base │ │ │ │ │ │ └── ExampleInstrumentedTest.kt │ │ │ │ │ ├── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── java │ │ │ │ │ │ └── org │ │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ │ └── app_air │ │ │ │ │ │ │ └── walletbasecontext │ │ │ │ │ │ │ ├── WBaseStorage.kt │ │ │ │ │ │ │ ├── WalletBaseContext.kt │ │ │ │ │ │ │ ├── localization │ │ │ │ │ │ │ ├── LocaleController.kt │ │ │ │ │ │ │ └── WLanguage.kt │ │ │ │ │ │ │ ├── logger │ │ │ │ │ │ │ ├── LogMessage.kt │ │ │ │ │ │ │ └── Logger.kt │ │ │ │ │ │ │ ├── models │ │ │ │ │ │ │ └── MBaseCurrency.kt │ │ │ │ │ │ │ ├── theme │ │ │ │ │ │ │ ├── ITheme.kt │ │ │ │ │ │ │ ├── ViewConstants.kt │ │ │ │ │ │ │ ├── WAccentColors.kt │ │ │ │ │ │ │ └── WColors.kt │ │ │ │ │ │ │ └── utils │ │ │ │ │ │ │ ├── ApplicationContextHolder.kt │ │ │ │ │ │ │ ├── BigDecimalUtils.kt │ │ │ │ │ │ │ ├── BigIntegerUtils.kt │ │ │ │ │ │ │ ├── ColorUtils.kt │ │ │ │ │ │ │ ├── ContextUtils.kt │ │ │ │ │ │ │ ├── DateUtils.kt │ │ │ │ │ │ │ ├── DoubleUtils.kt │ │ │ │ │ │ │ ├── JSONUtils.kt │ │ │ │ │ │ │ ├── MHistoryTimePeriod.kt │ │ │ │ │ │ │ ├── ReflectionUtils.kt │ │ │ │ │ │ │ └── StringUtils.kt │ │ │ │ │ └── res │ │ │ │ │ │ ├── drawable │ │ │ │ │ │ ├── ic_header_add.xml │ │ │ │ │ │ ├── ic_header_earn.xml │ │ │ │ │ │ ├── ic_header_send.xml │ │ │ │ │ │ └── ic_header_swap.xml │ │ │ │ │ │ └── font │ │ │ │ │ │ ├── misans_bold.ttf │ │ │ │ │ │ ├── misans_medium.ttf │ │ │ │ │ │ ├── misans_regular.ttf │ │ │ │ │ │ ├── misans_semibold.ttf │ │ │ │ │ │ ├── nunito_extra_bold.ttf │ │ │ │ │ │ ├── nunito_semi_bold.ttf │ │ │ │ │ │ ├── roboto_bold.ttf │ │ │ │ │ │ ├── roboto_medium.ttf │ │ │ │ │ │ ├── roboto_regular.ttf │ │ │ │ │ │ └── roboto_semi_bold.ttf │ │ │ │ │ └── test │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── widgets │ │ │ │ │ └── base │ │ │ │ │ └── ExampleUnitTest.kt │ │ │ ├── WalletContext │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── androidTest │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── walletcontext │ │ │ │ │ │ └── ExampleInstrumentedTest.kt │ │ │ │ │ ├── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── ic_launcher_classic-playstore.png │ │ │ │ │ ├── java │ │ │ │ │ │ └── org │ │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ │ └── app_air │ │ │ │ │ │ │ └── walletcontext │ │ │ │ │ │ │ ├── WalletContextManager.kt │ │ │ │ │ │ │ ├── cacheStorage │ │ │ │ │ │ │ └── WCacheStorage.kt │ │ │ │ │ │ │ ├── globalStorage │ │ │ │ │ │ │ ├── IGlobalStorageProvider.kt │ │ │ │ │ │ │ └── WGlobalStorage.kt │ │ │ │ │ │ │ ├── helpers │ │ │ │ │ │ │ ├── AddressHelpers.kt │ │ │ │ │ │ │ ├── AudioHelpers.kt │ │ │ │ │ │ │ ├── AutoLockHelper.kt │ │ │ │ │ │ │ ├── BiometricHelpers.kt │ │ │ │ │ │ │ ├── CustomLifecycleOwner.kt │ │ │ │ │ │ │ ├── DNSHelpers.kt │ │ │ │ │ │ │ ├── DevicePerformanceClassifier.kt │ │ │ │ │ │ │ ├── LaunchConfig.java │ │ │ │ │ │ │ ├── LauncherIconController.kt │ │ │ │ │ │ │ ├── ShareHelpers.kt │ │ │ │ │ │ │ ├── SpanHelpers.kt │ │ │ │ │ │ │ ├── TaskManager.kt │ │ │ │ │ │ │ ├── WInterpolator.kt │ │ │ │ │ │ │ ├── WordCheckMode.kt │ │ │ │ │ │ │ └── credentialsHelper │ │ │ │ │ │ │ │ └── NativeBiometric.java │ │ │ │ │ │ │ ├── models │ │ │ │ │ │ │ ├── MAutoLockOption.kt │ │ │ │ │ │ │ ├── MWalletSettingsViewMode.kt │ │ │ │ │ │ │ └── WStoringObject.kt │ │ │ │ │ │ │ ├── secureStorage │ │ │ │ │ │ │ ├── WSecureStorage.kt │ │ │ │ │ │ │ └── WSecureStorageProvider.java │ │ │ │ │ │ │ └── utils │ │ │ │ │ │ │ ├── AnimUtils.kt │ │ │ │ │ │ │ ├── CoinUtils.kt │ │ │ │ │ │ │ ├── ColorUtils.kt │ │ │ │ │ │ │ ├── EquatableUtils.kt │ │ │ │ │ │ │ ├── LongUtils.kt │ │ │ │ │ │ │ ├── MarginImageSpan.kt │ │ │ │ │ │ │ ├── PriceConversionUtils.kt │ │ │ │ │ │ │ ├── SpannableStringUtils.kt │ │ │ │ │ │ │ ├── ThreadUtils.kt │ │ │ │ │ │ │ └── VerticalImageSpan.java │ │ │ │ │ └── res │ │ │ │ │ │ ├── drawable │ │ │ │ │ │ ├── ic_act_auction.xml │ │ │ │ │ │ ├── ic_act_burn.xml │ │ │ │ │ │ ├── ic_act_contract.xml │ │ │ │ │ │ ├── ic_act_liquidity_provided.xml │ │ │ │ │ │ ├── ic_act_liquidity_withdrawn.xml │ │ │ │ │ │ ├── ic_act_mint.xml │ │ │ │ │ │ ├── ic_act_nft_purchase.xml │ │ │ │ │ │ ├── ic_act_percent.xml │ │ │ │ │ │ ├── ic_act_received.xml │ │ │ │ │ │ ├── ic_act_sent.xml │ │ │ │ │ │ ├── ic_act_swap.xml │ │ │ │ │ │ ├── ic_act_swap_done.xml │ │ │ │ │ │ ├── ic_act_timer.xml │ │ │ │ │ │ ├── ic_act_timer_dark.xml │ │ │ │ │ │ ├── ic_act_ton_dns.xml │ │ │ │ │ │ ├── ic_bolt.xml │ │ │ │ │ │ ├── ic_launcher_foreground.xml │ │ │ │ │ │ ├── ic_mint.xml │ │ │ │ │ │ ├── ic_plus_thick.xml │ │ │ │ │ │ ├── ic_relate_right.xml │ │ │ │ │ │ ├── ic_warning.xml │ │ │ │ │ │ ├── img_ledger_bluetooth_dark.png │ │ │ │ │ │ ├── img_ledger_bluetooth_light.png │ │ │ │ │ │ ├── img_ledger_usb_dark.png │ │ │ │ │ │ └── img_ledger_usb_light.png │ │ │ │ │ │ ├── mipmap-anydpi-v26 │ │ │ │ │ │ ├── ic_launcher.xml │ │ │ │ │ │ ├── ic_launcher_classic.xml │ │ │ │ │ │ ├── ic_launcher_classic_round.xml │ │ │ │ │ │ └── ic_launcher_round.xml │ │ │ │ │ │ ├── mipmap-hdpi │ │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ │ ├── ic_launcher_classic.webp │ │ │ │ │ │ ├── ic_launcher_classic_background.webp │ │ │ │ │ │ ├── ic_launcher_classic_foreground.webp │ │ │ │ │ │ ├── ic_launcher_classic_round.webp │ │ │ │ │ │ ├── ic_launcher_foreground.webp │ │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ │ │ ├── mipmap-mdpi │ │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ │ ├── ic_launcher_classic.webp │ │ │ │ │ │ ├── ic_launcher_classic_background.webp │ │ │ │ │ │ ├── ic_launcher_classic_foreground.webp │ │ │ │ │ │ ├── ic_launcher_classic_round.webp │ │ │ │ │ │ ├── ic_launcher_foreground.webp │ │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ │ │ ├── mipmap-xhdpi │ │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ │ ├── ic_launcher_classic.webp │ │ │ │ │ │ ├── ic_launcher_classic_background.webp │ │ │ │ │ │ ├── ic_launcher_classic_foreground.webp │ │ │ │ │ │ ├── ic_launcher_classic_round.webp │ │ │ │ │ │ ├── ic_launcher_foreground.webp │ │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ │ ├── ic_launcher_classic.webp │ │ │ │ │ │ ├── ic_launcher_classic_background.webp │ │ │ │ │ │ ├── ic_launcher_classic_foreground.webp │ │ │ │ │ │ ├── ic_launcher_classic_round.webp │ │ │ │ │ │ ├── ic_launcher_foreground.webp │ │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ │ ├── ic_launcher_classic.webp │ │ │ │ │ │ ├── ic_launcher_classic_background.webp │ │ │ │ │ │ ├── ic_launcher_classic_foreground.webp │ │ │ │ │ │ ├── ic_launcher_classic_round.webp │ │ │ │ │ │ ├── ic_launcher_foreground.webp │ │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ │ │ ├── values-night-v31 │ │ │ │ │ │ └── colors.xml │ │ │ │ │ │ ├── values-night │ │ │ │ │ │ └── colors.xml │ │ │ │ │ │ └── values │ │ │ │ │ │ ├── colors.xml │ │ │ │ │ │ └── ic_launcher_background.xml │ │ │ │ │ └── test │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── walletcontext │ │ │ │ │ └── ExampleUnitTest.kt │ │ │ ├── WalletCore │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── androidTest │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── walletcore │ │ │ │ │ │ └── ExampleInstrumentedTest.kt │ │ │ │ │ ├── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── walletcore │ │ │ │ │ │ ├── JSWebViewBridge.kt │ │ │ │ │ │ ├── Utils.kt │ │ │ │ │ │ ├── WalletCore.kt │ │ │ │ │ │ ├── WalletEvent.kt │ │ │ │ │ │ ├── api │ │ │ │ │ │ ├── ArgumentsBuilder.kt │ │ │ │ │ │ ├── WalletCore+Auth.kt │ │ │ │ │ │ ├── WalletCore+Dapp.kt │ │ │ │ │ │ ├── WalletCore+Other.kt │ │ │ │ │ │ ├── WalletCore+Settings.kt │ │ │ │ │ │ ├── WalletCore+Stake.kt │ │ │ │ │ │ ├── WalletCore+Swap.kt │ │ │ │ │ │ ├── WalletCore+SwapInquiry.kt │ │ │ │ │ │ ├── WalletCore+Transfer.kt │ │ │ │ │ │ └── WalletCore+WalletData.kt │ │ │ │ │ │ ├── constants │ │ │ │ │ │ └── PossibleWords.kt │ │ │ │ │ │ ├── deeplink │ │ │ │ │ │ └── DeeplinkParser.kt │ │ │ │ │ │ ├── helpers │ │ │ │ │ │ ├── ActivityHelpers.kt │ │ │ │ │ │ ├── ActivityLoader.kt │ │ │ │ │ │ ├── DappFeeHelpers.kt │ │ │ │ │ │ ├── ExplorerHelpers.kt │ │ │ │ │ │ ├── FeeEstimationHelpers.kt │ │ │ │ │ │ ├── PoisoningCacheHelper.kt │ │ │ │ │ │ ├── TokenEquivalent.kt │ │ │ │ │ │ ├── TonConnectHelper.kt │ │ │ │ │ │ └── TonConnectInjectedInterface.kt │ │ │ │ │ │ ├── models │ │ │ │ │ │ ├── InAppBrowserConfig.kt │ │ │ │ │ │ ├── MAccount.kt │ │ │ │ │ │ ├── MAssetsAndActivityData.kt │ │ │ │ │ │ ├── MBlockchain.kt │ │ │ │ │ │ ├── MBridgeError.kt │ │ │ │ │ │ ├── MExploreCategory.kt │ │ │ │ │ │ ├── MExploreHistory.kt │ │ │ │ │ │ ├── MExploreSite.kt │ │ │ │ │ │ ├── MFee.kt │ │ │ │ │ │ ├── MSavedAddress.kt │ │ │ │ │ │ ├── MToken.kt │ │ │ │ │ │ ├── MTokenBalance.kt │ │ │ │ │ │ ├── NftCollection.kt │ │ │ │ │ │ ├── SwapType.kt │ │ │ │ │ │ └── explainedFee │ │ │ │ │ │ │ ├── ExplainedSwapFee.kt │ │ │ │ │ │ │ ├── ExplainedTransferFee.kt │ │ │ │ │ │ │ └── IExplainedTransferFee.kt │ │ │ │ │ │ ├── moshi │ │ │ │ │ │ ├── ApiNotificationAddress.kt │ │ │ │ │ │ ├── ApiSubmitTransferResult.kt │ │ │ │ │ │ ├── MSignDataPayload.kt │ │ │ │ │ │ ├── MStake.kt │ │ │ │ │ │ ├── MStakingCommonData.kt │ │ │ │ │ │ ├── MSwap.kt │ │ │ │ │ │ ├── MToken.kt │ │ │ │ │ │ ├── MTonConnect.kt │ │ │ │ │ │ ├── MTransaction.kt │ │ │ │ │ │ ├── MTransfer.kt │ │ │ │ │ │ ├── MUpdateStaking.kt │ │ │ │ │ │ ├── MWallet.kt │ │ │ │ │ │ ├── MoshiBuilder.kt │ │ │ │ │ │ ├── Nft.kt │ │ │ │ │ │ ├── Payload.kt │ │ │ │ │ │ ├── StakingState.kt │ │ │ │ │ │ ├── adapter │ │ │ │ │ │ │ ├── BigDecimalJsonAdapter.kt │ │ │ │ │ │ │ ├── BigIntegerJsonAdapter.kt │ │ │ │ │ │ │ ├── EnumJsonAdapter.kt │ │ │ │ │ │ │ ├── JSONArrayAdapter.kt │ │ │ │ │ │ │ ├── JSONObjectAdapter.kt │ │ │ │ │ │ │ ├── ReturnStrategyAdapter.kt │ │ │ │ │ │ │ └── factory │ │ │ │ │ │ │ │ ├── EnumJsonAdapterFactory.kt │ │ │ │ │ │ │ │ └── SealedJsonAdapterFactory.kt │ │ │ │ │ │ ├── api │ │ │ │ │ │ │ ├── ApiMethod.kt │ │ │ │ │ │ │ └── ApiUpdate.kt │ │ │ │ │ │ ├── inject │ │ │ │ │ │ │ └── DAppInject.kt │ │ │ │ │ │ └── ledger │ │ │ │ │ │ │ └── MLedgerWalletInfo.kt │ │ │ │ │ │ ├── pushNotifications │ │ │ │ │ │ └── AirPushNotifications.kt │ │ │ │ │ │ └── stores │ │ │ │ │ │ ├── AccountStore.kt │ │ │ │ │ │ ├── ActivityStore.kt │ │ │ │ │ │ ├── AddressStore.kt │ │ │ │ │ │ ├── AuthStore.kt │ │ │ │ │ │ ├── BalanceStore.kt │ │ │ │ │ │ ├── ConfigStore.kt │ │ │ │ │ │ ├── DappsStore.kt │ │ │ │ │ │ ├── ExploreHistoryStore.kt │ │ │ │ │ │ ├── IStore.kt │ │ │ │ │ │ ├── NftStore.kt │ │ │ │ │ │ ├── StakingStore.kt │ │ │ │ │ │ └── TokenStore.kt │ │ │ │ │ └── test │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── walletcore │ │ │ │ │ └── ExampleUnitTest.kt │ │ │ ├── WalletNative │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── jni │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ └── image.cpp │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ └── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── n │ │ │ │ │ └── utils │ │ │ │ │ └── NativeUtilities.java │ │ │ ├── WalletSDK │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle.kts │ │ │ │ ├── consumer-rules.pro │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── androidTest │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── walletsdk │ │ │ │ │ │ └── ExampleInstrumentedTest.kt │ │ │ │ │ ├── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── java │ │ │ │ │ │ └── org │ │ │ │ │ │ └── mytonwallet │ │ │ │ │ │ └── app_air │ │ │ │ │ │ └── walletsdk │ │ │ │ │ │ ├── WalletSDK.kt │ │ │ │ │ │ ├── methods │ │ │ │ │ │ ├── SDKApiMethod.kt │ │ │ │ │ │ └── SDKMoshiBuilder.kt │ │ │ │ │ │ └── utils │ │ │ │ │ │ └── NetworkUtils.kt │ │ │ │ │ └── test │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── walletsdk │ │ │ │ │ └── ExampleUnitTest.kt │ │ │ └── vkryl │ │ │ │ ├── android │ │ │ │ ├── .gitignore │ │ │ │ ├── LICENCE │ │ │ │ ├── README.md │ │ │ │ ├── build.gradle.kts │ │ │ │ └── src │ │ │ │ │ └── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── java │ │ │ │ │ └── me │ │ │ │ │ │ └── vkryl │ │ │ │ │ │ └── android │ │ │ │ │ │ ├── AnimatorUtils.java │ │ │ │ │ │ ├── AppInstallationUtil.java │ │ │ │ │ │ ├── DeviceUtils.java │ │ │ │ │ │ ├── EmulatorDetector.java │ │ │ │ │ │ ├── GLUtils.java │ │ │ │ │ │ ├── LocaleUtils.java │ │ │ │ │ │ ├── ScrimUtil.java │ │ │ │ │ │ ├── ViewUtils.java │ │ │ │ │ │ ├── animator │ │ │ │ │ │ ├── Animatable.java │ │ │ │ │ │ ├── Animated.java │ │ │ │ │ │ ├── AtomicAnimator.java │ │ │ │ │ │ ├── BoolAnimator.java │ │ │ │ │ │ ├── BounceAnimator.java │ │ │ │ │ │ ├── ColorAnimator.java │ │ │ │ │ │ ├── CounterAnimator.java │ │ │ │ │ │ ├── FactorAnimator.java │ │ │ │ │ │ ├── ListAnimator.java │ │ │ │ │ │ ├── ReplaceAnimator.java │ │ │ │ │ │ ├── VariableFloat.java │ │ │ │ │ │ └── VariableRect.java │ │ │ │ │ │ ├── html │ │ │ │ │ │ ├── ContentHandlerWrapper.java │ │ │ │ │ │ ├── HtmlEncoder.java │ │ │ │ │ │ ├── HtmlParser.java │ │ │ │ │ │ └── HtmlTag.java │ │ │ │ │ │ ├── text │ │ │ │ │ │ ├── AcceptFilter.java │ │ │ │ │ │ ├── CodePointCountFilter.java │ │ │ │ │ │ ├── RestrictFilter.java │ │ │ │ │ │ └── TextUtils.java │ │ │ │ │ │ ├── util │ │ │ │ │ │ ├── ClickHelper.java │ │ │ │ │ │ ├── InvalidateContentProvider.java │ │ │ │ │ │ ├── InvalidateDelegate.java │ │ │ │ │ │ ├── LayoutDelegate.java │ │ │ │ │ │ ├── MultipleViewProvider.java │ │ │ │ │ │ ├── SingleViewProvider.java │ │ │ │ │ │ ├── ViewHandler.java │ │ │ │ │ │ └── ViewProvider.java │ │ │ │ │ │ └── widget │ │ │ │ │ │ ├── AnimatedFrameLayout.java │ │ │ │ │ │ ├── AnimatedLinearLayout.java │ │ │ │ │ │ └── FrameLayoutFix.java │ │ │ │ │ └── kotlin │ │ │ │ │ └── me │ │ │ │ │ └── vkryl │ │ │ │ │ └── android │ │ │ │ │ ├── SdkVersion.kt │ │ │ │ │ ├── StorageUtils.kt │ │ │ │ │ └── animatorx │ │ │ │ │ ├── ArgbAnimator.kt │ │ │ │ │ ├── BaseAnimator.kt │ │ │ │ │ ├── BoolAnimator.kt │ │ │ │ │ └── FloatAnimator.kt │ │ │ │ └── core │ │ │ │ ├── .gitignore │ │ │ │ ├── LICENCE │ │ │ │ ├── README.md │ │ │ │ ├── build.gradle.kts │ │ │ │ └── src │ │ │ │ └── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── java │ │ │ │ └── me │ │ │ │ └── vkryl │ │ │ │ ├── annotation │ │ │ │ └── Autogenerated.java │ │ │ │ └── core │ │ │ │ ├── Arrays.kt │ │ │ │ ├── BitwiseUtils.java │ │ │ │ ├── Colors.kt │ │ │ │ ├── CurrencyUtils.java │ │ │ │ ├── DateUtils.java │ │ │ │ ├── Files.kt │ │ │ │ ├── Math.kt │ │ │ │ ├── Objects.kt │ │ │ │ ├── Strings.kt │ │ │ │ ├── collection │ │ │ │ ├── CharList.java │ │ │ │ ├── ContainerHelpers.java │ │ │ │ ├── FloatList.java │ │ │ │ ├── IntList.java │ │ │ │ ├── IntSet.java │ │ │ │ ├── LongList.java │ │ │ │ ├── LongSet.java │ │ │ │ ├── LongSparseIntArray.java │ │ │ │ ├── LongSparseLongArray.java │ │ │ │ ├── RawSet.java │ │ │ │ └── SparseLongArray.java │ │ │ │ ├── lambda │ │ │ │ ├── CancellableRunnable.kt │ │ │ │ ├── Destroyable.kt │ │ │ │ ├── Filter.kt │ │ │ │ ├── Future.kt │ │ │ │ ├── FutureBool.kt │ │ │ │ ├── FutureBoolWithArg.kt │ │ │ │ ├── FutureFloat.java │ │ │ │ ├── FutureInt.kt │ │ │ │ ├── FutureIntWithArg.kt │ │ │ │ ├── FutureLong.kt │ │ │ │ ├── FutureLongWithArg.kt │ │ │ │ ├── FutureWithArg.kt │ │ │ │ ├── RunnableBool.java │ │ │ │ ├── RunnableData.java │ │ │ │ ├── RunnableFloat.java │ │ │ │ ├── RunnableInt.java │ │ │ │ └── RunnableLong.java │ │ │ │ ├── reference │ │ │ │ ├── ReferenceCreator.java │ │ │ │ ├── ReferenceIntMap.java │ │ │ │ ├── ReferenceList.java │ │ │ │ ├── ReferenceLongMap.java │ │ │ │ ├── ReferenceMap.java │ │ │ │ └── ReferenceUtils.java │ │ │ │ ├── unit │ │ │ │ ├── BitUnit.java │ │ │ │ └── ByteUnit.java │ │ │ │ └── util │ │ │ │ ├── Blob.java │ │ │ │ ├── BlobEntry.java │ │ │ │ ├── ColorChanger.java │ │ │ │ ├── CombinedIterator.java │ │ │ │ ├── ConditionalExecutor.java │ │ │ │ ├── FilteredIterator.java │ │ │ │ ├── FutureIterator.java │ │ │ │ ├── LocalVar.java │ │ │ │ └── Transliterator.java │ │ ├── app │ │ │ ├── .gitignore │ │ │ ├── build.gradle.kts │ │ │ ├── proguard-rules.pro │ │ │ └── src │ │ │ │ ├── androidTest │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── ExampleInstrumentedTest.kt │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── ic_launcher-playstore.png │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app_air │ │ │ │ │ └── MTWAirApplication.kt │ │ │ │ └── test │ │ │ │ └── java │ │ │ │ └── org │ │ │ │ └── mytonwallet │ │ │ │ └── app_air │ │ │ │ └── ExampleUnitTest.kt │ │ ├── build.gradle.kts │ │ ├── docs │ │ │ ├── js-bridge.md │ │ │ ├── screenshot.jpg │ │ │ └── submodules.md │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle.kts │ ├── app │ │ ├── .gitignore │ │ ├── build.gradle │ │ ├── capacitor.build.gradle │ │ ├── google-services.json │ │ ├── gradle.lockfile │ │ ├── proguard-rules.pro │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── com │ │ │ │ └── getcapacitor │ │ │ │ └── myapp │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── ic_launcher-playstore.png │ │ │ ├── java │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── app │ │ │ │ │ ├── BaseActivity.java │ │ │ │ │ ├── LegacyActivity.java │ │ │ │ │ ├── MTWApplication.java │ │ │ │ │ ├── MainActivity.java │ │ │ │ │ └── WidgetActivity.java │ │ │ └── res │ │ │ │ ├── drawable-v24 │ │ │ │ └── ic_launcher_background.xml │ │ │ │ ├── drawable │ │ │ │ ├── ic_default_notification.xml │ │ │ │ ├── ic_launcher_foreground.xml │ │ │ │ ├── ic_splash_foreground.xml │ │ │ │ └── icon_svg.xml │ │ │ │ ├── layout │ │ │ │ └── activity_main.xml │ │ │ │ ├── mipmap-anydpi-v26 │ │ │ │ ├── ic_launcher.xml │ │ │ │ └── ic_launcher_round.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.webp │ │ │ │ ├── ic_launcher_background.webp │ │ │ │ ├── ic_launcher_foreground.webp │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.webp │ │ │ │ ├── ic_launcher_background.webp │ │ │ │ ├── ic_launcher_foreground.webp │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.webp │ │ │ │ ├── ic_launcher_background.webp │ │ │ │ ├── ic_launcher_foreground.webp │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.webp │ │ │ │ ├── ic_launcher_background.webp │ │ │ │ ├── ic_launcher_foreground.webp │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.webp │ │ │ │ ├── ic_launcher_background.webp │ │ │ │ ├── ic_launcher_foreground.webp │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── values-night │ │ │ │ └── styles.xml │ │ │ │ ├── values-v33 │ │ │ │ └── styles.xml │ │ │ │ ├── values │ │ │ │ ├── ic_launcher_background.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ │ │ └── xml │ │ │ │ └── file_paths.xml │ │ │ └── test │ │ │ └── java │ │ │ └── com │ │ │ └── getcapacitor │ │ │ └── myapp │ │ │ └── ExampleUnitTest.java │ ├── build.gradle │ ├── capacitor.settings.gradle │ ├── fastlane │ │ ├── Appfile │ │ ├── Fastfile │ │ └── Pluginfile │ ├── gradle.properties │ ├── gradle │ │ ├── libs.versions.toml │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ ├── settings-gradle.lockfile │ ├── settings.gradle │ └── variables.gradle ├── ios │ ├── .gitignore │ ├── AGENTS.md │ ├── Air │ │ ├── .coderabbit.yaml │ │ ├── .gitattributes │ │ ├── .gitignore │ │ ├── MyTonWalletAir.xcodeproj │ │ │ ├── project.pbxproj │ │ │ ├── project.xcworkspace │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ └── xcshareddata │ │ │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ │ │ ├── WorkspaceSettings.xcsettings │ │ │ │ │ └── swiftpm │ │ │ │ │ └── Package.resolved │ │ │ └── xcshareddata │ │ │ │ └── xcschemes │ │ │ │ ├── UIAssets.xcscheme │ │ │ │ ├── UIBrowser.xcscheme │ │ │ │ ├── UIComponents.xcscheme │ │ │ │ └── UIInAppBrowser.xcscheme │ │ ├── README.md │ │ ├── SubModules │ │ │ ├── AirAsFramework │ │ │ │ ├── AppActionsImpl.swift │ │ │ │ └── Sources │ │ │ │ │ ├── AirLauncher.swift │ │ │ │ │ ├── SharedSplashVC.swift │ │ │ │ │ └── Splash │ │ │ │ │ ├── DeeplinkHandler.swift │ │ │ │ │ ├── LocaleManager.swift │ │ │ │ │ ├── SplashVC.swift │ │ │ │ │ └── SplashVM.swift │ │ │ ├── BigIntLib │ │ │ │ └── Sources │ │ │ │ │ ├── Addition.swift │ │ │ │ │ ├── BigInt.swift │ │ │ │ │ ├── BigUInt.swift │ │ │ │ │ ├── Bitwise Ops.swift │ │ │ │ │ ├── Codable.swift │ │ │ │ │ ├── Comparable.swift │ │ │ │ │ ├── Data Conversion.swift │ │ │ │ │ ├── Division.swift │ │ │ │ │ ├── Exponentiation.swift │ │ │ │ │ ├── Floating Point Conversion.swift │ │ │ │ │ ├── GCD.swift │ │ │ │ │ ├── Hashable.swift │ │ │ │ │ ├── Integer Conversion.swift │ │ │ │ │ ├── Multiplication.swift │ │ │ │ │ ├── Prime Test.swift │ │ │ │ │ ├── Random.swift │ │ │ │ │ ├── Rounded.swift │ │ │ │ │ ├── Shifts.swift │ │ │ │ │ ├── Square Root.swift │ │ │ │ │ ├── Strideable.swift │ │ │ │ │ ├── String Conversion.swift │ │ │ │ │ ├── Subtraction.swift │ │ │ │ │ └── Words and Bits.swift │ │ │ ├── GZip │ │ │ │ ├── GZip.h │ │ │ │ └── GZip.m │ │ │ ├── Ledger │ │ │ │ ├── APDUHelpers.swift │ │ │ │ ├── AddAccount │ │ │ │ │ ├── LedgerAddAccountModel.swift │ │ │ │ │ ├── LedgerAddAccountVC.swift │ │ │ │ │ ├── LedgerAddAccountView.swift │ │ │ │ │ ├── LedgerSelectWalletsVC.swift │ │ │ │ │ └── LedgerSelectWalletsView.swift │ │ │ │ ├── Config.swift │ │ │ │ ├── LedgerConnectionManager.swift │ │ │ │ ├── LedgerError.swift │ │ │ │ ├── Shared │ │ │ │ │ ├── LedgerBaseModel.swift │ │ │ │ │ ├── LedgerStepsView.swift │ │ │ │ │ ├── LedgerViewModel.swift │ │ │ │ │ ├── ProgressBulletPoint.swift │ │ │ │ │ ├── Step.swift │ │ │ │ │ └── StepView.swift │ │ │ │ └── Sign │ │ │ │ │ ├── LedgerSignModel.swift │ │ │ │ │ ├── LedgerSignVC.swift │ │ │ │ │ └── LedgerSignView.swift │ │ │ ├── RLottieBinding │ │ │ │ ├── LottieInstance.mm │ │ │ │ ├── PublicHeaders │ │ │ │ │ └── RLottieBinding │ │ │ │ │ │ └── LottieInstance.h │ │ │ │ ├── RLottieBinding.h │ │ │ │ ├── config.h │ │ │ │ └── rlottie │ │ │ │ │ ├── inc │ │ │ │ │ ├── rlottie.h │ │ │ │ │ ├── rlottie_capi.h │ │ │ │ │ └── rlottiecommon.h │ │ │ │ │ └── src │ │ │ │ │ ├── binding │ │ │ │ │ └── c │ │ │ │ │ │ └── lottieanimation_capi.cpp │ │ │ │ │ ├── lottie │ │ │ │ │ ├── lottieanimation.cpp │ │ │ │ │ ├── lottieitem.cpp │ │ │ │ │ ├── lottieitem.h │ │ │ │ │ ├── lottiekeypath.cpp │ │ │ │ │ ├── lottiekeypath.h │ │ │ │ │ ├── lottieloader.cpp │ │ │ │ │ ├── lottieloader.h │ │ │ │ │ ├── lottiemodel.cpp │ │ │ │ │ ├── lottiemodel.h │ │ │ │ │ ├── lottieparser.cpp │ │ │ │ │ ├── lottieparser.h │ │ │ │ │ ├── lottieproxymodel.cpp │ │ │ │ │ ├── lottieproxymodel.h │ │ │ │ │ └── rapidjson │ │ │ │ │ │ ├── allocators.h │ │ │ │ │ │ ├── cursorstreamwrapper.h │ │ │ │ │ │ ├── document.h │ │ │ │ │ │ ├── encodedstream.h │ │ │ │ │ │ ├── encodings.h │ │ │ │ │ │ ├── error │ │ │ │ │ │ ├── en.h │ │ │ │ │ │ └── error.h │ │ │ │ │ │ ├── filereadstream.h │ │ │ │ │ │ ├── filewritestream.h │ │ │ │ │ │ ├── fwd.h │ │ │ │ │ │ ├── internal │ │ │ │ │ │ ├── biginteger.h │ │ │ │ │ │ ├── diyfp.h │ │ │ │ │ │ ├── dtoa.h │ │ │ │ │ │ ├── ieee754.h │ │ │ │ │ │ ├── itoa.h │ │ │ │ │ │ ├── meta.h │ │ │ │ │ │ ├── pow10.h │ │ │ │ │ │ ├── regex.h │ │ │ │ │ │ ├── stack.h │ │ │ │ │ │ ├── strfunc.h │ │ │ │ │ │ ├── strtod.h │ │ │ │ │ │ └── swap.h │ │ │ │ │ │ ├── istreamwrapper.h │ │ │ │ │ │ ├── memorybuffer.h │ │ │ │ │ │ ├── memorystream.h │ │ │ │ │ │ ├── ostreamwrapper.h │ │ │ │ │ │ ├── pointer.h │ │ │ │ │ │ ├── prettywriter.h │ │ │ │ │ │ ├── rapidjson.h │ │ │ │ │ │ ├── reader.h │ │ │ │ │ │ ├── schema.h │ │ │ │ │ │ ├── stream.h │ │ │ │ │ │ ├── stringbuffer.h │ │ │ │ │ │ └── writer.h │ │ │ │ │ └── vector │ │ │ │ │ ├── freetype │ │ │ │ │ ├── v_ft_math.cpp │ │ │ │ │ ├── v_ft_math.h │ │ │ │ │ ├── v_ft_raster.cpp │ │ │ │ │ ├── v_ft_raster.h │ │ │ │ │ ├── v_ft_stroker.cpp │ │ │ │ │ ├── v_ft_stroker.h │ │ │ │ │ └── v_ft_types.h │ │ │ │ │ ├── pixman │ │ │ │ │ ├── pixman-arm-neon-asm.h │ │ │ │ │ ├── vregion.cpp │ │ │ │ │ └── vregion.h │ │ │ │ │ ├── vbezier.cpp │ │ │ │ │ ├── vbezier.h │ │ │ │ │ ├── vbitmap.cpp │ │ │ │ │ ├── vbitmap.h │ │ │ │ │ ├── vbrush.cpp │ │ │ │ │ ├── vbrush.h │ │ │ │ │ ├── vcompositionfunctions.cpp │ │ │ │ │ ├── vcowptr.h │ │ │ │ │ ├── vdasher.cpp │ │ │ │ │ ├── vdasher.h │ │ │ │ │ ├── vdebug.cpp │ │ │ │ │ ├── vdebug.h │ │ │ │ │ ├── vdrawable.cpp │ │ │ │ │ ├── vdrawable.h │ │ │ │ │ ├── vdrawhelper.cpp │ │ │ │ │ ├── vdrawhelper.h │ │ │ │ │ ├── vdrawhelper_sse2.cpp │ │ │ │ │ ├── velapsedtimer.cpp │ │ │ │ │ ├── velapsedtimer.h │ │ │ │ │ ├── vglobal.h │ │ │ │ │ ├── vimageloader.cpp │ │ │ │ │ ├── vimageloader.h │ │ │ │ │ ├── vinterpolator.cpp │ │ │ │ │ ├── vinterpolator.h │ │ │ │ │ ├── vline.h │ │ │ │ │ ├── vmatrix.cpp │ │ │ │ │ ├── vmatrix.h │ │ │ │ │ ├── vpainter.cpp │ │ │ │ │ ├── vpainter.h │ │ │ │ │ ├── vpath.cpp │ │ │ │ │ ├── vpath.h │ │ │ │ │ ├── vpathmesure.cpp │ │ │ │ │ ├── vpathmesure.h │ │ │ │ │ ├── vpoint.h │ │ │ │ │ ├── vraster.cpp │ │ │ │ │ ├── vraster.h │ │ │ │ │ ├── vrect.cpp │ │ │ │ │ ├── vrect.h │ │ │ │ │ ├── vrle.cpp │ │ │ │ │ ├── vrle.h │ │ │ │ │ ├── vstackallocator.h │ │ │ │ │ └── vtaskqueue.h │ │ │ ├── SwiftSignalKit │ │ │ │ └── Source │ │ │ │ │ ├── Atomic.swift │ │ │ │ │ ├── Bag.swift │ │ │ │ │ ├── Disposable.swift │ │ │ │ │ ├── Lock.swift │ │ │ │ │ ├── Multicast.swift │ │ │ │ │ ├── Promise.swift │ │ │ │ │ ├── Queue.swift │ │ │ │ │ ├── QueueLocalObject.swift │ │ │ │ │ ├── Signal.swift │ │ │ │ │ ├── Signal_Catch.swift │ │ │ │ │ ├── Signal_Combine.swift │ │ │ │ │ ├── Signal_Dispatch.swift │ │ │ │ │ ├── Signal_Loop.swift │ │ │ │ │ ├── Signal_Mapping.swift │ │ │ │ │ ├── Signal_Materialize.swift │ │ │ │ │ ├── Signal_Merge.swift │ │ │ │ │ ├── Signal_Meta.swift │ │ │ │ │ ├── Signal_Reduce.swift │ │ │ │ │ ├── Signal_SideEffects.swift │ │ │ │ │ ├── Signal_Single.swift │ │ │ │ │ ├── Signal_Take.swift │ │ │ │ │ ├── Signal_Timing.swift │ │ │ │ │ ├── Subscriber.swift │ │ │ │ │ ├── ThreadPool.swift │ │ │ │ │ ├── Timer.swift │ │ │ │ │ └── ValuePipe.swift │ │ │ ├── UIAssets │ │ │ │ ├── AssetsTab │ │ │ │ │ └── AssetsTabVC.swift │ │ │ │ ├── HiddenNfts │ │ │ │ │ ├── Cells │ │ │ │ │ │ ├── HiddenByUserCell.swift │ │ │ │ │ │ └── LikelyScamCell.swift │ │ │ │ │ └── HiddenNftsVC.swift │ │ │ │ ├── NftDetails │ │ │ │ │ ├── Components │ │ │ │ │ │ ├── BackButtonChevron.swift │ │ │ │ │ │ └── NftCollectionButton.swift │ │ │ │ │ ├── CoverFlow │ │ │ │ │ │ ├── CoverFlowView.swift │ │ │ │ │ │ ├── CoverFlow_SwiftUI.swift │ │ │ │ │ │ ├── NftCellStatic.swift │ │ │ │ │ │ └── NftViewStatic.swift │ │ │ │ │ ├── NftDetailsVC.swift │ │ │ │ │ ├── NftDetailsViewModel.swift │ │ │ │ │ ├── NftListContextProvider.swift │ │ │ │ │ └── Views │ │ │ │ │ │ ├── NftDetailsActionsRow.swift │ │ │ │ │ │ ├── NftDetailsActionsWithBackground.swift │ │ │ │ │ │ ├── NftDetailsDetailsView.swift │ │ │ │ │ │ ├── NftDetailsHeaderView.swift │ │ │ │ │ │ ├── NftDetailsImage.swift │ │ │ │ │ │ └── NftDetailsView.swift │ │ │ │ ├── Nfts │ │ │ │ │ ├── Cells │ │ │ │ │ │ ├── ActionCell.swift │ │ │ │ │ │ ├── CollectiblesEmptyView.swift │ │ │ │ │ │ ├── CollectiblesSelectorView.swift │ │ │ │ │ │ ├── NftCell.swift │ │ │ │ │ │ └── WalletCollectiblesEmptyView.swift │ │ │ │ │ ├── NftsVC.swift │ │ │ │ │ └── ScrollingContext.swift │ │ │ │ ├── Tokens │ │ │ │ │ ├── Cells │ │ │ │ │ │ ├── WalletSeeAllCell.swift │ │ │ │ │ │ └── WalletTokenCell.swift │ │ │ │ │ ├── Helpers │ │ │ │ │ │ └── BadgeContent.swift │ │ │ │ │ ├── WalletTokensVC.swift │ │ │ │ │ └── WalletTokensView.swift │ │ │ │ └── WalletAssets │ │ │ │ │ ├── Semented control items.swift │ │ │ │ │ ├── WalletAssetsVC.swift │ │ │ │ │ ├── WalletAssetsView.swift │ │ │ │ │ └── WalletAssetsViewModel.swift │ │ │ ├── UIBrowser │ │ │ │ ├── Explore │ │ │ │ │ ├── Cells │ │ │ │ │ │ ├── ConnectedDappCell.swift │ │ │ │ │ │ ├── DappCell.swift │ │ │ │ │ │ └── FeaturedDappCell.swift │ │ │ │ │ ├── ExploreVC.swift │ │ │ │ │ ├── ExploreVM.swift │ │ │ │ │ └── SearchSupport.swift │ │ │ │ ├── ExploreCategory │ │ │ │ │ ├── ExploreCategoryVC.swift │ │ │ │ │ └── Row.swift │ │ │ │ └── ExploreTab │ │ │ │ │ ├── ExploreSearch.swift │ │ │ │ │ └── ExploreTabVC.swift │ │ │ ├── UICharts │ │ │ │ └── Source │ │ │ │ │ ├── Animation │ │ │ │ │ ├── Animator.swift │ │ │ │ │ └── ChartAnimationEasing.swift │ │ │ │ │ ├── Charts │ │ │ │ │ ├── BarChartView.swift │ │ │ │ │ ├── BarLineChartViewBase.swift │ │ │ │ │ ├── BubbleChartView.swift │ │ │ │ │ ├── CandleStickChartView.swift │ │ │ │ │ ├── ChartViewBase.swift │ │ │ │ │ ├── CombinedChartView.swift │ │ │ │ │ ├── HorizontalBarChartView.swift │ │ │ │ │ ├── LineChartView.swift │ │ │ │ │ ├── PieChartView.swift │ │ │ │ │ ├── PieRadarChartViewBase.swift │ │ │ │ │ ├── RadarChartView.swift │ │ │ │ │ └── ScatterChartView.swift │ │ │ │ │ ├── Components │ │ │ │ │ ├── AxisBase.swift │ │ │ │ │ ├── ChartLimitLine.swift │ │ │ │ │ ├── ComponentBase.swift │ │ │ │ │ ├── Description.swift │ │ │ │ │ ├── Legend.swift │ │ │ │ │ ├── LegendEntry.swift │ │ │ │ │ ├── Marker.swift │ │ │ │ │ ├── MarkerImage.swift │ │ │ │ │ ├── MarkerView.swift │ │ │ │ │ ├── XAxis.swift │ │ │ │ │ └── YAxis.swift │ │ │ │ │ ├── Data │ │ │ │ │ ├── Implementations │ │ │ │ │ │ ├── ChartBaseDataSet.swift │ │ │ │ │ │ └── Standard │ │ │ │ │ │ │ ├── BarChartData.swift │ │ │ │ │ │ │ ├── BarChartDataEntry.swift │ │ │ │ │ │ │ ├── BarChartDataSet.swift │ │ │ │ │ │ │ ├── BarLineScatterCandleBubbleChartData.swift │ │ │ │ │ │ │ ├── BarLineScatterCandleBubbleChartDataSet.swift │ │ │ │ │ │ │ ├── BubbleChartData.swift │ │ │ │ │ │ │ ├── BubbleChartDataEntry.swift │ │ │ │ │ │ │ ├── BubbleChartDataSet.swift │ │ │ │ │ │ │ ├── CandleChartData.swift │ │ │ │ │ │ │ ├── CandleChartDataEntry.swift │ │ │ │ │ │ │ ├── CandleChartDataSet.swift │ │ │ │ │ │ │ ├── ChartData.swift │ │ │ │ │ │ │ ├── ChartDataEntry.swift │ │ │ │ │ │ │ ├── ChartDataEntryBase.swift │ │ │ │ │ │ │ ├── ChartDataSet.swift │ │ │ │ │ │ │ ├── CombinedChartData.swift │ │ │ │ │ │ │ ├── LineChartData.swift │ │ │ │ │ │ │ ├── LineChartDataSet.swift │ │ │ │ │ │ │ ├── LineRadarChartDataSet.swift │ │ │ │ │ │ │ ├── LineScatterCandleRadarChartDataSet.swift │ │ │ │ │ │ │ ├── PieChartData.swift │ │ │ │ │ │ │ ├── PieChartDataEntry.swift │ │ │ │ │ │ │ ├── PieChartDataSet.swift │ │ │ │ │ │ │ ├── RadarChartData.swift │ │ │ │ │ │ │ ├── RadarChartDataEntry.swift │ │ │ │ │ │ │ ├── RadarChartDataSet.swift │ │ │ │ │ │ │ ├── ScatterChartData.swift │ │ │ │ │ │ │ └── ScatterChartDataSet.swift │ │ │ │ │ └── Interfaces │ │ │ │ │ │ ├── BarChartDataSetProtocol.swift │ │ │ │ │ │ ├── BarLineScatterCandleBubbleChartDataSetProtocol.swift │ │ │ │ │ │ ├── BubbleChartDataSetProtocol.swift │ │ │ │ │ │ ├── CandleChartDataSetProtocol.swift │ │ │ │ │ │ ├── ChartDataSetProtocol.swift │ │ │ │ │ │ ├── LineChartDataSetProtocol.swift │ │ │ │ │ │ ├── LineRadarChartDataSetProtocol.swift │ │ │ │ │ │ ├── LineScatterCandleRadarChartDataSetProtocol.swift │ │ │ │ │ │ ├── PieChartDataSetProtocol.swift │ │ │ │ │ │ ├── RadarChartDataSetProtocol.swift │ │ │ │ │ │ └── ScatterChartDataSetProtocol.swift │ │ │ │ │ ├── Filters │ │ │ │ │ ├── DataApproximator+N.swift │ │ │ │ │ └── DataApproximator.swift │ │ │ │ │ ├── Formatters │ │ │ │ │ ├── AxisValueFormatter.swift │ │ │ │ │ ├── DefaultAxisValueFormatter.swift │ │ │ │ │ ├── DefaultFillFormatter.swift │ │ │ │ │ ├── DefaultValueFormatter.swift │ │ │ │ │ ├── FillFormatter.swift │ │ │ │ │ ├── IndexAxisValueFormatter.swift │ │ │ │ │ └── ValueFormatter.swift │ │ │ │ │ ├── Highlight │ │ │ │ │ ├── BarHighlighter.swift │ │ │ │ │ ├── ChartHighlighter.swift │ │ │ │ │ ├── CombinedHighlighter.swift │ │ │ │ │ ├── Highlight.swift │ │ │ │ │ ├── Highlighter.swift │ │ │ │ │ ├── HorizontalBarHighlighter.swift │ │ │ │ │ ├── PieHighlighter.swift │ │ │ │ │ ├── PieRadarHighlighter.swift │ │ │ │ │ ├── RadarHighlighter.swift │ │ │ │ │ └── Range.swift │ │ │ │ │ ├── Interfaces │ │ │ │ │ ├── BarChartDataProvider.swift │ │ │ │ │ ├── BarLineScatterCandleBubbleChartDataProvider.swift │ │ │ │ │ ├── BubbleChartDataProvider.swift │ │ │ │ │ ├── CandleChartDataProvider.swift │ │ │ │ │ ├── ChartDataProvider.swift │ │ │ │ │ ├── CombinedChartDataProvider.swift │ │ │ │ │ ├── LineChartDataProvider.swift │ │ │ │ │ └── ScatterChartDataProvider.swift │ │ │ │ │ ├── Jobs │ │ │ │ │ ├── AnimatedMoveViewJob.swift │ │ │ │ │ ├── AnimatedViewPortJob.swift │ │ │ │ │ ├── AnimatedZoomViewJob.swift │ │ │ │ │ ├── MoveViewJob.swift │ │ │ │ │ ├── ViewPortJob.swift │ │ │ │ │ └── ZoomViewJob.swift │ │ │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ │ │ ├── Renderers │ │ │ │ │ ├── AxisRenderer.swift │ │ │ │ │ ├── BarChartRenderer.swift │ │ │ │ │ ├── BarLineScatterCandleBubbleRenderer.swift │ │ │ │ │ ├── BubbleChartRenderer.swift │ │ │ │ │ ├── CandleStickChartRenderer.swift │ │ │ │ │ ├── CombinedChartRenderer.swift │ │ │ │ │ ├── DataRenderer.swift │ │ │ │ │ ├── HorizontalBarChartRenderer.swift │ │ │ │ │ ├── LegendRenderer.swift │ │ │ │ │ ├── LineChartRenderer.swift │ │ │ │ │ ├── LineRadarRenderer.swift │ │ │ │ │ ├── LineScatterCandleRadarRenderer.swift │ │ │ │ │ ├── PieChartRenderer.swift │ │ │ │ │ ├── RadarChartRenderer.swift │ │ │ │ │ ├── Renderer.swift │ │ │ │ │ ├── Scatter │ │ │ │ │ │ ├── ChevronDownShapeRenderer.swift │ │ │ │ │ │ ├── ChevronUpShapeRenderer.swift │ │ │ │ │ │ ├── CircleShapeRenderer.swift │ │ │ │ │ │ ├── CrossShapeRenderer.swift │ │ │ │ │ │ ├── ShapeRenderer.swift │ │ │ │ │ │ ├── SquareShapeRenderer.swift │ │ │ │ │ │ ├── TriangleShapeRenderer.swift │ │ │ │ │ │ └── XShapeRenderer.swift │ │ │ │ │ ├── ScatterChartRenderer.swift │ │ │ │ │ ├── XAxisRenderer.swift │ │ │ │ │ ├── XAxisRendererHorizontalBarChart.swift │ │ │ │ │ ├── XAxisRendererRadarChart.swift │ │ │ │ │ ├── YAxisRenderer.swift │ │ │ │ │ ├── YAxisRendererHorizontalBarChart.swift │ │ │ │ │ └── YAxisRendererRadarChart.swift │ │ │ │ │ └── Utils │ │ │ │ │ ├── ChartColorTemplates.swift │ │ │ │ │ ├── ChartUtils.swift │ │ │ │ │ ├── Fill.swift │ │ │ │ │ ├── Indexed.swift │ │ │ │ │ ├── Partition.swift │ │ │ │ │ ├── Platform+Accessibility.swift │ │ │ │ │ ├── Platform+Color.swift │ │ │ │ │ ├── Platform+Gestures.swift │ │ │ │ │ ├── Platform+Graphics.swift │ │ │ │ │ ├── Platform+Touch Handling.swift │ │ │ │ │ ├── Platform.swift │ │ │ │ │ ├── Sequence+KeyPath.swift │ │ │ │ │ ├── Transformer.swift │ │ │ │ │ ├── TransformerHorizontalBarChart.swift │ │ │ │ │ └── ViewPortHandler.swift │ │ │ ├── UIComponents │ │ │ │ ├── Activities │ │ │ │ │ ├── ActivitiesTableView.swift │ │ │ │ │ ├── ActivitiesTableViewController.swift │ │ │ │ │ ├── ActivityCell+Skeleton.swift │ │ │ │ │ ├── ActivityCell.swift │ │ │ │ │ ├── AssetsPlaceholderCell.swift │ │ │ │ │ ├── BubbleView.swift │ │ │ │ │ ├── EmptyWalletView.swift │ │ │ │ │ ├── NftPreviewLarge.swift │ │ │ │ │ ├── PreviewActivityCell.swift │ │ │ │ │ └── WalletCreatedView.swift │ │ │ │ ├── ActivityIndicator │ │ │ │ │ └── WActivityIndicator.swift │ │ │ │ ├── AnimatedSticker │ │ │ │ │ ├── Sources │ │ │ │ │ │ ├── AnimatedStickerView.swift │ │ │ │ │ │ ├── AnimationRenderer.swift │ │ │ │ │ │ ├── GenerateImage.swift │ │ │ │ │ │ └── SoftwareAnimationRenderer.swift │ │ │ │ │ └── WAnimatedSticker.swift │ │ │ │ ├── Buttons │ │ │ │ │ ├── Checkmark.swift │ │ │ │ │ ├── EarnGradient.swift │ │ │ │ │ ├── GlassActionButton.swift │ │ │ │ │ ├── OpenButtonStyle.swift │ │ │ │ │ ├── WBaseButton.swift │ │ │ │ │ ├── WButton.swift │ │ │ │ │ ├── WButtonConfig.swift │ │ │ │ │ ├── WScalableButton.swift │ │ │ │ │ └── WUIButtonStyle.swift │ │ │ │ ├── CASpringAnimation+AnimationUtils.h │ │ │ │ ├── CASpringAnimation+AnimationUtils.m │ │ │ │ ├── Cells │ │ │ │ │ ├── AccountListCell.swift │ │ │ │ │ ├── CardMiniature.swift │ │ │ │ │ └── CellBackgroundHighlight.swift │ │ │ │ ├── Chart │ │ │ │ │ ├── RangeChartView.swift │ │ │ │ │ └── WLineChartView.swift │ │ │ │ ├── CommonViews │ │ │ │ │ ├── AccountTypeBadge.swift │ │ │ │ │ ├── AddressActions.swift │ │ │ │ │ ├── AddressTextField.swift │ │ │ │ │ ├── BadgeView.swift │ │ │ │ │ ├── BalanceView.swift │ │ │ │ │ ├── BottomActionsView.swift │ │ │ │ │ ├── Cells │ │ │ │ │ │ ├── ActivityDateCell.swift │ │ │ │ │ │ ├── ImageTitleSubtitleSelectableCell.swift │ │ │ │ │ │ ├── SectionHeaderCell.swift │ │ │ │ │ │ └── TitleSubtitleSelectableCell.swift │ │ │ │ │ ├── FeeDetailsView.swift │ │ │ │ │ ├── FeeView.swift │ │ │ │ │ ├── HeaderView.swift │ │ │ │ │ ├── IconStackView.swift │ │ │ │ │ ├── IconView.swift │ │ │ │ │ ├── ReversedCornerRadiusView.swift │ │ │ │ │ ├── TappableAddress.swift │ │ │ │ │ ├── TappableTransactionId.swift │ │ │ │ │ ├── TipView.swift │ │ │ │ │ ├── TitleValueRowView.swift │ │ │ │ │ ├── TokenActionsView.swift │ │ │ │ │ ├── TokenAmountEntry.swift │ │ │ │ │ ├── TokenPickerButton.swift │ │ │ │ │ ├── TwoIconView.swift │ │ │ │ │ ├── UseAllButton.swift │ │ │ │ │ ├── WarningView.swift │ │ │ │ │ ├── WordListItemView.swift │ │ │ │ │ └── WordListView.swift │ │ │ │ ├── ContextMenu │ │ │ │ │ ├── CustomTapGesture.swift │ │ │ │ │ ├── Environment and preferences │ │ │ │ │ │ ├── ContainerSize.swift │ │ │ │ │ │ ├── HasScrollPreference.swift │ │ │ │ │ │ └── SizePreference.swift │ │ │ │ │ ├── Menu views │ │ │ │ │ │ ├── BlurredMenuBackground.swift │ │ │ │ │ │ ├── MenuClippingContainer.swift │ │ │ │ │ │ ├── MenuDrawAreaContainer.swift │ │ │ │ │ │ ├── MenuFromConfig.swift │ │ │ │ │ │ ├── MenuFullscreenContainer.swift │ │ │ │ │ │ ├── MenuStackedContent.swift │ │ │ │ │ │ ├── SelectableMenuItem.swift │ │ │ │ │ │ └── WideSeparator.swift │ │ │ │ │ ├── MenuContext.swift │ │ │ │ │ ├── MenuLayerView.swift │ │ │ │ │ └── MenuSource.swift │ │ │ │ ├── DecimalAmount │ │ │ │ │ ├── AmountCell.swift │ │ │ │ │ └── AmountText.swift │ │ │ │ ├── ExpandableNavigationView │ │ │ │ │ └── ExpandableNavigationView.swift │ │ │ │ ├── Gestures │ │ │ │ │ ├── HoldAndDragGesture.swift │ │ │ │ │ └── LongTapGesture.swift │ │ │ │ ├── HighlightView │ │ │ │ │ ├── WHighlightCell.swift │ │ │ │ │ ├── WHighlightStackView.swift │ │ │ │ │ └── WHighlightView.swift │ │ │ │ ├── Image │ │ │ │ │ └── WImageView.swift │ │ │ │ ├── Input │ │ │ │ │ ├── AmountInput │ │ │ │ │ │ └── WAmountInput.swift │ │ │ │ │ ├── WAddressInput.swift │ │ │ │ │ ├── WCommentInput.swift │ │ │ │ │ └── WordInput │ │ │ │ │ │ ├── WSuggestionsView.swift │ │ │ │ │ │ ├── WWordInput.swift │ │ │ │ │ │ └── WWordInputField.swift │ │ │ │ ├── InsetList │ │ │ │ │ ├── InsetCell.swift │ │ │ │ │ ├── InsetDivider.swift │ │ │ │ │ ├── InsetList.swift │ │ │ │ │ ├── InsetListChevron.swift │ │ │ │ │ └── InsetSection.swift │ │ │ │ ├── Label │ │ │ │ │ ├── Animated │ │ │ │ │ │ ├── CustomizedLTMorphingLabel │ │ │ │ │ │ │ ├── LTCharacterDiffResult.swift │ │ │ │ │ │ │ ├── LTCharacterLimbo.swift │ │ │ │ │ │ │ ├── LTEasing.swift │ │ │ │ │ │ │ ├── LTEmitterView.swift │ │ │ │ │ │ │ ├── LTMorphingEffect.swift │ │ │ │ │ │ │ ├── LTMorphingLabel.swift │ │ │ │ │ │ │ └── LTStringDiffResult.swift │ │ │ │ │ │ ├── WAnimatedAmountLabel.swift │ │ │ │ │ │ └── WAnimatedLabel.swift │ │ │ │ │ ├── Text+address.swift │ │ │ │ │ ├── WAmountLabel.swift │ │ │ │ │ ├── WGradientLabel.swift │ │ │ │ │ ├── WNotSelectableTappableTextView.swift │ │ │ │ │ └── WReplacableLabel.swift │ │ │ │ ├── MtwCard │ │ │ │ │ ├── MtwAddressLineView.swift │ │ │ │ │ ├── MtwCard.swift │ │ │ │ │ ├── MtwCardBackground.swift │ │ │ │ │ ├── MtwCardBalanceView.swift │ │ │ │ │ ├── MtwCardBorder.swift │ │ │ │ │ ├── MtwCardForegroundStyle.swift │ │ │ │ │ ├── MtwCardHighlight.swift │ │ │ │ │ ├── MtwCardMiniPlaceholders.swift │ │ │ │ │ └── MtwCardSelection.swift │ │ │ │ ├── NFT │ │ │ │ │ ├── NftImage.swift │ │ │ │ │ └── NftPreviewRow.swift │ │ │ │ ├── Navigation │ │ │ │ │ ├── NavigationBarBackground.swift │ │ │ │ │ ├── NavigationHeader.swift │ │ │ │ │ ├── TabItemTappedProtocol.swift │ │ │ │ │ └── WNavigationBar.swift │ │ │ │ ├── OverviewSections │ │ │ │ │ ├── NftOverviewView.swift │ │ │ │ │ ├── SwapOverviewView.swift │ │ │ │ │ └── TransactionOverviewView.swift │ │ │ │ ├── QR │ │ │ │ │ ├── QRContainerView.swift │ │ │ │ │ ├── Sources │ │ │ │ │ │ ├── ImageCorners.swift │ │ │ │ │ │ ├── QrCode.swift │ │ │ │ │ │ ├── TransformImageArguments.swift │ │ │ │ │ │ └── TransformImageView.swift │ │ │ │ │ └── WQrCode.swift │ │ │ │ ├── ReorderingStack │ │ │ │ │ ├── DraggableView.swift │ │ │ │ │ └── Dragula.swift │ │ │ │ ├── SearchBar │ │ │ │ │ └── WSearchBar.swift │ │ │ │ ├── SegmentController │ │ │ │ │ ├── Model │ │ │ │ │ │ ├── SegmentedControlItem.swift │ │ │ │ │ │ ├── SegmentedControlModel.swift │ │ │ │ │ │ └── SegmentedControlSelection.swift │ │ │ │ │ ├── Reordering.swift │ │ │ │ │ ├── Views │ │ │ │ │ │ ├── SegmentedControl.swift │ │ │ │ │ │ ├── SegmentedControlItemView.swift │ │ │ │ │ │ ├── SegmentedControlLayer.swift │ │ │ │ │ │ └── WSegmentedControl.swift │ │ │ │ │ └── WSegmentedController.swift │ │ │ │ ├── SensitiveData │ │ │ │ │ ├── ShyMask.swift │ │ │ │ │ └── WSensitiveData.swift │ │ │ │ ├── Skeleton │ │ │ │ │ └── SkeletonView.swift │ │ │ │ ├── SwiftUIUtils │ │ │ │ │ ├── Backports.swift │ │ │ │ │ ├── CollectionViewCellIgnoringSafeArea.swift │ │ │ │ │ ├── DividedVStack.swift │ │ │ │ │ ├── HostingView.swift │ │ │ │ │ └── UIHostingController.swift │ │ │ │ ├── UIComponents.h │ │ │ │ ├── Utils │ │ │ │ │ ├── AnimationUtils.swift │ │ │ │ │ ├── CAAnimationUtils.swift │ │ │ │ │ ├── InteractivePopRecognizer.swift │ │ │ │ │ ├── SkeletonState.swift │ │ │ │ │ ├── SwiftUIUtils.swift │ │ │ │ │ ├── TouchGesture.swift │ │ │ │ │ ├── UICollectionViewUtils.swift │ │ │ │ │ ├── UIFontUtils.swift │ │ │ │ │ ├── UIImageUtils.swift │ │ │ │ │ ├── UIKitUtils.swift │ │ │ │ │ ├── UINavigationControllerUtils.swift │ │ │ │ │ ├── UIScrollViewUtils.swift │ │ │ │ │ ├── UISearchBarUtils.swift │ │ │ │ │ ├── UIStackViewUtils.swift │ │ │ │ │ ├── UIViewControllerUtils.swift │ │ │ │ │ ├── UIViewUtils.swift │ │ │ │ │ ├── WKeyboardObserver.swift │ │ │ │ │ └── iOS26Compatibility.swift │ │ │ │ ├── View │ │ │ │ │ ├── BackgroundBlur.swift │ │ │ │ │ ├── GradientView.swift │ │ │ │ │ ├── PortalView.swift │ │ │ │ │ ├── VariableBlur.swift │ │ │ │ │ ├── WBlurView.swift │ │ │ │ │ ├── WBlurredContentView.swift │ │ │ │ │ ├── WTouchCancelerView.swift │ │ │ │ │ └── WTouchPassView.swift │ │ │ │ └── ViewControllers │ │ │ │ │ ├── TokenSelection │ │ │ │ │ ├── Cells │ │ │ │ │ │ ├── TokenCell.swift │ │ │ │ │ │ └── TokenHeaderCell.swift │ │ │ │ │ └── TokenSelectionVC.swift │ │ │ │ │ ├── WNavigationController.swift │ │ │ │ │ └── WViewController.swift │ │ │ ├── UICreateWallet │ │ │ │ ├── AccountTypePicker │ │ │ │ │ ├── AccountTypePickerVC.swift │ │ │ │ │ └── AccountTypePickerView.swift │ │ │ │ ├── AddViewWallet │ │ │ │ │ ├── AddViewWalletVC.swift │ │ │ │ │ └── AddViewWalletView.swift │ │ │ │ ├── CreateBackupDisclaimer │ │ │ │ │ ├── CreateBackupDisclaimerVC.swift │ │ │ │ │ └── CreateBackupDisclaimerView.swift │ │ │ │ ├── ImportExistingPicker │ │ │ │ │ ├── ImportExistingPickerVC.swift │ │ │ │ │ └── ImportExistingPickerView.swift │ │ │ │ ├── ImportSuccess │ │ │ │ │ ├── Confetti.swift │ │ │ │ │ ├── ImportSuccessVC.swift │ │ │ │ │ └── ImportSuccessView.swift │ │ │ │ ├── ImportWallet │ │ │ │ │ └── ImportWalletVC.swift │ │ │ │ ├── Intro │ │ │ │ │ ├── IntroVC.swift │ │ │ │ │ ├── IntroView.swift │ │ │ │ │ └── ParticleEffect.swift │ │ │ │ ├── IntroModel.swift │ │ │ │ ├── WordCheck │ │ │ │ │ ├── WordCheckModel.swift │ │ │ │ │ ├── WordCheckVC.swift │ │ │ │ │ └── WordCheckView.swift │ │ │ │ └── WordDisplay │ │ │ │ │ ├── WordDisplayVC.swift │ │ │ │ │ └── WordDisplayView.swift │ │ │ ├── UIDapp │ │ │ │ ├── Connect │ │ │ │ │ ├── ChooseWalletVC.swift │ │ │ │ │ ├── ConnectDappVC.swift │ │ │ │ │ ├── ConnectDappView.swift │ │ │ │ │ └── ConnectViewModel.swift │ │ │ │ ├── Placeholder │ │ │ │ │ └── TonConnectPlaceholder.swift │ │ │ │ ├── Send │ │ │ │ │ ├── DappSendTransactionDetailVC.swift │ │ │ │ │ ├── Initial │ │ │ │ │ │ ├── SendDappContentView.swift │ │ │ │ │ │ ├── SendDappHeaderView.swift │ │ │ │ │ │ ├── SendDappWarningView.swift │ │ │ │ │ │ ├── TotalAmountRow.swift │ │ │ │ │ │ └── TransferRow.swift │ │ │ │ │ ├── SendDappVC.swift │ │ │ │ │ └── TransactionDetail │ │ │ │ │ │ ├── DappSendTransactionDetailView.swift │ │ │ │ │ │ ├── TransactionAmountRow.swift │ │ │ │ │ │ └── TransactionFeeRow.swift │ │ │ │ ├── SharedUI │ │ │ │ │ └── HeaderDappIcon.swift │ │ │ │ ├── SignData │ │ │ │ │ ├── SignDataHeader.swift │ │ │ │ │ ├── SignDataVC.swift │ │ │ │ │ └── SignDataView.swift │ │ │ │ ├── TonConnect.swift │ │ │ │ └── TonConnectOverlayView.swift │ │ │ ├── UIEarn │ │ │ │ ├── AddStake │ │ │ │ │ ├── AddStakeModel.swift │ │ │ │ │ ├── AddStakeVC.swift │ │ │ │ │ └── AddStakeView.swift │ │ │ │ ├── ClaimRewards │ │ │ │ │ ├── ClaimRewardsModel.swift │ │ │ │ │ └── ClaimRewardsView.swift │ │ │ │ ├── ConfirmHeader │ │ │ │ │ └── StakingConfirmHeaderView.swift │ │ │ │ ├── Earn │ │ │ │ │ ├── Cells │ │ │ │ │ │ └── EarnHistoryCell.swift │ │ │ │ │ ├── EarnRootVC.swift │ │ │ │ │ ├── EarnVC.swift │ │ │ │ │ ├── EarnVM.swift │ │ │ │ │ └── Views │ │ │ │ │ │ ├── EarnHeaderCell.swift │ │ │ │ │ │ └── EmptyEarnView.swift │ │ │ │ ├── SharedUI │ │ │ │ │ └── StakingContinueButtonConfig.swift │ │ │ │ ├── StakingConfig.swift │ │ │ │ ├── Unstake │ │ │ │ │ ├── UnstakeModel.swift │ │ │ │ │ ├── UnstakeVC.swift │ │ │ │ │ └── UnstakeView.swift │ │ │ │ └── WhyIsSafe.swift │ │ │ ├── UIHome │ │ │ │ └── ViewControllers │ │ │ │ │ ├── Home │ │ │ │ │ ├── ActionsRow │ │ │ │ │ │ └── ActionsRow.swift │ │ │ │ │ ├── BalanceHeaderView │ │ │ │ │ │ ├── BHV+UpdateMethods.swift │ │ │ │ │ │ ├── BalanceHeaderVC.swift │ │ │ │ │ │ └── BalanceHeaderView.swift │ │ │ │ │ ├── Card │ │ │ │ │ │ ├── CardAddressView.swift │ │ │ │ │ │ ├── CardBackground.swift │ │ │ │ │ │ ├── CardBorder.swift │ │ │ │ │ │ ├── CardMiniPlaceholders.swift │ │ │ │ │ │ ├── WalletCardView+Nft.swift │ │ │ │ │ │ └── WalletCardView.swift │ │ │ │ │ ├── HomeHeader │ │ │ │ │ │ ├── HomeAccountSelector.swift │ │ │ │ │ │ ├── HomeCard.swift │ │ │ │ │ │ ├── HomeContainer.swift │ │ │ │ │ │ ├── HomeHeader.swift │ │ │ │ │ │ ├── HomeHeaderCollapsedContent.swift │ │ │ │ │ │ └── HomeHeaderViewModel.swift │ │ │ │ │ ├── HomeVC+BHVDelegate.swift │ │ │ │ │ ├── HomeVC+SetupViews.swift │ │ │ │ │ ├── HomeVC+TableViewDelegate.swift │ │ │ │ │ ├── HomeVC.swift │ │ │ │ │ ├── HomeVM.swift │ │ │ │ │ ├── Menus │ │ │ │ │ │ ├── AddressesMenu.swift │ │ │ │ │ │ └── BaseCurrencyMenu.swift │ │ │ │ │ └── UpdateStatusView │ │ │ │ │ │ └── UpdateStatusView.swift │ │ │ │ │ ├── HomeTabBarController │ │ │ │ │ └── HomeTabBarController.swift │ │ │ │ │ └── SwitchAccount │ │ │ │ │ ├── Cells │ │ │ │ │ └── AccountCell.swift │ │ │ │ │ └── SwitchAccountVC.swift │ │ │ ├── UIInAppBrowser │ │ │ │ ├── InAppBrowser │ │ │ │ │ ├── DappInfoProvider.swift │ │ │ │ │ ├── InAppBrowserPageVC.swift │ │ │ │ │ ├── InAppBrowserSupport.swift │ │ │ │ │ ├── InAppBrowserVC.swift │ │ │ │ │ └── TonConnectInjectionHelpers.swift │ │ │ │ └── MinimizableSheet │ │ │ │ │ ├── MinimizedSheetView.swift │ │ │ │ │ └── WMinimizableSheet.swift │ │ │ ├── UIPasscode │ │ │ │ ├── CommonViews │ │ │ │ │ ├── PasscodeInputView.swift │ │ │ │ │ └── PasscodeScreenView.swift │ │ │ │ ├── Helpers │ │ │ │ │ └── BiometricHelper.swift │ │ │ │ └── ViewControllers │ │ │ │ │ ├── ActivateBiometricVC │ │ │ │ │ ├── ActivateBiometricVC.swift │ │ │ │ │ └── ActivateBiometricView.swift │ │ │ │ │ ├── ChangePasscodeVC │ │ │ │ │ └── ChangePasscodeVC.swift │ │ │ │ │ ├── ConfirmPasscodeVC │ │ │ │ │ └── ConfirmPasscodeVC.swift │ │ │ │ │ ├── SetPasscodeVC │ │ │ │ │ └── SetPasscodeVC.swift │ │ │ │ │ └── Unlock │ │ │ │ │ ├── PasswordOrLedger.swift │ │ │ │ │ └── UnlockVC.swift │ │ │ ├── UIQRScan │ │ │ │ └── ViewControllers │ │ │ │ │ └── Sources │ │ │ │ │ ├── Camera │ │ │ │ │ ├── Camera.swift │ │ │ │ │ ├── CameraDevice.swift │ │ │ │ │ ├── CameraInput.swift │ │ │ │ │ ├── CameraOutput.swift │ │ │ │ │ ├── CameraPreviewNode.swift │ │ │ │ │ └── CameraUtils.swift │ │ │ │ │ └── ViewControllers │ │ │ │ │ └── QRScan │ │ │ │ │ ├── QRScanVC.swift │ │ │ │ │ └── Views │ │ │ │ │ ├── GlassButton.swift │ │ │ │ │ ├── NoCameraAccessView.swift │ │ │ │ │ └── QRScanView.swift │ │ │ ├── UIReceive │ │ │ │ ├── BuyCrypto │ │ │ │ │ └── BuyCryptoCell.swift │ │ │ │ ├── DepositLink │ │ │ │ │ ├── DepositLinkModel.swift │ │ │ │ │ ├── DepositLinkVC.swift │ │ │ │ │ └── DepositLinkView.swift │ │ │ │ └── Receive │ │ │ │ │ └── ReceiveVC.swift │ │ │ ├── UISend │ │ │ │ ├── Compose │ │ │ │ │ ├── SendComposeVC.swift │ │ │ │ │ ├── SendComposeView.swift │ │ │ │ │ └── SendCurrency │ │ │ │ │ │ ├── Cells │ │ │ │ │ │ └── CurrencyCell.swift │ │ │ │ │ │ └── SendCurrencyVC.swift │ │ │ │ ├── Confirm │ │ │ │ │ ├── SendConfirmVC.swift │ │ │ │ │ └── SendConfirmView.swift │ │ │ │ ├── SendModel.swift │ │ │ │ ├── SendVC.swift │ │ │ │ └── Sending │ │ │ │ │ └── SendingHeaderView.swift │ │ │ ├── UISettings │ │ │ │ ├── About │ │ │ │ │ ├── AboutVC.swift │ │ │ │ │ └── AboutView.swift │ │ │ │ ├── Appearance │ │ │ │ │ ├── AppearanceSettingsVC.swift │ │ │ │ │ ├── AppearanceSettingsView.swift │ │ │ │ │ └── Sections │ │ │ │ │ │ ├── OtherAppearanceSettingsSection.swift │ │ │ │ │ │ ├── PaletteAndCardSection.swift │ │ │ │ │ │ └── ThemeSection.swift │ │ │ │ ├── AssetsAndActivity │ │ │ │ │ ├── AssetsAndActivityVC.swift │ │ │ │ │ └── Cells │ │ │ │ │ │ ├── AssetsAndActivityBaseCurrencyCell.swift │ │ │ │ │ │ ├── AssetsAndActivityHideNoCostCell.swift │ │ │ │ │ │ └── AssetsAndActivityTokenCell.swift │ │ │ │ ├── BaseCurrency │ │ │ │ │ └── BaseCurrencyVC.swift │ │ │ │ ├── ConnectedAppsVC │ │ │ │ │ ├── Cells │ │ │ │ │ │ ├── DappCell.swift │ │ │ │ │ │ └── DisconnectAllCell.swift │ │ │ │ │ └── ConnectedAppsVC.swift │ │ │ │ ├── CustomizeWallet │ │ │ │ │ ├── CustomizeWalletVC.swift │ │ │ │ │ ├── CustomizeWalletView.swift │ │ │ │ │ ├── CustomizeWalletViewModel.swift │ │ │ │ │ └── Views │ │ │ │ │ │ ├── AccountSelector.swift │ │ │ │ │ │ ├── AccountSelectorCell.swift │ │ │ │ │ │ ├── PaletteSection.swift │ │ │ │ │ │ └── SelectCardSection.swift │ │ │ │ ├── DeleteAccount │ │ │ │ │ └── DeleteAccount.swift │ │ │ │ ├── Language │ │ │ │ │ ├── LanguageCell.swift │ │ │ │ │ └── LanguageVC.swift │ │ │ │ ├── Notifications │ │ │ │ │ ├── NotificationsSettingsVC.swift │ │ │ │ │ ├── NotificationsSettingsView.swift │ │ │ │ │ └── NotificationsSettingsViewModel.swift │ │ │ │ ├── PlainWebView │ │ │ │ │ └── PlainWebView.swift │ │ │ │ ├── RecoveryPhrase │ │ │ │ │ └── RecoveryPhraseVC.swift │ │ │ │ ├── RenameAccount │ │ │ │ │ └── RenameAccount.swift │ │ │ │ ├── Security │ │ │ │ │ ├── SecurityVC.swift │ │ │ │ │ └── SecurityView.swift │ │ │ │ ├── Settings │ │ │ │ │ ├── Cells │ │ │ │ │ │ ├── FooterView.swift │ │ │ │ │ │ └── SettingsItemCell.swift │ │ │ │ │ ├── Models │ │ │ │ │ │ ├── SettingsItem.swift │ │ │ │ │ │ └── SettingsSection.swift │ │ │ │ │ ├── SettingsVC.swift │ │ │ │ │ └── Views │ │ │ │ │ │ └── SettingsHeaderView.swift │ │ │ │ ├── UseResponsibly │ │ │ │ │ ├── UseResponsiblyVC.swift │ │ │ │ │ └── UseResponsiblyView.swift │ │ │ │ ├── WalletSettings │ │ │ │ │ ├── Cells │ │ │ │ │ │ ├── WalletSettingsEmptyCell.swift │ │ │ │ │ │ └── WalletSettingsGridCell.swift │ │ │ │ │ ├── Model │ │ │ │ │ │ ├── WalletFilter.swift │ │ │ │ │ │ ├── WalletListLayout.swift │ │ │ │ │ │ ├── WalletSettingsItem.swift │ │ │ │ │ │ └── WalletSettingsViewModel.swift │ │ │ │ │ ├── WalletSettingsAddButton.swift │ │ │ │ │ ├── WalletSettingsListVC.swift │ │ │ │ │ ├── WalletSettingsNavigationHeader.swift │ │ │ │ │ └── WalletSettingsVC.swift │ │ │ │ └── WalletVersions │ │ │ │ │ ├── Cells │ │ │ │ │ └── WalletVersionsHintCell.swift │ │ │ │ │ └── WalletVersionsVC.swift │ │ │ ├── UISwap │ │ │ │ ├── BuyWithCard │ │ │ │ │ ├── BuyWithCardHeader.swift │ │ │ │ │ ├── BuyWithCardModel.swift │ │ │ │ │ └── BuyWithCardVC.swift │ │ │ │ ├── Confirm │ │ │ │ │ └── SwapConfirmHeaderView.swift │ │ │ │ ├── CrossChainSwap │ │ │ │ │ ├── CrossChainSwapVC.swift │ │ │ │ │ ├── CrossChainSwapVM.swift │ │ │ │ │ └── Views │ │ │ │ │ │ ├── CrossChainFromTonView.swift │ │ │ │ │ │ └── CrossChainToTonView.swift │ │ │ │ ├── Swap │ │ │ │ │ ├── SwapSelectorsVM.swift │ │ │ │ │ ├── SwapVC.swift │ │ │ │ │ ├── SwapVM.swift │ │ │ │ │ └── Views │ │ │ │ │ │ ├── SwapAgregatorView.swift │ │ │ │ │ │ ├── SwapCexDetailsView.swift │ │ │ │ │ │ ├── SwapChangellyView.swift │ │ │ │ │ │ ├── SwapDetailsView.swift │ │ │ │ │ │ ├── SwapSelectorsView.swift │ │ │ │ │ │ ├── SwapView.swift │ │ │ │ │ │ └── SwapWarning.swift │ │ │ │ └── SwapCexSupport.swift │ │ │ ├── UIToken │ │ │ │ └── Token │ │ │ │ │ ├── Cells │ │ │ │ │ ├── TokenChartCell.swift │ │ │ │ │ ├── TokenEmptyCell.swift │ │ │ │ │ └── TokenHeaderCell.swift │ │ │ │ │ ├── TokenExpandableChartView.swift │ │ │ │ │ ├── TokenExpandableContentView.swift │ │ │ │ │ ├── TokenVC.swift │ │ │ │ │ ├── TokenVM.swift │ │ │ │ │ └── WChartSegmentedControl.swift │ │ │ ├── UITransaction │ │ │ │ ├── ActionsRow.swift │ │ │ │ ├── ActivityDetialsViewModel.swift │ │ │ │ ├── ActivityVC.swift │ │ │ │ ├── ActivityView.swift │ │ │ │ └── TransactionActivityHeader.swift │ │ │ ├── WReachability │ │ │ │ └── Sources │ │ │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ │ │ └── Reachability.swift │ │ │ ├── WalletContext │ │ │ │ ├── AppGroup.swift │ │ │ │ ├── Config.swift │ │ │ │ ├── GlobalStorage │ │ │ │ │ ├── GlobalStorage+Migration.swift │ │ │ │ │ ├── GlobalStorage.swift │ │ │ │ │ ├── JSValue.swift │ │ │ │ │ └── WebViewGlobalStorageProvider.swift │ │ │ │ ├── Helpers │ │ │ │ │ ├── AudioHelpers.swift │ │ │ │ │ ├── DNSHelpers.swift │ │ │ │ │ ├── PossibleWords.swift │ │ │ │ │ ├── SemanticVersion.swift │ │ │ │ │ └── UrlEscapingHelper.swift │ │ │ │ ├── Keychain │ │ │ │ │ ├── CapacitorCredentialsStorage.swift │ │ │ │ │ ├── KeychainHelper.swift │ │ │ │ │ ├── KeychainStorageProvider.swift │ │ │ │ │ ├── KeychainWrapper+KeychainItemAccessibility.swift │ │ │ │ │ └── KeychainWrapper.swift │ │ │ │ ├── Localization │ │ │ │ │ ├── Lang.swift │ │ │ │ │ ├── Language.swift │ │ │ │ │ └── LocalizationSupport.swift │ │ │ │ ├── Logging │ │ │ │ │ └── Log.swift │ │ │ │ ├── Resources │ │ │ │ │ ├── Animations │ │ │ │ │ │ ├── Congratulations.tgs │ │ │ │ │ │ ├── Copy.tgs │ │ │ │ │ │ ├── Main.tgs │ │ │ │ │ │ ├── NoResults.tgs │ │ │ │ │ │ ├── Password.tgs │ │ │ │ │ │ ├── Recovery Phrase.tgs │ │ │ │ │ │ ├── Start.tgs │ │ │ │ │ │ ├── Test Time.tgs │ │ │ │ │ │ ├── animation_bill.tgs │ │ │ │ │ │ ├── animation_guard.tgs │ │ │ │ │ │ ├── animation_happy.tgs │ │ │ │ │ │ ├── animation_snitch.tgs │ │ │ │ │ │ └── duck_no-data.tgs │ │ │ │ │ ├── Assets.xcassets │ │ │ │ │ │ ├── Account │ │ │ │ │ │ │ ├── AddAccountIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Vector 29.png │ │ │ │ │ │ │ ├── AddressIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── 􀾟.png │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ └── EditWalletNameIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── EditWalletNameIcon.png │ │ │ │ │ │ ├── Action Row │ │ │ │ │ │ │ ├── ActionMore24.imageset │ │ │ │ │ │ │ │ ├── ActionMore24@3x.png │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── ActionSend24.imageset │ │ │ │ │ │ │ │ ├── ActionSend24@3x.png │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── ActionShare24.imageset │ │ │ │ │ │ │ │ ├── ActionShare24@3x.png │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── ActionWear24.imageset │ │ │ │ │ │ │ │ ├── ActionWear24@3x.png │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ ├── Activities │ │ │ │ │ │ │ ├── ActionAuctionBid.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Platform=iOS, Action=Bidded.svg │ │ │ │ │ │ │ ├── ActionBurn.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Platform=iOS, Action=Burned.svg │ │ │ │ │ │ │ ├── ActionContract.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Platform=iOS, Action=Contract Deployed.svg │ │ │ │ │ │ │ ├── ActionMint.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Platform=iOS, Action=Minted.svg │ │ │ │ │ │ │ ├── ActionNftBought.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Platform=iOS, Action=Bought.svg │ │ │ │ │ │ │ ├── ActionProvidedLiquidity.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Platform=iOS, Action=Provided Liquidity.svg │ │ │ │ │ │ │ ├── ActionReceive.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Platform=iOS, Action=Received.svg │ │ │ │ │ │ │ ├── ActionSend.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Platform=iOS, Action=Sent.svg │ │ │ │ │ │ │ ├── ActionSiteTon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Platform=iOS, Action=DNS Changed.svg │ │ │ │ │ │ │ ├── ActionStake.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Platform=iOS, Action=Staked.svg │ │ │ │ │ │ │ ├── ActionSwap.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Platform=iOS, Action=Swapped.svg │ │ │ │ │ │ │ ├── ActionWithdrawnLiquidity.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Platform=iOS, Action=Withdrawn Liquidity.svg │ │ │ │ │ │ │ ├── ActivityAddress-ton.imageset │ │ │ │ │ │ │ │ ├── ActivityAddress-ton@3x.png │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── ActivityAddress-tron.imageset │ │ │ │ │ │ │ │ ├── ActivityAddress-tron@3x.png │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── ActivitySwapChevron.imageset │ │ │ │ │ │ │ │ ├── ActivitySwapChevron@3x.png │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── ActivityWaiting.imageset │ │ │ │ │ │ │ │ ├── ActivityWaiting@3x.png │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── CommentLock.imageset │ │ │ │ │ │ │ │ ├── CommentLock@3x.png │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ └── ScamBadge.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── ScamBadge@3x.png │ │ │ │ │ │ ├── ActivityIndicator.imageset │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ └── loader.png │ │ │ │ │ │ ├── ActivityInfo │ │ │ │ │ │ │ ├── ActivityDetails22.imageset │ │ │ │ │ │ │ │ ├── ActivityDetails22.svg │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── ActivityRepeat22.imageset │ │ │ │ │ │ │ │ ├── ActivityRepeat22.svg │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── ActivityShare22.imageset │ │ │ │ │ │ │ │ ├── ActivityShare22.svg │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ ├── Appearance │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── DarkTheme.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Frame 108.png │ │ │ │ │ │ │ ├── LightTheme.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Frame 107-2.png │ │ │ │ │ │ │ ├── PaletteLock.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── PaletteLock.svg │ │ │ │ │ │ │ └── SystemTheme.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Frame 107.png │ │ │ │ │ │ ├── Assets │ │ │ │ │ │ │ ├── BackButtonChevron32.imageset │ │ │ │ │ │ │ │ ├── BackButtonChevron32@3x.png │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── NftError.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Group 147.png │ │ │ │ │ │ │ ├── custom.paintbrush.badge.checkmark.symbolset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── custom.paintbrush.badge.checkmark.svg │ │ │ │ │ │ │ └── custom.paintbrush.badge.xmark.symbolset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── custom.paintbrush.badge.xmark.svg │ │ │ │ │ │ ├── BiometricAuthentication │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── FaceIDIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── faceid@3x.png │ │ │ │ │ │ │ └── TouchIDIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── touchid@3x.png │ │ │ │ │ │ ├── Blockchains │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── chain_avalanche.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_avalanche.png │ │ │ │ │ │ │ ├── chain_bitcoin.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_bitcoin.png │ │ │ │ │ │ │ ├── chain_bitcoincash.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_bitcoincash.png │ │ │ │ │ │ │ ├── chain_bnb.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_bnb.png │ │ │ │ │ │ │ ├── chain_cardano.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_cardano.png │ │ │ │ │ │ │ ├── chain_cosmos.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_cosmos.png │ │ │ │ │ │ │ ├── chain_dash.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_dash.png │ │ │ │ │ │ │ ├── chain_doge.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_doge.png │ │ │ │ │ │ │ ├── chain_eos.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_eos.png │ │ │ │ │ │ │ ├── chain_ethereum.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_ethereum.png │ │ │ │ │ │ │ ├── chain_ethereumclassic.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_ethereumclassic.png │ │ │ │ │ │ │ ├── chain_internetcomputer.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_internetcomputer.png │ │ │ │ │ │ │ ├── chain_iota.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_iota.png │ │ │ │ │ │ │ ├── chain_litecoin.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_litecoin.png │ │ │ │ │ │ │ ├── chain_monero.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_monero.png │ │ │ │ │ │ │ ├── chain_polkadot.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_polkadot.png │ │ │ │ │ │ │ ├── chain_ripple.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_ripple.png │ │ │ │ │ │ │ ├── chain_solana.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_solana.png │ │ │ │ │ │ │ ├── chain_stellar.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_stellar.png │ │ │ │ │ │ │ ├── chain_ton.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── TON.png │ │ │ │ │ │ │ ├── chain_tron.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── TRON.png │ │ │ │ │ │ │ └── chain_zcash.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── chain_zcash.png │ │ │ │ │ │ ├── BoldIcons │ │ │ │ │ │ │ ├── AddIconBold.imageset │ │ │ │ │ │ │ │ ├── AddIconBold.pdf │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── DetailsIconBold.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── DetailsIconBold.pdf │ │ │ │ │ │ │ ├── EarnIconBold.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── EarnIconBold.pdf │ │ │ │ │ │ │ ├── MoreIconBold.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── MoreIconBold.pdf │ │ │ │ │ │ │ ├── RepeatIconBold.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── RepeatIconBold.pdf │ │ │ │ │ │ │ ├── SendIconBold.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── SendIconBold.pdf │ │ │ │ │ │ │ ├── ShareIconBold.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── ShareIconBold.pdf │ │ │ │ │ │ │ ├── SwapIconBold.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── SwapIconBold.pdf │ │ │ │ │ │ │ └── WearIconBold.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── WearIconBold.pdf │ │ │ │ │ │ ├── ChainIcons │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── ic_chain_ton.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Shape.png │ │ │ │ │ │ │ └── ic_chain_tron.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Shape.png │ │ │ │ │ │ ├── Chart │ │ │ │ │ │ │ ├── ChartRangeSelectionFrame.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ ├── selection_frame_dark.pdf │ │ │ │ │ │ │ │ └── selection_frame_light.pdf │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ ├── Colors │ │ │ │ │ │ │ ├── Activities │ │ │ │ │ │ │ │ ├── ActivityBlue.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── ActivityGreen.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── ActivityNftFill.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── BlueGradient0.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── BlueGradient1.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ ├── GrayGradient0.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── GrayGradient1.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── GreenGradient0.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── GreenGradient1.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── PurpleGradient0.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── PurpleGradient1.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── RedGradient0.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── RedGradient1.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── TextGreen.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── TextPurple.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ └── TextRed.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── Background and grouped items │ │ │ │ │ │ │ │ ├── BackgroundColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ ├── GroupedBackgroundColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── GroupedItemColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── ModularBackgroundColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── PickerBackgroundColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ └── SheetBackgroundColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── Blur │ │ │ │ │ │ │ │ ├── BlurBackgroundColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── BlurDimColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── ContextMenuBlur.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── Context menu │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ ├── MenuSeparator.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ └── MenuWideSeparator.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── Header │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ ├── HeaderBackgroundColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── HeaderSecondaryLabelColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ └── HeaderSkeletonColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── Highlight │ │ │ │ │ │ │ │ ├── AltHighlightColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ ├── DarkHighlightColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ └── HighlightColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── Label │ │ │ │ │ │ │ │ ├── AirSecondaryLabelColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── Misc │ │ │ │ │ │ │ │ ├── BackgroundReverseColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── BrowserOpaqueBarColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── CheckmarkDisabledColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ ├── DarkCapsuleColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── FolderFillColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── MenuBackgroundColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── Orange.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── SecondaryFillColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── SheetOpaqueBarColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── SplashBackgroundColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ └── ThumbBackgroundColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── Separator │ │ │ │ │ │ │ │ ├── AirSeparatorColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── AirSeparatorDarkBackgroundColor.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── ShyMask │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ ├── ShyColorAdaptive.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── ShyColorDark.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ └── ShyColorLight.colorset │ │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ └── Tint colors │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ ├── TC1_PrimaryColor.colorset │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── TC2_PrimaryColor.colorset │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── TC3_PrimaryColor.colorset │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── TC4_PrimaryColor.colorset │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── TC5_PrimaryColor.colorset │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ ├── TC6_PrimaryColor.colorset │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ │ └── TC7_PrimaryColor.colorset │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ ├── Common │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── Info24.imageset │ │ │ │ │ │ │ │ ├── Common.Info24@3x.png │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── MinimizedBrowserXMark24.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── MinimizedBrowserXMark24@3x.png │ │ │ │ │ │ │ ├── More22.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── More22@3x.png │ │ │ │ │ │ │ ├── TipIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── TipIcon@3x.png │ │ │ │ │ │ │ └── XMark.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── XMark@3x.png │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ ├── Create Wallet │ │ │ │ │ │ │ ├── BookIcon.imageset │ │ │ │ │ │ │ │ ├── BookIcon.pdf │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── Copy20.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Copy20@3x.png │ │ │ │ │ │ │ ├── FaceIdHeaderImage.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── FaceIdHeaderImage.pdf │ │ │ │ │ │ │ ├── FireIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── FireIcon.pdf │ │ │ │ │ │ │ ├── IntroLogo.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── IntroLogo@3x.png │ │ │ │ │ │ │ ├── PlayIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── PlayIcon.pdf │ │ │ │ │ │ │ ├── PolicyIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── PolicyIcon.pdf │ │ │ │ │ │ │ ├── TermsIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── TermsIcon.pdf │ │ │ │ │ │ │ └── TouchIdHeaderImage.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── TouchIdHeaderImage.pdf │ │ │ │ │ │ ├── CustomizeWallet │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ └── CustomizeWalletHalfBubble.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── CustomizeWalletHalfBubble.pdf │ │ │ │ │ │ ├── Earn │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── EarnGradientColorLeft.colorset │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── EarnGradientColorRight.colorset │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── EarnGradientDisabledColorLeft.colorset │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── EarnGradientDisabledColorRight.colorset │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── EarnNotFound.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── EarnNotFound.png │ │ │ │ │ │ │ ├── EarnedIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── EarnIcon.png │ │ │ │ │ │ │ ├── Percent.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Percent@3x.png │ │ │ │ │ │ │ ├── StakedIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── StakedIcon.png │ │ │ │ │ │ │ └── UnstakedIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── UnstakedIcon.png │ │ │ │ │ │ ├── Explore │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── TelegramLogo20.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── TelegramLogo20@3x.png │ │ │ │ │ │ │ └── TelegramLogoMono15.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ ├── TelegramLogoMono15Dark@3x.png │ │ │ │ │ │ │ │ └── TelegramLogoMono15Light@3x.png │ │ │ │ │ │ ├── Home │ │ │ │ │ │ │ ├── BaseCurrencyCheckmark.imageset │ │ │ │ │ │ │ │ ├── BaseCurrencyCheckmark@3x.png │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── CardCopy.imageset │ │ │ │ │ │ │ │ ├── CardCopy.pdf │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── CardGlobe.imageset │ │ │ │ │ │ │ │ ├── CardGlobe.pdf │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── ChevronDown10.imageset │ │ │ │ │ │ │ │ ├── ChevronDown10@3x.png │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── ChevronDown12.imageset │ │ │ │ │ │ │ │ ├── ChevronDown12@3x.png │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── ChevronDown18.imageset │ │ │ │ │ │ │ │ ├── ChevronDown18@3x.png │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── HomeCard.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── HomeCard.pdf │ │ │ │ │ │ │ ├── HomeCopy.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── HomeCopy@3x.png │ │ │ │ │ │ │ ├── HomeGlobe.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── HomeGlobe@3x.png │ │ │ │ │ │ │ ├── HomeHide24.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── HomeHide24@3x.png.png │ │ │ │ │ │ │ ├── HomeLock24.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── HomeLock24@3x.png │ │ │ │ │ │ │ ├── HomeMagic26.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── HomeMagic26@3x.png │ │ │ │ │ │ │ ├── HomeScan24.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── HomeScan24@3x.png │ │ │ │ │ │ │ ├── HomeUnhide24.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── HomeUnhide24@3x.png │ │ │ │ │ │ │ ├── LedgerBadge.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── LedgerBadge.pdf │ │ │ │ │ │ │ ├── UpDownTriangle.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── UpDownTriangle.pdf │ │ │ │ │ │ │ └── ViewBadge.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── ViewBadge.pdf │ │ │ │ │ │ ├── HomeBalanceHeader │ │ │ │ │ │ │ ├── ActionButtonBackground.imageset │ │ │ │ │ │ │ │ ├── Button Background 100%.png │ │ │ │ │ │ │ │ ├── Button Background Dark 37%.png │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── AddIcon.imageset │ │ │ │ │ │ │ │ ├── AddIcon.png │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── EarnIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── EarnIcon.png │ │ │ │ │ │ │ ├── MultichainIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── multichain.png │ │ │ │ │ │ │ ├── ScanIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Scan.png │ │ │ │ │ │ │ ├── SendIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── SendIcon.png │ │ │ │ │ │ │ ├── Settings60.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Settings60@3x.png │ │ │ │ │ │ │ ├── SettingsIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── SettingsIcon.png │ │ │ │ │ │ │ └── SwapIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── SwapIcon.png │ │ │ │ │ │ ├── Inline Marks │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── inline_chain_ton.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── inline_ton.pdf │ │ │ │ │ │ │ ├── inline_chain_tron.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── inline_tron.pdf │ │ │ │ │ │ │ ├── inline_ledger.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── inline_ledger.pdf │ │ │ │ │ │ │ ├── inline_testnet.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── inline_testnet.pdf │ │ │ │ │ │ │ └── inline_view.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── inline_view.pdf │ │ │ │ │ │ ├── Keyboard │ │ │ │ │ │ │ ├── BackspaceIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── delete.backward.fill@3x.png │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ ├── Ledger │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ └── LedgerConnect.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ ├── ledger-dark.png │ │ │ │ │ │ │ │ └── ledger.png │ │ │ │ │ │ ├── Menu │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── MenuBack.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── MenuBack@3x.png │ │ │ │ │ │ │ ├── MenuBrush26.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── MenuBrush26@3x.png │ │ │ │ │ │ │ ├── MenuBurn26.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── MenuBurn26@3x.png │ │ │ │ │ │ │ ├── MenuGetgems26.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── MenuGetgems26@3x.png │ │ │ │ │ │ │ ├── MenuGift.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── MenuGift@3x.png │ │ │ │ │ │ │ ├── MenuHidden26.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── MenuHidden26@3x.png │ │ │ │ │ │ │ ├── MenuHide26.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── MenuHide26@3x.png │ │ │ │ │ │ │ ├── MenuInstallCard26.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── MenuInstallCard26@3x.png │ │ │ │ │ │ │ ├── MenuReorder26.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── MenuReorder26@3x.png │ │ │ │ │ │ │ └── MenuTonscan26.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── MenuTonscan26@3x.png │ │ │ │ │ │ ├── QRScan │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ └── FlashIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── ic_flash.pdf │ │ │ │ │ │ ├── Receive │ │ │ │ │ │ │ ├── CardIcon.imageset │ │ │ │ │ │ │ │ ├── CardIcon.png │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── CryptoIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── CryptoIcon.png │ │ │ │ │ │ │ ├── Receive.Background.Ton.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ ├── Receive.Background.Ton.Dark.png │ │ │ │ │ │ │ │ └── Receive.Background.Ton.Light.png │ │ │ │ │ │ │ ├── Receive.Background.Tron.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ ├── Receive.Background.Tron.Dark.png │ │ │ │ │ │ │ │ └── Receive.Background.Tron.Light.png │ │ │ │ │ │ │ ├── Receive.Ornament.Ton.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Receive.Ornament.Ton.Light.png │ │ │ │ │ │ │ └── Receive.Ornament.Tron.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Receive.Ornament.Tron.Light.png │ │ │ │ │ │ ├── Send │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── SendCopy.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── SendCopy@3x.png │ │ │ │ │ │ │ ├── SendFavorites.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── SendFavorites@3x.png │ │ │ │ │ │ │ ├── SendGlobe.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── SendGlobe@3x.png │ │ │ │ │ │ │ ├── SendInCurrency.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── SendInCurrency@3x.png │ │ │ │ │ │ │ └── SendPickToken.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── SendPickToken@3x.png │ │ │ │ │ │ ├── Settings │ │ │ │ │ │ │ ├── AppearanceIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Image.png │ │ │ │ │ │ │ ├── AssetsAndActivityIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Image-2.png │ │ │ │ │ │ │ ├── BackupIcon.imageset │ │ │ │ │ │ │ │ ├── BackupIcon@3x.png │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── Checkmark.imageset │ │ │ │ │ │ │ │ ├── Checkmark.pdf │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── CreateWalletIcon30.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── CreateWalletIcon30@3x.png │ │ │ │ │ │ │ ├── DappsIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Image-3.png │ │ │ │ │ │ │ ├── KeyIcon30.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── KeyIcon30@3x.png │ │ │ │ │ │ │ ├── LanguageIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Image-4.png │ │ │ │ │ │ │ ├── LedgerIcon30.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── LedgerIcon30@3x.png │ │ │ │ │ │ │ ├── NotificationsSettingsIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── NotificationsSettingsIcon.pdf │ │ │ │ │ │ │ ├── PickerCheckmarkIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── checkmark@3x.png │ │ │ │ │ │ │ ├── QRIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── QRIcon.png │ │ │ │ │ │ │ ├── QrIcon30.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── QrIcon30@3x.png │ │ │ │ │ │ │ ├── QuestionAnswersIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Image-6.png │ │ │ │ │ │ │ ├── ResponsibilityIcon30.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── ResponsibilityIcon30.svg │ │ │ │ │ │ │ ├── RightArrowIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ ├── Drill-in-dark.png │ │ │ │ │ │ │ │ └── Drill-in.png │ │ │ │ │ │ │ ├── SecurityIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Image-5.png │ │ │ │ │ │ │ ├── SupportIcon30.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── SupportIcon30.svg │ │ │ │ │ │ │ ├── TipsIcon30.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── TipsIcon30.svg │ │ │ │ │ │ │ ├── ViewIcon30.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── ViewIcon30@3x.png │ │ │ │ │ │ │ └── WalletVersionsIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── WalletVersionsIcon.png │ │ │ │ │ │ ├── Swap │ │ │ │ │ │ │ ├── ChangellyLogo.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── changelly.svg │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── InfoIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Title.png │ │ │ │ │ │ │ ├── ReverserIcon.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── Frame 69.png │ │ │ │ │ │ │ ├── dedust.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── dedust.png │ │ │ │ │ │ │ └── ston.imageset │ │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ │ └── stonfi.png │ │ │ │ │ │ └── TabBar │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── tab_browser.imageset │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ └── tab_browser@3x.png │ │ │ │ │ │ │ ├── tab_home.imageset │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ └── tab_home@3x.png │ │ │ │ │ │ │ └── tab_settings.imageset │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ └── tab_settings@3x.png │ │ │ │ │ ├── Fonts │ │ │ │ │ │ ├── Nunito-ExtraBold.ttf │ │ │ │ │ │ ├── SFCompactDisplayMedium.otf │ │ │ │ │ │ ├── SFCompactRoundedBold.otf │ │ │ │ │ │ ├── SFCompactRoundedMedium.otf │ │ │ │ │ │ └── SFCompactRoundedSemibold.otf │ │ │ │ │ ├── JS │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── mytonwallet-sdk.js.LICENSE.txt │ │ │ │ │ └── Sounds │ │ │ │ │ │ └── incoming-transaction.mp3 │ │ │ │ ├── Theme │ │ │ │ │ ├── WColors.swift │ │ │ │ │ ├── WNightMode.swift │ │ │ │ │ ├── WSensitiveDataProtocol.swift │ │ │ │ │ ├── WTheme.swift │ │ │ │ │ └── WWindow.swift │ │ │ │ ├── Utils │ │ │ │ │ ├── BigIntUtils.swift │ │ │ │ │ ├── CodableUtils.swift │ │ │ │ │ ├── ColorUtils.swift │ │ │ │ │ ├── DateUtils.swift │ │ │ │ │ ├── DeviceUtils.swift │ │ │ │ │ ├── EquatableUtils.swift │ │ │ │ │ ├── ImageUtils.swift │ │ │ │ │ ├── Int64Utils.swift │ │ │ │ │ ├── JSONSerialization.swift │ │ │ │ │ ├── MathUtils.swift │ │ │ │ │ ├── OptionalUtils.swift │ │ │ │ │ ├── PreviewUtils.swift │ │ │ │ │ ├── StringUtils.swift │ │ │ │ │ ├── SwiftUtils.swift │ │ │ │ │ ├── TaskUtils.swift │ │ │ │ │ ├── UIKitUtils.swift │ │ │ │ │ ├── UrlUtils.swift │ │ │ │ │ └── WalletUtils.swift │ │ │ │ └── WalletContext.swift │ │ │ ├── WalletCore │ │ │ │ ├── Api │ │ │ │ │ ├── Api+Accounts.swift │ │ │ │ │ ├── Api+Activities.swift │ │ │ │ │ ├── Api+Auth.swift │ │ │ │ │ ├── Api+Dapps.swift │ │ │ │ │ ├── Api+Domains.swift │ │ │ │ │ ├── Api+LedgerTransport.swift │ │ │ │ │ ├── Api+Nfts.swift │ │ │ │ │ ├── Api+Notifications.swift │ │ │ │ │ ├── Api+Other.swift │ │ │ │ │ ├── Api+Polling.swift │ │ │ │ │ ├── Api+Prices.swift │ │ │ │ │ ├── Api+Staking.swift │ │ │ │ │ ├── Api+Swap.swift │ │ │ │ │ ├── Api+Tokens.swift │ │ │ │ │ ├── Api+TonConnect.swift │ │ │ │ │ ├── Api+Transfer.swift │ │ │ │ │ ├── Api+Wallet.swift │ │ │ │ │ ├── Api.swift │ │ │ │ │ └── TonConnectApi.swift │ │ │ │ ├── AppActions.swift │ │ │ │ ├── Database │ │ │ │ │ ├── Database+Migration.swift │ │ │ │ │ ├── Database+SwitchFromCapacitor.swift │ │ │ │ │ ├── Database+SwitchToCapacitor.swift │ │ │ │ │ └── Database.swift │ │ │ │ ├── Helpers │ │ │ │ │ ├── ExchangeRateHelpers.swift │ │ │ │ │ ├── ExplorerHelper.swift │ │ │ │ │ ├── ExternalChain.swift │ │ │ │ │ ├── FeeEstimationHelpers.swift │ │ │ │ │ ├── RecentAddressesHelper.swift │ │ │ │ │ └── TransferHelpers.swift │ │ │ │ ├── JSWebViewBridge │ │ │ │ │ ├── AnyEncodable.swift │ │ │ │ │ ├── BridgeCallError.swift │ │ │ │ │ └── JSWebViewBridge.swift │ │ │ │ ├── Models │ │ │ │ │ ├── Accounts │ │ │ │ │ │ ├── ApiAccount.swift │ │ │ │ │ │ ├── ApiWallet.swift │ │ │ │ │ │ ├── MAccount+display.swift │ │ │ │ │ │ └── MAccount.swift │ │ │ │ │ ├── Activities │ │ │ │ │ │ ├── ApiActivity+Preview.swift │ │ │ │ │ │ ├── ApiActivity+Utils.swift │ │ │ │ │ │ ├── ApiActivity.swift │ │ │ │ │ │ ├── ApiSwapActivity.swift │ │ │ │ │ │ ├── ApiTransactionActivity.swift │ │ │ │ │ │ └── BaseActivity.swift │ │ │ │ │ ├── ApiChain.swift │ │ │ │ │ ├── ApiCurrencyRates.swift │ │ │ │ │ ├── ApiNetwork.swift │ │ │ │ │ ├── ApiPriceHistoryPeriod.swift │ │ │ │ │ ├── ApiSignedTransfer.swift │ │ │ │ │ ├── ApiSite.swift │ │ │ │ │ ├── ApiStakingHistory.swift │ │ │ │ │ ├── ApiToken.swift │ │ │ │ │ ├── ApiTonWalletVersion.swift │ │ │ │ │ ├── ApiTransferToSign.swift │ │ │ │ │ ├── DecimalAmount │ │ │ │ │ │ ├── DecimalAmount.swift │ │ │ │ │ │ ├── DecimalAmountConformances.swift │ │ │ │ │ │ └── DecimalAmountFormatStyle.swift │ │ │ │ │ ├── Errors.swift │ │ │ │ │ ├── GlobalStorage │ │ │ │ │ │ ├── AccountType.swift │ │ │ │ │ │ ├── AppStorageHelper.swift │ │ │ │ │ │ └── PushNotifications.swift │ │ │ │ │ ├── Ledger │ │ │ │ │ │ ├── ApiLedgerAccountInfo.swift │ │ │ │ │ │ ├── ApiLedgerDeviceModel.swift │ │ │ │ │ │ ├── ApiLedgerDriver.swift │ │ │ │ │ │ ├── ApiLedgerWalletInfo.swift │ │ │ │ │ │ ├── ApiTonConnectProof.swift │ │ │ │ │ │ ├── LedgerAppInfo.swift │ │ │ │ │ │ ├── LedgerSignResult.swift │ │ │ │ │ │ └── SignData.swift │ │ │ │ │ ├── MAccountBalanceData.swift │ │ │ │ │ ├── MAsset.swift │ │ │ │ │ ├── MAssetsAndActivityData.swift │ │ │ │ │ ├── MAutolockOption.swift │ │ │ │ │ ├── MBaseCurrency.swift │ │ │ │ │ ├── MFee.swift │ │ │ │ │ ├── MPayload.swift │ │ │ │ │ ├── MRecentAddress.swift │ │ │ │ │ ├── MStakingData.swift │ │ │ │ │ ├── MStakingHistoryItem.swift │ │ │ │ │ ├── MTokenBalance.swift │ │ │ │ │ ├── MWalletVersionsData.swift │ │ │ │ │ ├── MinimizedSheetState.swift │ │ │ │ │ ├── Misc │ │ │ │ │ │ └── ApiNftMarketplace.swift │ │ │ │ │ ├── Nft │ │ │ │ │ │ ├── ApiNft.swift │ │ │ │ │ │ ├── NftCollection.swift │ │ │ │ │ │ └── NftCollectionFilter.swift │ │ │ │ │ ├── PrimitiveTypes │ │ │ │ │ │ └── MDouble.swift │ │ │ │ │ ├── ReadyToSignTransferData.swift │ │ │ │ │ ├── SendPrefilledValues.swift │ │ │ │ │ ├── Staking │ │ │ │ │ │ ├── ApiStakingState.swift │ │ │ │ │ │ ├── Ethena.swift │ │ │ │ │ │ ├── Jetton.swift │ │ │ │ │ │ ├── Liquid.swift │ │ │ │ │ │ └── Nominators.swift │ │ │ │ │ ├── Swap │ │ │ │ │ │ ├── ApiSwapBuildRequest.swift │ │ │ │ │ │ ├── ApiSwapCexCreateTransactionParams.swift │ │ │ │ │ │ ├── ApiSwapCexEstimateOptions.swift │ │ │ │ │ │ ├── ApiSwapCexEstimateResponse.swift │ │ │ │ │ │ ├── ApiSwapDexLabel.swift │ │ │ │ │ │ ├── ApiSwapEstimateRequest.swift │ │ │ │ │ │ ├── ApiSwapEstimateResponse.swift │ │ │ │ │ │ ├── ApiSwapEstimateVariant.swift │ │ │ │ │ │ ├── ApiSwapHistoryItem.swift │ │ │ │ │ │ ├── ApiSwapRoute.swift │ │ │ │ │ │ └── ApiSwapTransfer.swift │ │ │ │ │ ├── SwapType.swift │ │ │ │ │ ├── TonConnect │ │ │ │ │ │ ├── ApiDapp.swift │ │ │ │ │ │ ├── ApiDappConnectionType.swift │ │ │ │ │ │ ├── ApiDappRequest.swift │ │ │ │ │ │ ├── ApiDappTransfer.swift │ │ │ │ │ │ ├── Emulation.swift │ │ │ │ │ │ ├── MDappSendTransactions.swift │ │ │ │ │ │ ├── MTonConnect.swift │ │ │ │ │ │ └── SignDataPayload.swift │ │ │ │ │ ├── Transfer │ │ │ │ │ │ ├── AnyTransferPayload.swift │ │ │ │ │ │ ├── ApiCheckTransactionDraftOptions.swift │ │ │ │ │ │ ├── ApiCheckTransactionDraftResult.swift │ │ │ │ │ │ ├── ApiFetchEstimateDieselResult.swift │ │ │ │ │ │ ├── ApiSubmitTransferOptions.swift │ │ │ │ │ │ ├── ApiSubmitTransferResult.swift │ │ │ │ │ │ └── ApiTransactionCommonOptions.swift │ │ │ │ │ └── Util │ │ │ │ │ │ └── Fee │ │ │ │ │ │ └── TransferFee.swift │ │ │ │ ├── Stores │ │ │ │ │ ├── Accounts │ │ │ │ │ │ ├── AccountSettingsStore.swift │ │ │ │ │ │ ├── AccountStore.swift │ │ │ │ │ │ ├── AccountViewModel.swift │ │ │ │ │ │ └── CurrentAccountViewModel.swift │ │ │ │ │ ├── Activities │ │ │ │ │ │ ├── ActivityStore.swift │ │ │ │ │ │ ├── ActivityUtils.swift │ │ │ │ │ │ └── ActivityViewModel.swift │ │ │ │ │ ├── AuthSupport.swift │ │ │ │ │ ├── AutolockStore.swift │ │ │ │ │ ├── BalanceStore.swift │ │ │ │ │ ├── ConfigStore.swift │ │ │ │ │ ├── DappsStore.swift │ │ │ │ │ ├── Nfts │ │ │ │ │ │ ├── AccountMtwCardStore.swift │ │ │ │ │ │ └── NftStore.swift │ │ │ │ │ ├── SensitiveData.swift │ │ │ │ │ ├── Staking │ │ │ │ │ │ ├── StakingHelpers.swift │ │ │ │ │ │ └── TonOperationFees.swift │ │ │ │ │ ├── StakingStore.swift │ │ │ │ │ └── TokenStore.swift │ │ │ │ ├── Updates │ │ │ │ │ ├── ApiUpdate.swift │ │ │ │ │ ├── DappConnect.swift │ │ │ │ │ ├── DappLoading.swift │ │ │ │ │ ├── DappSignData.swift │ │ │ │ │ ├── InitialActivities.swift │ │ │ │ │ ├── NewActivities.swift │ │ │ │ │ ├── NewLocalActivities.swift │ │ │ │ │ ├── OpenUrl.swift │ │ │ │ │ ├── UpdateAccount.swift │ │ │ │ │ ├── UpdateBalances.swift │ │ │ │ │ ├── UpdateConfig.swift │ │ │ │ │ ├── UpdateCurrencyRates.swift │ │ │ │ │ ├── UpdateNfts.swift │ │ │ │ │ ├── UpdateStaking.swift │ │ │ │ │ ├── UpdateSwapTokens.swift │ │ │ │ │ └── UpdateTokens.swift │ │ │ │ ├── WalletCoreData.swift │ │ │ │ └── WidgetSupport │ │ │ │ │ ├── SharedCache.swift │ │ │ │ │ └── SharedStore.swift │ │ │ └── YUVConversion │ │ │ │ ├── PublicHeaders │ │ │ │ └── YuvConversion │ │ │ │ │ └── YUV.h │ │ │ │ ├── Sources │ │ │ │ └── YUV.m │ │ │ │ └── YUVConversion.h │ │ ├── docs │ │ │ ├── dependency_graph.svg │ │ │ ├── js-bridge.md │ │ │ ├── screenshot.png │ │ │ └── submodules.md │ │ └── scripts │ │ │ ├── README.md │ │ │ ├── dependency_graph │ │ │ ├── analyze_dependencies.sh │ │ │ └── build_dependency_graph.py │ │ │ └── strings │ │ │ ├── README.md │ │ │ ├── check_localization_completeness.py │ │ │ ├── check_localizations.sh │ │ │ ├── find_unused_localization_keys.py │ │ │ ├── import_localizations.py │ │ │ ├── json_to_yaml.py │ │ │ ├── make_dict.py │ │ │ ├── replace_wstrings.py │ │ │ └── requirements.txt │ └── App │ │ ├── AirWidget │ │ ├── ActionsWidget │ │ │ ├── ActionsStyle.swift │ │ │ ├── ActionsWidget.swift │ │ │ ├── ActionsWidgetConfiguration.swift │ │ │ ├── ActionsWidgetTimelineEntry.swift │ │ │ └── ActionsWidgetTimelineProvider.swift │ │ ├── AirWidgetBundle.swift │ │ ├── Assets.xcassets │ │ │ ├── AccentColor.colorset │ │ │ │ └── Contents.json │ │ │ ├── AppIcon.appiconset │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ └── WidgetBackground.colorset │ │ │ │ └── Contents.json │ │ ├── Fonts │ │ │ ├── Fonts.swift │ │ │ ├── Nunito-ExtraBold.ttf │ │ │ ├── SFCompactDisplayMedium.otf │ │ │ ├── SFCompactRoundedBold.otf │ │ │ ├── SFCompactRoundedMedium.otf │ │ │ └── SFCompactRoundedSemibold.otf │ │ ├── Info.plist │ │ ├── Models │ │ │ ├── DisplayCurrency.swift │ │ │ ├── PeriodQuery.swift │ │ │ ├── StoreHelpers.swift │ │ │ └── TokenQuery.swift │ │ ├── SharedUI │ │ │ ├── CardBackground.swift │ │ │ ├── ChangeView.swift │ │ │ ├── RateLarge.swift │ │ │ └── TokenImage.swift │ │ ├── TokenWidget │ │ │ ├── TokenWidget.swift │ │ │ ├── TokenWidgetConfiguration.swift │ │ │ ├── TokenWidgetTimelineEntry.swift │ │ │ └── TokenWidgetTimelineProvider.swift │ │ └── TokenWithChartWidget │ │ │ ├── ChartStyle.swift │ │ │ ├── ChartView.swift │ │ │ ├── TokenWithChartWidget.swift │ │ │ ├── TokenWithChartWidgetConfiguration.swift │ │ │ ├── TokenWithChartWidgetTimelineEntry.swift │ │ │ └── TokenWithChartWidgetTimelineProvider.swift │ │ ├── App.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ │ └── swiftpm │ │ │ │ └── Package.resolved │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ ├── AirWidgetExtension.xcscheme │ │ │ ├── MyTonWallet.xcscheme │ │ │ ├── MyTonWalletAir.xcscheme │ │ │ ├── MyTonWallet_AirOnly.xcscheme │ │ │ └── MyTonWallet_NoExtensions.xcscheme │ │ ├── App.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ └── swiftpm │ │ │ └── Package.resolved │ │ ├── App │ │ ├── Classes │ │ │ ├── AppDelegate.swift │ │ │ ├── AppSwitcher.swift │ │ │ ├── DebugView.swift │ │ │ ├── MTWCapacitorVC.swift │ │ │ ├── MyTonWalletApp.swift │ │ │ ├── SceneDelegate.swift │ │ │ ├── SharedSplashVC.swift │ │ │ └── main.swift │ │ ├── GoogleService-Info.plist │ │ ├── Info.plist │ │ ├── MyTonWallet_AirOnly-Info.plist │ │ ├── MyTonWallet_NoExtensions-Info.plist │ │ └── Resources │ │ │ ├── AppIcon.icon │ │ │ ├── Assets │ │ │ │ ├── Background.svg │ │ │ │ └── Foreground.svg │ │ │ └── icon.json │ │ │ ├── Assets.xcassets │ │ │ ├── AppIcon.appiconset │ │ │ │ ├── Contents.json │ │ │ │ ├── Dark.png │ │ │ │ ├── Light.png │ │ │ │ └── Tinted.png │ │ │ ├── Contents.json │ │ │ └── Splash.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── Default@2x~universal~anyany-dark.png │ │ │ │ ├── Default@2x~universal~anyany.png │ │ │ │ ├── Default@3x~universal~anyany-dark.png │ │ │ │ └── Default@3x~universal~anyany.png │ │ │ ├── Base.lproj │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ │ │ ├── ar.lproj │ │ │ ├── LaunchScreen.strings │ │ │ └── Main.strings │ │ │ ├── de.lproj │ │ │ ├── LaunchScreen.strings │ │ │ └── Main.strings │ │ │ ├── es.lproj │ │ │ ├── LaunchScreen.strings │ │ │ └── Main.strings │ │ │ ├── fa.lproj │ │ │ ├── LaunchScreen.strings │ │ │ └── Main.strings │ │ │ ├── pl.lproj │ │ │ ├── LaunchScreen.strings │ │ │ └── Main.strings │ │ │ ├── ru.lproj │ │ │ ├── LaunchScreen.strings │ │ │ └── Main.strings │ │ │ ├── th.lproj │ │ │ ├── LaunchScreen.strings │ │ │ └── Main.strings │ │ │ ├── tr.lproj │ │ │ ├── LaunchScreen.strings │ │ │ └── Main.strings │ │ │ ├── uk.lproj │ │ │ ├── LaunchScreen.strings │ │ │ └── Main.strings │ │ │ ├── zh-Hans.lproj │ │ │ ├── LaunchScreen.strings │ │ │ └── Main.strings │ │ │ └── zh-Hant.lproj │ │ │ ├── LaunchScreen.strings │ │ │ └── Main.strings │ │ ├── Entitlements │ │ ├── AirWidgetExtension.entitlements │ │ ├── MyTonWallet.entitlements │ │ ├── MyTonWallet_AirOnly.entitlements │ │ └── MyTonWallet_NoExtensions.entitlements │ │ ├── Podfile │ │ ├── Podfile.lock │ │ └── fastlane │ │ ├── Appfile │ │ ├── Fastfile │ │ └── metadata │ │ └── .gitkeep └── plugins │ ├── air-app-launcher │ ├── .eslintignore │ ├── .gitignore │ ├── MytonwalletAirAppLauncher.podspec │ ├── README.md │ ├── android │ │ ├── .gitignore │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ ├── proguard-rules.pro │ │ ├── settings.gradle │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── com │ │ │ │ └── getcapacitor │ │ │ │ └── android │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── plugins │ │ │ │ │ └── air_app_launcher │ │ │ │ │ ├── AirAppLauncherPlugin.java │ │ │ │ │ └── airLauncher │ │ │ │ │ ├── AirLauncher.java │ │ │ │ │ ├── CapacitorGlobalStorageProvider.java │ │ │ │ │ ├── CapacitorGlobalStorageWebViewClient.java │ │ │ │ │ └── LaunchConfig.java │ │ │ └── res │ │ │ │ ├── .gitkeep │ │ │ │ └── xml │ │ │ │ ├── actions_widget_info.xml │ │ │ │ └── price_widget_info.xml │ │ │ └── test │ │ │ └── java │ │ │ └── com │ │ │ └── getcapacitor │ │ │ └── ExampleUnitTest.java │ ├── dist │ │ ├── docs.json │ │ └── esm │ │ │ ├── definitions.d.ts │ │ │ ├── definitions.js │ │ │ ├── definitions.js.map │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── index.js.map │ ├── ios │ │ ├── .gitignore │ │ ├── Sources │ │ │ └── AirAppLauncherPlugin │ │ │ │ ├── AirAppLauncherPlugin.swift │ │ │ │ └── MTWAirToggleDelegate.swift │ │ └── Tests │ │ │ └── AirAppLauncherPluginTests │ │ │ └── AirAppLauncherPluginTests.swift │ ├── package-lock.json │ ├── package.json │ ├── rollup.config.mjs │ ├── src │ │ ├── definitions.ts │ │ └── index.ts │ └── tsconfig.json │ ├── native-bottom-sheet │ ├── .eslintignore │ ├── .gitignore │ ├── CONTRIBUTING.md │ ├── MytonwalletNativeBottomSheet.podspec │ ├── README.md │ ├── android │ │ ├── .gitignore │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ ├── proguard-rules.pro │ │ ├── settings.gradle │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── com │ │ │ │ └── getcapacitor │ │ │ │ └── android │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ │ └── org │ │ │ │ │ └── mytonwallet │ │ │ │ │ └── plugins │ │ │ │ │ └── nativebottomsheet │ │ │ │ │ ├── BottomSheet.java │ │ │ │ │ └── BottomSheetPlugin.java │ │ │ └── res │ │ │ │ └── .gitkeep │ │ │ └── test │ │ │ └── java │ │ │ └── com │ │ │ └── getcapacitor │ │ │ └── ExampleUnitTest.java │ ├── dist │ │ ├── docs.json │ │ └── esm │ │ │ ├── definitions.d.ts │ │ │ ├── definitions.js │ │ │ ├── definitions.js.map │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── index.js.map │ ├── ios │ │ ├── Plugin.xcodeproj │ │ │ ├── project.pbxproj │ │ │ ├── project.xcworkspace │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ └── xcshareddata │ │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcshareddata │ │ │ │ └── xcschemes │ │ │ │ ├── Plugin.xcscheme │ │ │ │ └── PluginTests.xcscheme │ │ ├── Plugin.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ ├── Plugin │ │ │ ├── BottomSheetPlugin.h │ │ │ ├── BottomSheetPlugin.m │ │ │ ├── BottomSheetPlugin.swift │ │ │ └── Info.plist │ │ ├── PluginTests │ │ │ ├── BottomSheetTests.swift │ │ │ └── Info.plist │ │ └── Podfile │ ├── package-lock.json │ ├── package.json │ ├── rollup.config.mjs │ ├── src │ │ ├── definitions.ts │ │ └── index.ts │ └── tsconfig.json │ └── native-dialog │ ├── .eslintignore │ ├── .gitignore │ ├── CapacitorDialog.podspec │ ├── LICENSE │ ├── README.md │ ├── android │ ├── .gitignore │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ ├── proguard-rules.pro │ ├── settings.gradle │ └── src │ │ ├── androidTest │ │ └── java │ │ │ └── com │ │ │ └── getcapacitor │ │ │ └── android │ │ │ └── ExampleInstrumentedTest.java │ │ ├── main │ │ ├── AndroidManifest.xml │ │ └── java │ │ │ └── com │ │ │ └── capacitorjs │ │ │ └── plugins │ │ │ └── dialog │ │ │ ├── Dialog.java │ │ │ └── DialogPlugin.java │ │ └── test │ │ └── java │ │ └── com │ │ └── getcapacitor │ │ └── ExampleUnitTest.java │ ├── dist │ ├── docs.json │ └── esm │ │ ├── definitions.d.ts │ │ ├── definitions.js │ │ ├── definitions.js.map │ │ ├── index.d.ts │ │ ├── index.js │ │ ├── index.js.map │ │ ├── web.d.ts │ │ ├── web.js │ │ └── web.js.map │ ├── ios │ ├── Plugin.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ ├── Plugin.xcscheme │ │ │ └── PluginTests.xcscheme │ ├── Plugin.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ ├── Plugin │ │ ├── DialogPlugin.h │ │ ├── DialogPlugin.m │ │ ├── DialogPlugin.swift │ │ └── Info.plist │ ├── PluginTests │ │ ├── DialogPluginTests.swift │ │ └── Info.plist │ └── Podfile │ ├── package-lock.json │ ├── package.json │ ├── rollup.config.mjs │ ├── src │ ├── definitions.ts │ ├── index.ts │ └── web.ts │ └── tsconfig.json ├── package.json ├── playwright.config.ts ├── plugins └── brilliant-icons.css.hbs ├── postcss.config.js ├── public ├── _redirects ├── apple-touch-icon.png ├── assets │ └── ui │ │ ├── about.txt │ │ └── qr-logo.png ├── background-electron-dmg.tiff ├── browserconfig.xml ├── coreWallet │ ├── apple-touch-icon.png │ ├── browserconfig.xml │ ├── favicon.ico │ ├── icon-128x128.png │ ├── icon-192x192.png │ ├── icon-256x256.png │ ├── icon-512x512.png │ ├── logo.svg │ ├── mstile-150x150.png │ └── site.webmanifest ├── electron-entitlements.mac.plist ├── electronVersion.txt ├── emoji │ ├── 1f977.png │ ├── 1f984.png │ └── 26a0.png ├── fallbackScript.js ├── favicon.ico ├── icon-128x128.png ├── icon-16x16.png ├── icon-192x192.png ├── icon-32x32.png ├── icon-384x384.png ├── icon-512x512.png ├── icon-electron-macos.icns ├── icon-electron-macos.png ├── icon-electron-windows.ico ├── icon.png ├── incoming-transaction.mp3 ├── logo-ton-app.svg ├── logo-ton-org.svg ├── logo.svg ├── mstile-150x150.png ├── site.webmanifest ├── static-sites │ ├── .gitignore │ ├── _common │ │ ├── bg │ │ │ ├── proposition_bg--md.svg │ │ │ ├── proposition_bg--sm.svg │ │ │ ├── proposition_bg.svg │ │ │ ├── proposition_ring--md.svg │ │ │ └── proposition_ring.svg │ │ ├── common.js │ │ ├── images │ │ │ ├── MacBook-mockup-1.5x.webp │ │ │ ├── MacBook-mockup-1x.webp │ │ │ ├── MacBook-mockup-2x.webp │ │ │ ├── logo-link-preview.png │ │ │ └── logo.svg │ │ └── index.css │ ├── build.sh │ ├── checkin │ │ ├── checkin.css │ │ ├── checkin.js │ │ ├── icon.png │ │ ├── index.html │ │ └── tonconnect-manifest.json │ ├── connect │ │ ├── -well-known │ │ │ ├── apple-app-site-association │ │ │ └── assetlinks.json │ │ ├── _redirects │ │ ├── desktop.html │ │ └── index.html │ ├── get │ │ ├── _redirects │ │ ├── android.html │ │ ├── apple-logo.svg │ │ ├── desktop.html │ │ ├── icon-electron-macos.png │ │ ├── index.html │ │ ├── index.js │ │ ├── mac.html │ │ ├── mobile.html │ │ └── rate.html │ └── go │ │ ├── -well-known │ │ ├── apple-app-site-association │ │ └── assetlinks.json │ │ ├── _redirects │ │ ├── desktop.html │ │ └── index.html └── version.txt ├── src ├── @types │ └── global.d.ts ├── _headers ├── _headers_telegram ├── api │ ├── air │ │ ├── airAppCallWindow.ts │ │ └── index.ts │ ├── chains │ │ ├── index.ts │ │ ├── ton │ │ │ ├── activities.test.ts │ │ │ ├── activities.ts │ │ │ ├── address.ts │ │ │ ├── auth.ts │ │ │ ├── balanceStream.ts │ │ │ ├── constants.ts │ │ │ ├── contracts │ │ │ │ ├── DnsItem.ts │ │ │ │ ├── Ethena │ │ │ │ │ └── TsUSDeWallet.ts │ │ │ │ ├── JettonConstants.ts │ │ │ │ ├── JettonMaster.ts │ │ │ │ ├── JettonStaking │ │ │ │ │ ├── StakeWallet.ts │ │ │ │ │ ├── StakingPool.ts │ │ │ │ │ └── imports │ │ │ │ │ │ ├── buildOnchain.ts │ │ │ │ │ │ └── constants.ts │ │ │ │ ├── JettonWallet.ts │ │ │ │ ├── NominatorPool.ts │ │ │ │ ├── PushEscrow.ts │ │ │ │ ├── PushEscrowJwt.ts │ │ │ │ ├── PushEscrowV3.ts │ │ │ │ ├── PushNftEscrow.ts │ │ │ │ └── util.ts │ │ │ ├── domains.ts │ │ │ ├── emulation.test.ts │ │ │ ├── emulation.ts │ │ │ ├── index.ts │ │ │ ├── ledger │ │ │ │ ├── index.ts │ │ │ │ ├── other.ts │ │ │ │ ├── support.ts │ │ │ │ ├── tonConnect.ts │ │ │ │ ├── transactions.test.ts │ │ │ │ ├── transactions.ts │ │ │ │ ├── utils.ts │ │ │ │ └── wallet.ts │ │ │ ├── nfts.test.ts │ │ │ ├── nfts.ts │ │ │ ├── other.ts │ │ │ ├── polling.ts │ │ │ ├── priceless.ts │ │ │ ├── richActivityStream.ts │ │ │ ├── staking.ts │ │ │ ├── swap.ts │ │ │ ├── testData │ │ │ │ ├── bidask │ │ │ │ │ ├── tonSwapUsdtTraceResponse.json │ │ │ │ │ ├── usdtSwapTgusdTraceResponse.json │ │ │ │ │ └── usdtSwapTonTraceResponse.json │ │ │ │ ├── contractCallTraceResponse.json │ │ │ │ ├── dedust │ │ │ │ │ ├── addLiquidityTraceResponse.json │ │ │ │ │ ├── outputLiquidityTraceResponse.json │ │ │ │ │ ├── tonSwapUsdtTraceResponse.json │ │ │ │ │ ├── usdtSwapGramTraceResponse.json │ │ │ │ │ └── usdtSwapTonTraceResponse.json │ │ │ │ ├── editDomainRecordTraceResponse.json │ │ │ │ ├── failedNftTransferTraceResponse.json │ │ │ │ ├── failedTonTransferTraceResponse.json │ │ │ │ ├── failedUsdtTransferTraceResponse.json │ │ │ │ ├── fragment │ │ │ │ │ ├── buyNftTraceResponse.json │ │ │ │ │ ├── pickUpAuctionEmulateNftTraceResponse.json │ │ │ │ │ ├── pickUpSaleEmulateTraceResponse.json │ │ │ │ │ └── placeBidEmulateTraceResponse.json │ │ │ │ ├── getgems │ │ │ │ │ ├── buyNftEmulateTraceResponse.json │ │ │ │ │ ├── pickUpSaleNftEmulateTraceResponse.json │ │ │ │ │ └── transferNftEmulateTraceResponse.json │ │ │ │ ├── isExcessAccountedEmulateTraceResponse.json │ │ │ │ ├── nftTransferTraceResponse.json │ │ │ │ ├── pushTransferEmulateTraceResponse.json │ │ │ │ ├── stonfi │ │ │ │ │ ├── addLiquidityTraceResponse.json │ │ │ │ │ ├── outputLiquidityTraceResponse.json │ │ │ │ │ ├── stonSwapTonTraceResponse.json │ │ │ │ │ ├── stonSwapUsdtTraceResponse.json │ │ │ │ │ └── tonSwapStonTraceResponse.json │ │ │ │ ├── swapCoffee │ │ │ │ │ └── usdtSwapBuild2SplitTraceResponse.json │ │ │ │ ├── tonTransferTraceResponse.json │ │ │ │ ├── tonstakers │ │ │ │ │ ├── stakeTraceResponse.json │ │ │ │ │ ├── unstakeInstantTraceResponse.json │ │ │ │ │ └── unstakePendingTraceResponse.json │ │ │ │ ├── transferTokenTraceResponse.json │ │ │ │ ├── usdtTransferTraceResponse.json │ │ │ │ └── utyaSwapTraceResponse.json │ │ │ ├── tokens.ts │ │ │ ├── toncenter │ │ │ │ ├── actions.ts │ │ │ │ ├── activityStream.ts │ │ │ │ ├── emulation.ts │ │ │ │ ├── index.ts │ │ │ │ ├── other.ts │ │ │ │ ├── socket.ts │ │ │ │ ├── throttleSocketActions.test.ts │ │ │ │ ├── throttleSocketActions.ts │ │ │ │ ├── traces.ts │ │ │ │ ├── transactions.ts │ │ │ │ └── types.ts │ │ │ ├── traces.ts │ │ │ ├── transfer.ts │ │ │ ├── types.ts │ │ │ ├── util │ │ │ │ ├── TonClient.ts │ │ │ │ ├── diesel.ts │ │ │ │ ├── dns.ts │ │ │ │ ├── encryption.ts │ │ │ │ ├── index.ts │ │ │ │ ├── metadata.ts │ │ │ │ ├── other.ts │ │ │ │ ├── sendExternal.ts │ │ │ │ ├── signer.ts │ │ │ │ ├── tonCore.test.ts │ │ │ │ ├── tonCore.ts │ │ │ │ ├── tonapiio.ts │ │ │ │ └── w5diesel.ts │ │ │ ├── vesting.ts │ │ │ └── wallet.ts │ │ └── tron │ │ │ ├── activities.test.ts │ │ │ ├── activities.ts │ │ │ ├── address.ts │ │ │ ├── auth.ts │ │ │ ├── constants.ts │ │ │ ├── index.ts │ │ │ ├── polling.ts │ │ │ ├── transfer.ts │ │ │ ├── util │ │ │ ├── tokens.ts │ │ │ └── tronweb.ts │ │ │ └── wallet.ts │ ├── common │ │ ├── accounts.ts │ │ ├── addresses.ts │ │ ├── backend.ts │ │ ├── backendSocket.ts │ │ ├── cache.ts │ │ ├── dappPromises.ts │ │ ├── helpers.ts │ │ ├── ledger.ts │ │ ├── mnemonic.ts │ │ ├── other.ts │ │ ├── polling │ │ │ ├── fallbackPollingScheduler.ts │ │ │ ├── setupInactiveChainPolling.ts │ │ │ ├── utils.ts │ │ │ └── walletPolling.ts │ │ ├── preventTransferConcurrency.test.ts │ │ ├── preventTransferConcurrency.ts │ │ ├── swap.ts │ │ ├── tokens.ts │ │ ├── txCallbacks.ts │ │ └── utils.ts │ ├── constants.ts │ ├── db │ │ ├── index.ts │ │ └── repository.ts │ ├── environment.ts │ ├── errors.ts │ ├── extensionMethods │ │ ├── extension.ts │ │ ├── index.ts │ │ ├── init.ts │ │ ├── legacy.ts │ │ ├── sites.ts │ │ ├── types.ts │ │ └── window.ts │ ├── hooks.ts │ ├── index.ts │ ├── methods │ │ ├── accounts.ts │ │ ├── activities.ts │ │ ├── auth.ts │ │ ├── dapps.ts │ │ ├── domains.ts │ │ ├── index.ts │ │ ├── init.ts │ │ ├── nfts.ts │ │ ├── notifications.ts │ │ ├── other.ts │ │ ├── polling.ts │ │ ├── preload.ts │ │ ├── prices.ts │ │ ├── staking.ts │ │ ├── swap.ts │ │ ├── tokens.ts │ │ ├── tonConnect.ts │ │ ├── transfer.ts │ │ ├── types.ts │ │ └── wallet.ts │ ├── migrations │ │ ├── 00016.ts │ │ ├── 00017.ts │ │ ├── 00018.ts │ │ ├── 00019.ts │ │ ├── 00020.ts │ │ └── index.ts │ ├── providers │ │ ├── direct │ │ │ └── connector.ts │ │ ├── extension │ │ │ ├── config.ts │ │ │ ├── connectorForPageScript.ts │ │ │ ├── pageContentProxy.ts │ │ │ ├── providerForContentScript.ts │ │ │ └── providerForPopup.ts │ │ └── worker │ │ │ ├── connector.ts │ │ │ └── provider.ts │ ├── storages │ │ ├── capacitorStorage.ts │ │ ├── extension.ts │ │ ├── idb.ts │ │ ├── index.ts │ │ ├── localStorage.ts │ │ └── types.ts │ ├── tonConnect │ │ ├── errors.ts │ │ ├── index.ts │ │ ├── signing.test.ts │ │ ├── signing.ts │ │ ├── sse.ts │ │ ├── types │ │ │ ├── index.ts │ │ │ └── misc.ts │ │ └── utils.ts │ └── types │ │ ├── activities.ts │ │ ├── air.ts │ │ ├── backend.ts │ │ ├── backendSocket.ts │ │ ├── chains.ts │ │ ├── dappUpdates.ts │ │ ├── emulation.ts │ │ ├── errors.ts │ │ ├── index.ts │ │ ├── ledger.ts │ │ ├── methods.ts │ │ ├── misc.ts │ │ ├── notifications.ts │ │ ├── payload.ts │ │ ├── storage.ts │ │ ├── transfer.ts │ │ ├── updates.ts │ │ └── wallet.ts ├── assets │ ├── account_button_bg.jpg │ ├── account_button_bg@2x.jpg │ ├── app-inactive.png │ ├── app-inactive.webp │ ├── blockchain │ │ ├── chain_avalanche.svg │ │ ├── chain_bitcoin.svg │ │ ├── chain_bitcoincash.svg │ │ ├── chain_bnb.svg │ │ ├── chain_cardano.svg │ │ ├── chain_cosmos.svg │ │ ├── chain_dash.svg │ │ ├── chain_doge.svg │ │ ├── chain_eos.svg │ │ ├── chain_ethereum.svg │ │ ├── chain_ethereumclassic.svg │ │ ├── chain_internetcomputer.svg │ │ ├── chain_iota.svg │ │ ├── chain_litecoin.svg │ │ ├── chain_monero.svg │ │ ├── chain_polkadot.svg │ │ ├── chain_ripple.svg │ │ ├── chain_solana.svg │ │ ├── chain_stellar.svg │ │ ├── chain_ton.svg │ │ ├── chain_tron.svg │ │ └── chain_zcash.svg │ ├── cards │ │ ├── card.jpg │ │ ├── card@2x.jpg │ │ ├── card_green.jpg │ │ ├── card_green@2x.jpg │ │ ├── card_orange.jpg │ │ ├── card_orange@2x.jpg │ │ ├── card_pink.jpg │ │ ├── card_pink@2x.jpg │ │ ├── card_purple.jpg │ │ ├── card_purple@2x.jpg │ │ ├── card_red.jpg │ │ ├── card_red@2x.jpg │ │ ├── card_sea.jpg │ │ ├── card_sea@2x.jpg │ │ ├── card_skeleton_black.svg │ │ ├── card_skeleton_dark.svg │ │ ├── card_skeleton_gold.svg │ │ ├── card_skeleton_light.svg │ │ ├── card_skeleton_silver.svg │ │ ├── card_tegro.jpg │ │ └── card_tegro@2x.jpg │ ├── coins │ │ ├── coin_btc.png │ │ ├── coin_my.svg │ │ ├── coin_ton.png │ │ ├── coin_trx.svg │ │ ├── coin_usdt.svg │ │ └── ton.svg │ ├── font-icons │ │ ├── accept.svg │ │ ├── action-add.svg │ │ ├── action-earn.svg │ │ ├── action-send.svg │ │ ├── action-swap.svg │ │ ├── arrow-down.svg │ │ ├── arrow-up-swap.svg │ │ ├── arrow-up.svg │ │ ├── auction-alt.svg │ │ ├── auction.svg │ │ ├── backspace.svg │ │ ├── can-in.svg │ │ ├── can-out.svg │ │ ├── card.svg │ │ ├── caret-down.svg │ │ ├── chain-ton.svg │ │ ├── chain-tron.svg │ │ ├── changelly.svg │ │ ├── check-alt.svg │ │ ├── check.svg │ │ ├── chevron-down.svg │ │ ├── chevron-left.svg │ │ ├── chevron-right.svg │ │ ├── close-filled.svg │ │ ├── close.svg │ │ ├── cog.svg │ │ ├── copy-bold.svg │ │ ├── copy.svg │ │ ├── crypto.svg │ │ ├── diamond.svg │ │ ├── dot.svg │ │ ├── download-filled.svg │ │ ├── download.svg │ │ ├── earn.svg │ │ ├── exclamation.svg │ │ ├── exit.svg │ │ ├── expand.svg │ │ ├── explore.svg │ │ ├── external.svg │ │ ├── eye-closed.svg │ │ ├── eye-filled-plus.svg │ │ ├── eye-filled.svg │ │ ├── eye-outlined.svg │ │ ├── eye.svg │ │ ├── face-id.svg │ │ ├── filter.svg │ │ ├── fire.svg │ │ ├── flashlight.svg │ │ ├── fullscreen-exit.svg │ │ ├── fullscreen.svg │ │ ├── gift.svg │ │ ├── github.svg │ │ ├── globe.svg │ │ ├── key.svg │ │ ├── laptop.svg │ │ ├── ledger-alt.svg │ │ ├── ledger.svg │ │ ├── link.svg │ │ ├── lock.svg │ │ ├── magic-wand-loading.svg │ │ ├── magic-wand.svg │ │ ├── manual-lock.svg │ │ ├── menu-cards.svg │ │ ├── menu-close.svg │ │ ├── menu-copy.svg │ │ ├── menu-dots.svg │ │ ├── menu-gem.svg │ │ ├── menu-globe.svg │ │ ├── menu-list.svg │ │ ├── menu-magic.svg │ │ ├── menu-multisend.svg │ │ ├── menu-params.svg │ │ ├── menu-percent.svg │ │ ├── menu-plus.svg │ │ ├── menu-receive.svg │ │ ├── menu-reload.svg │ │ ├── menu-rename.svg │ │ ├── menu-reorder.svg │ │ ├── menu-sell.svg │ │ ├── menu-send.svg │ │ ├── menu-swap.svg │ │ ├── menu-trash.svg │ │ ├── missed.svg │ │ ├── more.svg │ │ ├── params.svg │ │ ├── paste.svg │ │ ├── pen.svg │ │ ├── percent.svg │ │ ├── plus.svg │ │ ├── purchase.svg │ │ ├── qr-scanner-alt.svg │ │ ├── qr-scanner.svg │ │ ├── question.svg │ │ ├── receive-alt.svg │ │ ├── receive.svg │ │ ├── replace.svg │ │ ├── search.svg │ │ ├── send-alt.svg │ │ ├── send-small.svg │ │ ├── send.svg │ │ ├── settings.svg │ │ ├── share-android.svg │ │ ├── share-ios.svg │ │ ├── share.svg │ │ ├── snow.svg │ │ ├── sort.svg │ │ ├── spinner.svg │ │ ├── star-filled.svg │ │ ├── star.svg │ │ ├── swap.svg │ │ ├── switch.svg │ │ ├── tag.svg │ │ ├── telegram-filled.svg │ │ ├── telegram.svg │ │ ├── testnet.svg │ │ ├── ton.svg │ │ ├── tonexplorer-small.svg │ │ ├── tonexplorer.svg │ │ ├── tooltip.svg │ │ ├── touch-id.svg │ │ ├── trash-small.svg │ │ ├── trash.svg │ │ ├── update.svg │ │ ├── verification.svg │ │ ├── versions.svg │ │ ├── view-landscape.svg │ │ ├── view-portrait.svg │ │ ├── wallet-add.svg │ │ ├── wallet-view.svg │ │ ├── wallet.svg │ │ ├── windows-close.svg │ │ ├── windows-maximize.svg │ │ └── windows-minimize.svg │ ├── incoming-transaction.mp3 │ ├── ledger │ │ ├── desktop-dark.png │ │ ├── desktop.png │ │ ├── ios-dark.png │ │ ├── ios.png │ │ ├── mobile-bluetooth-dark.png │ │ ├── mobile-bluetooth.png │ │ ├── mobile-usb-dark.png │ │ └── mobile-usb.png │ ├── logo.svg │ ├── logo │ │ ├── dedust.png │ │ └── stonfi.png │ ├── logoCoreWallet.svg │ ├── logoDark.svg │ ├── logoLight.svg │ ├── lottie │ │ ├── add_dark.tgs │ │ ├── add_light.tgs │ │ ├── clock_dark.tgs │ │ ├── clock_dark_blue.tgs │ │ ├── clock_dark_gray.tgs │ │ ├── clock_dark_green.tgs │ │ ├── clock_dark_orange.tgs │ │ ├── clock_dark_purple.tgs │ │ ├── clock_dark_purple_white.tgs │ │ ├── clock_dark_red.tgs │ │ ├── clock_light.tgs │ │ ├── clock_light_blue.tgs │ │ ├── clock_light_gray.tgs │ │ ├── clock_light_green.tgs │ │ ├── clock_light_orange.tgs │ │ ├── clock_light_purple.tgs │ │ ├── clock_light_purple_white.tgs │ │ ├── clock_light_red.tgs │ │ ├── core_wallet_logo.tgs │ │ ├── duck_bill.tgs │ │ ├── duck_forges.tgs │ │ ├── duck_guard.tgs │ │ ├── duck_happy.tgs │ │ ├── duck_hello.tgs │ │ ├── duck_no-data.tgs │ │ ├── duck_run.tgs │ │ ├── duck_snitch.tgs │ │ ├── duck_thumb.tgs │ │ ├── duck_ton.tgs │ │ ├── duck_wait.tgs │ │ ├── duck_yeee.tgs │ │ ├── earn_dark.tgs │ │ ├── earn_dark_purple.tgs │ │ ├── earn_light.tgs │ │ ├── earn_light_purple.tgs │ │ ├── send_dark.tgs │ │ ├── send_light.tgs │ │ ├── swap_dark.tgs │ │ └── swap_light.tgs │ ├── lottiePreview │ │ ├── clock_dark.svg │ │ ├── clock_dark_blue.svg │ │ ├── clock_dark_gray.svg │ │ ├── clock_dark_green.svg │ │ ├── clock_dark_orange.svg │ │ ├── clock_dark_purple.svg │ │ ├── clock_dark_purple_white.svg │ │ ├── clock_dark_red.svg │ │ ├── clock_light.svg │ │ ├── clock_light_blue.svg │ │ ├── clock_light_gray.svg │ │ ├── clock_light_green.svg │ │ ├── clock_light_orange.svg │ │ ├── clock_light_purple.svg │ │ ├── clock_light_purple_white.svg │ │ ├── clock_light_red.svg │ │ ├── core_wallet_logo.png │ │ ├── duck_bill.png │ │ ├── duck_forges.png │ │ ├── duck_guard.png │ │ ├── duck_happy.png │ │ ├── duck_hello.png │ │ ├── duck_no-data.png │ │ ├── duck_run.png │ │ ├── duck_snitch.png │ │ ├── duck_thumb.png │ │ ├── duck_ton.png │ │ ├── duck_wait.png │ │ └── duck_yeee.png │ ├── mediaViewer │ │ ├── navigation_next.svg │ │ └── navigation_previous.svg │ ├── sale.svg │ ├── scam.svg │ ├── settings │ │ ├── settings_about.svg │ │ ├── settings_air.svg │ │ ├── settings_appearance.svg │ │ ├── settings_assets-activity.svg │ │ ├── settings_backup-secret.svg │ │ ├── settings_backup.svg │ │ ├── settings_biometrics.svg │ │ ├── settings_checkmark.svg │ │ ├── settings_connected-dapps.svg │ │ ├── settings_disclaimer.svg │ │ ├── settings_exit.svg │ │ ├── settings_face-id.svg │ │ ├── settings_helpcenter.svg │ │ ├── settings_hot.svg │ │ ├── settings_install-app.svg │ │ ├── settings_install-desktop.svg │ │ ├── settings_install-mobile.svg │ │ ├── settings_language.svg │ │ ├── settings_ledger.svg │ │ ├── settings_lock.svg │ │ ├── settings_mtw-cards.svg │ │ ├── settings_mytonwallet.svg │ │ ├── settings_notifications.svg │ │ ├── settings_private-key.svg │ │ ├── settings_secret-words.svg │ │ ├── settings_security.svg │ │ ├── settings_support.svg │ │ ├── settings_telegram-menu.svg │ │ ├── settings_tips.svg │ │ ├── settings_ton-links.svg │ │ ├── settings_ton-magic.svg │ │ ├── settings_ton-proxy.svg │ │ ├── settings_video.svg │ │ └── settings_wallet-version.svg │ ├── theme │ │ ├── theme_dark.png │ │ ├── theme_light.png │ │ └── theme_system.png │ ├── transfer_dapp_bg.jpg │ ├── transfer_dapp_info_bg.svg │ ├── vesting_bg.png │ ├── vesting_bg@2x.png │ ├── vesting_bg_dark.png │ └── vesting_bg_dark@2x.png ├── components │ ├── App.module.scss │ ├── App.tsx │ ├── AppInactive.module.scss │ ├── AppInactive.tsx │ ├── Dialogs.tsx │ ├── appLocked │ │ ├── AppLocked.module.scss │ │ ├── AppLocked.tsx │ │ ├── Logo.tsx │ │ ├── PasswordFormSlide.tsx │ │ └── UnlockButtonSlide.tsx │ ├── auth │ │ ├── Auth.module.scss │ │ ├── Auth.tsx │ │ ├── AuthCheckPassword.tsx │ │ ├── AuthCheckWords.tsx │ │ ├── AuthConfirmBiometrics.tsx │ │ ├── AuthConfirmPin.tsx │ │ ├── AuthCongratulations.tsx │ │ ├── AuthCreateBiometrics.tsx │ │ ├── AuthCreateNativeBiometrics.tsx │ │ ├── AuthCreatePassword.tsx │ │ ├── AuthCreatePin.tsx │ │ ├── AuthCreatingWallet.tsx │ │ ├── AuthDisclaimer.tsx │ │ ├── AuthImportMnemonic.tsx │ │ ├── AuthImportViewAccount.tsx │ │ ├── AuthImportWalletModal.tsx │ │ ├── AuthSafetyRules.tsx │ │ ├── AuthSecretWords.tsx │ │ ├── AuthStart.tsx │ │ ├── Header.module.scss │ │ ├── Header.tsx │ │ ├── MnemonicCheck.tsx │ │ ├── MnemonicList.tsx │ │ ├── MnemonicPrivateKey.tsx │ │ └── SafetyRules.tsx │ ├── common │ │ ├── AccentColorSelector.module.scss │ │ ├── AccentColorSelector.tsx │ │ ├── AccountButton.module.scss │ │ ├── AccountButton.tsx │ │ ├── AccountButtonWrapper.tsx │ │ ├── AccountRowContent.module.scss │ │ ├── AccountRowContent.tsx │ │ ├── AccountRowInner.tsx │ │ ├── Countdown.module.scss │ │ ├── Countdown.tsx │ │ ├── FeeDetailsModal.module.scss │ │ ├── FeeDetailsModal.tsx │ │ ├── InputMnemonic.module.scss │ │ ├── InputMnemonic.tsx │ │ ├── SelectTokenButton.module.scss │ │ ├── SelectTokenButton.tsx │ │ ├── SensitiveDataMask.module.scss │ │ ├── SensitiveDataMask.tsx │ │ ├── SwapResult.module.scss │ │ ├── SwapResult.tsx │ │ ├── SwapTokensInfo.module.scss │ │ ├── SwapTokensInfo.tsx │ │ ├── TokenIcon.module.scss │ │ ├── TokenIcon.tsx │ │ ├── TokenPriceChart.tsx │ │ ├── TokenSelector.module.scss │ │ ├── TokenSelector.tsx │ │ ├── TransactionAmount.module.scss │ │ ├── TransactionAmount.tsx │ │ ├── TransactionBanner.module.scss │ │ ├── TransactionBanner.tsx │ │ ├── TransactionFee.module.scss │ │ ├── TransactionFee.tsx │ │ ├── TransferResult.module.scss │ │ ├── TransferResult.tsx │ │ └── backup │ │ │ ├── BackUpContent.module.scss │ │ │ ├── CheckWordsContent.tsx │ │ │ ├── CheckWordsForm.module.scss │ │ │ ├── CheckWordsForm.tsx │ │ │ ├── PrivateKeyContent.tsx │ │ │ ├── SafetyRulesContent.tsx │ │ │ ├── SecretWordsContent.tsx │ │ │ └── SecretWordsList.tsx │ ├── customizeWallet │ │ ├── CardGrid.module.scss │ │ ├── CardGrid.tsx │ │ ├── CustomizeWalletModal.module.scss │ │ ├── CustomizeWalletModal.tsx │ │ ├── EmptyState.module.scss │ │ ├── EmptyState.tsx │ │ ├── NftCardItem.module.scss │ │ ├── NftCardItem.tsx │ │ ├── WalletCardPreview.module.scss │ │ ├── WalletCardPreview.tsx │ │ ├── constants.ts │ │ └── hooks │ │ │ └── useFontScalePreview.ts │ ├── dapps │ │ ├── Dapp.module.scss │ │ ├── DappAmountField.tsx │ │ ├── DappConnectModal.tsx │ │ ├── DappHostWarning.tsx │ │ ├── DappInfo.tsx │ │ ├── DappInfoWithAccount.tsx │ │ ├── DappPassword.tsx │ │ ├── DappSignDataInitial.tsx │ │ ├── DappSignDataModal.tsx │ │ ├── DappSkeletonWithContent.tsx │ │ ├── DappTransaction.tsx │ │ ├── DappTransactionPayload.tsx │ │ ├── DappTransferComplete.tsx │ │ ├── DappTransferInitial.tsx │ │ └── DappTransferModal.tsx │ ├── domain │ │ ├── LinkingDomainModal.tsx │ │ ├── RenewDomainModal.module.scss │ │ └── RenewDomainModal.tsx │ ├── electron │ │ ├── ElectronHeader.module.scss │ │ ├── ElectronHeader.tsx │ │ ├── UpdateApp.module.scss │ │ └── UpdateApp.tsx │ ├── explore │ │ ├── Category.module.scss │ │ ├── Category.tsx │ │ ├── CategoryHeader.module.scss │ │ ├── CategoryHeader.tsx │ │ ├── DappFeed.module.scss │ │ ├── DappFeed.tsx │ │ ├── DappFeedItem.tsx │ │ ├── Explore.module.scss │ │ ├── Explore.tsx │ │ ├── ExploreSearch.tsx │ │ ├── ExploreSearchSuggestions.tsx │ │ ├── Site.tsx │ │ ├── SiteList.module.scss │ │ ├── SiteList.tsx │ │ ├── helpers │ │ │ └── utils.ts │ │ └── hooks │ │ │ └── useWalletSuggestions.ts │ ├── ledger │ │ ├── LedgerConfirmOperation.tsx │ │ ├── LedgerConnect.tsx │ │ ├── LedgerModal.module.scss │ │ ├── LedgerModal.tsx │ │ └── LedgerSelectWallets.tsx │ ├── main │ │ ├── Main.module.scss │ │ ├── Main.tsx │ │ ├── Notifications.tsx │ │ ├── helpers │ │ │ ├── calcSafeAreaTop.ts │ │ │ ├── calcVestingAmountByStatus.ts │ │ │ ├── cardColors.ts │ │ │ └── scrollableContainer.ts │ │ ├── modals │ │ │ ├── AddAccountModal.module.scss │ │ │ ├── AddAccountModal.tsx │ │ │ ├── AddAccountPasswordModal.tsx │ │ │ ├── BackupModal.module.scss │ │ │ ├── BackupModal.tsx │ │ │ ├── DeleteSavedAddressModal.module.scss │ │ │ ├── DeleteSavedAddressModal.tsx │ │ │ ├── DeleteTokenModal.module.scss │ │ │ ├── DeleteTokenModal.tsx │ │ │ ├── DisconnectDappModal.module.scss │ │ │ ├── DisconnectDappModal.tsx │ │ │ ├── HideNftModal.tsx │ │ │ ├── LogOutModal.module.scss │ │ │ ├── LogOutModal.tsx │ │ │ ├── NftAttributesModal.module.scss │ │ │ ├── NftAttributesModal.tsx │ │ │ ├── OffRampWidgetModal.module.scss │ │ │ ├── OffRampWidgetModal.tsx │ │ │ ├── OnRampWidgetModal.module.scss │ │ │ ├── OnRampWidgetModal.tsx │ │ │ ├── QrScannerModal.module.scss │ │ │ ├── QrScannerModal.tsx │ │ │ ├── SignatureModal.module.scss │ │ │ ├── SignatureModal.tsx │ │ │ ├── SwapActivityModal.tsx │ │ │ ├── TransactionModal.module.scss │ │ │ ├── TransactionModal.tsx │ │ │ ├── UnhideNftModal.tsx │ │ │ └── accountSelector │ │ │ │ ├── AccountRenameModal.tsx │ │ │ │ ├── AccountSelectorFooter.tsx │ │ │ │ ├── AccountSelectorHeader.module.scss │ │ │ │ ├── AccountSelectorHeader.tsx │ │ │ │ ├── AccountSelectorModal.module.scss │ │ │ │ ├── AccountSelectorModal.tsx │ │ │ │ ├── AccountWalletCard.module.scss │ │ │ │ ├── AccountWalletCard.tsx │ │ │ │ ├── AccountWalletItem.module.scss │ │ │ │ ├── AccountWalletItem.tsx │ │ │ │ ├── AccountsEmptyState.tsx │ │ │ │ ├── AccountsGridView.tsx │ │ │ │ ├── AccountsListView.tsx │ │ │ │ ├── CustomCardPreview.module.scss │ │ │ │ ├── CustomCardPreview.tsx │ │ │ │ └── hooks │ │ │ │ ├── useAccountContextMenu.ts │ │ │ │ ├── useAccountsBalances.ts │ │ │ │ ├── useFilteredAccounts.ts │ │ │ │ └── useSortableAccounts.ts │ │ └── sections │ │ │ ├── Actions │ │ │ ├── BottomBar.module.scss │ │ │ ├── BottomBar.tsx │ │ │ ├── LandscapeActions.module.scss │ │ │ ├── LandscapeActions.tsx │ │ │ ├── PortraitActions.module.scss │ │ │ ├── PortraitActions.tsx │ │ │ ├── helpers │ │ │ │ └── sendMenu.ts │ │ │ └── index.ts │ │ │ ├── Card │ │ │ ├── AddressMenu.tsx │ │ │ ├── AddressMenuButton.tsx │ │ │ ├── Card.module.scss │ │ │ ├── Card.tsx │ │ │ ├── CardAddress.tsx │ │ │ ├── ChartHistorySwitcher.module.scss │ │ │ ├── ChartHistorySwitcher.tsx │ │ │ ├── CurrencySwitcherMenu.tsx │ │ │ ├── CustomCardBackground.module.scss │ │ │ ├── CustomCardBackground.tsx │ │ │ ├── CustomCardManager.tsx │ │ │ ├── TokenCard.tsx │ │ │ ├── ViewModeIcon.tsx │ │ │ ├── helpers │ │ │ │ ├── calculateFullBalance.ts │ │ │ │ └── getSensitiveDataMaskSkinFromCardNft.ts │ │ │ ├── hooks │ │ │ │ └── useAddressMenu.ts │ │ │ └── index.ts │ │ │ ├── Content │ │ │ ├── Activities.module.scss │ │ │ ├── Activities.tsx │ │ │ ├── Activity.module.scss │ │ │ ├── Activity.tsx │ │ │ ├── ActivityListItem.tsx │ │ │ ├── ActivityStatusIcon.tsx │ │ │ ├── Assets.module.scss │ │ │ ├── Assets.tsx │ │ │ ├── Content.module.scss │ │ │ ├── Content.tsx │ │ │ ├── NewWalletGreeting.module.scss │ │ │ ├── NewWalletGreeting.tsx │ │ │ ├── Nft.module.scss │ │ │ ├── Nft.tsx │ │ │ ├── NftCollectionHeader.module.scss │ │ │ ├── NftCollectionHeader.tsx │ │ │ ├── NftMenu.module.scss │ │ │ ├── NftMenu.tsx │ │ │ ├── NftSelectionHeader.tsx │ │ │ ├── Nfts.tsx │ │ │ ├── Swap.tsx │ │ │ ├── Token.module.scss │ │ │ ├── Token.tsx │ │ │ ├── Transaction.tsx │ │ │ ├── hooks │ │ │ │ ├── useActivityListEntry.ts │ │ │ │ └── useTokenContextMenu.ts │ │ │ └── index.ts │ │ │ ├── Header │ │ │ ├── AccountSelector.module.scss │ │ │ ├── AccountSelector.tsx │ │ │ ├── Header.module.scss │ │ │ ├── Header.tsx │ │ │ ├── HeaderActions.module.scss │ │ │ ├── QrScannerButton.tsx │ │ │ └── actionButtons │ │ │ │ ├── AppLockButton.tsx │ │ │ │ ├── BackButton.module.scss │ │ │ │ ├── BackButton.tsx │ │ │ │ ├── Buttons.module.scss │ │ │ │ ├── QrScannerButton.tsx │ │ │ │ ├── SettingsButton.tsx │ │ │ │ ├── ToggleFullscreenButton.tsx │ │ │ │ ├── ToggleLayoutButton.tsx │ │ │ │ └── ToggleSensitiveDataButton.tsx │ │ │ └── Warnings │ │ │ ├── BackupWarning.tsx │ │ │ ├── RenewDomainWarning.tsx │ │ │ ├── ScamWalletWarning.tsx │ │ │ ├── SecurityWarning.tsx │ │ │ ├── Warnings.module.scss │ │ │ ├── Warnings.tsx │ │ │ └── index.ts │ ├── mediaViewer │ │ ├── Actions.tsx │ │ ├── Media.tsx │ │ ├── MediaInfo.tsx │ │ ├── MediaViewer.module.scss │ │ ├── MediaViewer.tsx │ │ ├── Slides.tsx │ │ ├── helpers │ │ │ └── ghostAnimation.ts │ │ └── hooks │ │ │ ├── useNftMenu.ts │ │ │ └── useZoomChangeSignal.ts │ ├── mintCard │ │ ├── CardPros.module.scss │ │ ├── CardPros.tsx │ │ ├── CardRoster.tsx │ │ ├── MintCardButton.module.scss │ │ ├── MintCardButton.tsx │ │ ├── MintCardModal.module.scss │ │ └── MintCardModal.tsx │ ├── receive │ │ ├── Content.tsx │ │ ├── InvoiceModal.tsx │ │ ├── ReceiveModal.module.scss │ │ ├── ReceiveModal.tsx │ │ ├── content │ │ │ ├── Actions.module.scss │ │ │ ├── Actions.tsx │ │ │ └── Address.tsx │ │ └── index.ts │ ├── settings │ │ ├── Settings.module.scss │ │ ├── Settings.tsx │ │ ├── SettingsAbout.tsx │ │ ├── SettingsAppearance.tsx │ │ ├── SettingsAssets.tsx │ │ ├── SettingsDapps.tsx │ │ ├── SettingsDeveloperOptions.tsx │ │ ├── SettingsDisclaimer.tsx │ │ ├── SettingsHiddenNfts.tsx │ │ ├── SettingsLanguage.tsx │ │ ├── SettingsModal.tsx │ │ ├── SettingsPushNotifications.tsx │ │ ├── SettingsSecurity.tsx │ │ ├── SettingsTokenList.tsx │ │ ├── SettingsTokens.tsx │ │ ├── SettingsWalletVersion.tsx │ │ ├── backup │ │ │ ├── Backup.module.scss │ │ │ ├── Backup.tsx │ │ │ ├── BackupPrivateKey.tsx │ │ │ ├── BackupSafetyRules.tsx │ │ │ └── BackupSecretWords.tsx │ │ ├── biometrics │ │ │ ├── Biometrics.module.scss │ │ │ ├── Biometrics.tsx │ │ │ ├── NativeBiometricsToggle.tsx │ │ │ ├── NativeBiometricsTurnOn.tsx │ │ │ ├── TurnOff.tsx │ │ │ ├── TurnOffWarning.tsx │ │ │ └── TurnOn.tsx │ │ └── nfts │ │ │ ├── HiddenByUserNft.tsx │ │ │ └── ProbablyScamNft.tsx │ ├── staking │ │ ├── StakeModal.tsx │ │ ├── Staking.module.scss │ │ ├── StakingClaimModal.module.scss │ │ ├── StakingClaimModal.tsx │ │ ├── StakingInfoContent.tsx │ │ ├── StakingInfoModal.tsx │ │ ├── StakingInitial.tsx │ │ ├── StakingProfileItem.module.scss │ │ ├── StakingProfitItem.tsx │ │ ├── UnstakeModal.tsx │ │ └── hooks │ │ │ └── useTokenDropdown.ts │ ├── swap │ │ ├── Swap.module.scss │ │ ├── SwapBlockchain.tsx │ │ ├── SwapComplete.tsx │ │ ├── SwapDexChooser.module.scss │ │ ├── SwapDexChooser.tsx │ │ ├── SwapInitial.tsx │ │ ├── SwapModal.tsx │ │ ├── SwapPassword.tsx │ │ ├── SwapSettingsModal.tsx │ │ ├── SwapWaitTokens.tsx │ │ └── components │ │ │ └── SwapSubmitButton.tsx │ ├── transfer │ │ ├── CommentSection.tsx │ │ ├── NftChips.module.scss │ │ ├── NftChips.tsx │ │ ├── NftInfo.module.scss │ │ ├── NftInfo.tsx │ │ ├── SentTabs.module.scss │ │ ├── SentTabs.tsx │ │ ├── Transfer.module.scss │ │ ├── TransferComplete.tsx │ │ ├── TransferConfirm.tsx │ │ ├── TransferInitial.tsx │ │ ├── TransferModal.tsx │ │ ├── TransferMultiNftProcess.tsx │ │ └── TransferPassword.tsx │ ├── ui │ │ ├── AddressBook.tsx │ │ ├── AddressBookItem.tsx │ │ ├── AddressInput.module.scss │ │ ├── AddressInput.tsx │ │ ├── AmountInput.module.scss │ │ ├── AmountInput.tsx │ │ ├── AmountInputMaxButton.module.scss │ │ ├── AmountInputMaxButton.tsx │ │ ├── AmountWithFeeTextField.module.scss │ │ ├── AmountWithFeeTextField.tsx │ │ ├── AnimatedCounter.module.scss │ │ ├── AnimatedCounter.tsx │ │ ├── AnimatedIcon.tsx │ │ ├── AnimatedIconWithPreview.module.scss │ │ ├── AnimatedIconWithPreview.tsx │ │ ├── AnimatedSticker.tsx │ │ ├── Button.module.scss │ │ ├── Button.tsx │ │ ├── Checkbox.module.scss │ │ ├── Checkbox.tsx │ │ ├── ClockIcon.module.scss │ │ ├── ClockIcon.tsx │ │ ├── Collapsible.scss │ │ ├── Collapsible.tsx │ │ ├── ConfettiContainer.module.scss │ │ ├── ConfettiContainer.tsx │ │ ├── CreatePasswordForm.tsx │ │ ├── Draggable.module.scss │ │ ├── Draggable.tsx │ │ ├── Dropdown.module.scss │ │ ├── Dropdown.tsx │ │ ├── DropdownItemContent.tsx │ │ ├── DropdownMenu.tsx │ │ ├── Emoji.module.scss │ │ ├── Emoji.tsx │ │ ├── Fee.module.scss │ │ ├── Fee.tsx │ │ ├── FeeLine.module.scss │ │ ├── FeeLine.tsx │ │ ├── IFrameBrowser.module.scss │ │ ├── IFrameBrowser.tsx │ │ ├── IconWithTooltip.module.scss │ │ ├── IconWithTooltip.tsx │ │ ├── Image.tsx │ │ ├── ImageWithParticles.module.scss │ │ ├── ImageWithParticles.tsx │ │ ├── InAppBrowser.tsx │ │ ├── InfiniteScroll.tsx │ │ ├── Input.module.scss │ │ ├── Input.tsx │ │ ├── InteractiveTextField.module.scss │ │ ├── InteractiveTextField.tsx │ │ ├── ListItem.module.scss │ │ ├── ListItem.tsx │ │ ├── LoadingDots.module.scss │ │ ├── LoadingDots.tsx │ │ ├── LoadingOverlay.module.scss │ │ ├── LoadingOverlay.tsx │ │ ├── Menu.module.scss │ │ ├── Menu.tsx │ │ ├── MenuBackdrop.module.scss │ │ ├── MenuBackdrop.tsx │ │ ├── MenuItem.module.scss │ │ ├── MenuItem.tsx │ │ ├── Modal.module.scss │ │ ├── Modal.tsx │ │ ├── ModalHeader.tsx │ │ ├── Notification.module.scss │ │ ├── Notification.tsx │ │ ├── ParticlesCanvas.module.scss │ │ ├── ParticlesCanvas.tsx │ │ ├── PasswordForm.module.scss │ │ ├── PasswordForm.tsx │ │ ├── PinPad.module.scss │ │ ├── PinPad.tsx │ │ ├── PinPadButton.tsx │ │ ├── Portal.ts │ │ ├── Radio.module.scss │ │ ├── Radio.tsx │ │ ├── RichNumberField.tsx │ │ ├── RichNumberInput.tsx │ │ ├── SearchBar.module.scss │ │ ├── SearchBar.tsx │ │ ├── SensitiveData.module.scss │ │ ├── SensitiveData.tsx │ │ ├── ShowTransition.tsx │ │ ├── Skeleton.module.scss │ │ ├── Skeleton.tsx │ │ ├── Spinner.module.scss │ │ ├── Spinner.tsx │ │ ├── SuggestionList.module.scss │ │ ├── SuggestionList.tsx │ │ ├── Switcher.module.scss │ │ ├── Switcher.tsx │ │ ├── Tab.module.scss │ │ ├── Tab.tsx │ │ ├── TabList.module.scss │ │ ├── TabList.tsx │ │ ├── TokenDropdown.module.scss │ │ ├── TokenDropdown.tsx │ │ ├── Transition.scss │ │ ├── Transition.tsx │ │ ├── UpdateAvailable.module.scss │ │ ├── UpdateAvailable.tsx │ │ ├── WalletAvatar.module.scss │ │ ├── WalletAvatar.tsx │ │ ├── WithContextMenu.tsx │ │ ├── helpers │ │ │ ├── animatedAssets.ts │ │ │ ├── assetLogos.ts │ │ │ ├── buildContentHtml.ts │ │ │ ├── doesSavedAddressFitSearch.ts │ │ │ ├── getAvatarGradientColor.ts │ │ │ ├── getAvatarInitials.test.ts │ │ │ └── getAvatarInitials.ts │ │ └── hooks │ │ │ ├── useAddressBookItems.ts │ │ │ └── useAmountInputState.ts │ └── vesting │ │ ├── VestingModal.module.scss │ │ ├── VestingModal.tsx │ │ └── VestingPasswordModal.tsx ├── config.ts ├── electron │ ├── autoUpdates.ts │ ├── config.yml │ ├── deeplink.ts │ ├── main.ts │ ├── preload.ts │ ├── secrets.ts │ ├── storageUtils.ts │ ├── tray.ts │ ├── types.ts │ ├── utils.ts │ └── window.ts ├── extension │ ├── contentScript.ts │ ├── manifest.json │ ├── pageScript │ │ ├── TonConnect.ts │ │ ├── TonProvider.ts │ │ ├── deeplinkHook.ts │ │ ├── index.ts │ │ └── tonMagic.ts │ └── serviceWorker.ts ├── giveaways │ ├── README.md │ ├── assets │ │ └── logo.svg │ ├── components │ │ ├── App.module.scss │ │ ├── App.tsx │ │ ├── CalendarIcon.module.scss │ │ ├── CalendarIcon.tsx │ │ ├── CommonPage.module.scss │ │ ├── CommonPage.tsx │ │ ├── Footer.module.scss │ │ ├── Footer.tsx │ │ ├── GiveawayInfo.module.scss │ │ ├── GiveawayInfo.tsx │ │ ├── ImageSection.module.scss │ │ ├── ImageSection.tsx │ │ ├── TokenInfo.module.scss │ │ └── TokenInfo.tsx │ ├── config.ts │ ├── index.html │ ├── index.scss │ ├── index.tsx │ ├── pages │ │ ├── CaptchaPage.module.scss │ │ ├── CaptchaPage.tsx │ │ ├── CompleteTaskPage.module.scss │ │ ├── CompleteTaskPage.tsx │ │ ├── ConnectPage.module.scss │ │ ├── ConnectPage.tsx │ │ ├── GiveawayInfoPage.module.scss │ │ ├── GiveawayInfoPage.tsx │ │ └── Title.module.scss │ └── utils │ │ ├── giveaway.ts │ │ ├── mockI18nEn.json │ │ ├── tonConnect.ts │ │ └── windowEnvironment.ts ├── global │ ├── actions │ │ ├── api │ │ │ ├── activities.ts │ │ │ ├── auth.ts │ │ │ ├── cards.ts │ │ │ ├── dapps.ts │ │ │ ├── domains.ts │ │ │ ├── initial.ts │ │ │ ├── nfts.ts │ │ │ ├── notifications.ts │ │ │ ├── staking.ts │ │ │ ├── swap.test.ts │ │ │ ├── swap.ts │ │ │ ├── tokens.ts │ │ │ ├── transfer.ts │ │ │ ├── vesting.ts │ │ │ └── wallet.ts │ │ ├── apiUpdates │ │ │ ├── activities.ts │ │ │ ├── dapp.ts │ │ │ └── initial.ts │ │ ├── index.ts │ │ └── ui │ │ │ ├── accounts.ts │ │ │ ├── auth.ts │ │ │ ├── cards.ts │ │ │ ├── customizeWallet.ts │ │ │ ├── dapps.ts │ │ │ ├── domains.ts │ │ │ ├── hardware.ts │ │ │ ├── initial.ts │ │ │ ├── misc.ts │ │ │ ├── nfts.ts │ │ │ ├── notifications.ts │ │ │ ├── settings.ts │ │ │ ├── shared.ts │ │ │ ├── tokens.ts │ │ │ ├── transfer.ts │ │ │ └── vesting.ts │ ├── cache.ts │ ├── helpers │ │ ├── auth.ts │ │ ├── errors.ts │ │ ├── getHelpCenterUrl.ts │ │ ├── index.ts │ │ ├── misc.ts │ │ ├── number.ts │ │ ├── renderText.tsx │ │ ├── swap.ts │ │ └── transfer.ts │ ├── index.ts │ ├── init.ts │ ├── initialState.ts │ ├── reducers │ │ ├── activities.ts │ │ ├── cards.ts │ │ ├── dapp.ts │ │ ├── domains.ts │ │ ├── hardware.ts │ │ ├── index.ts │ │ ├── misc.ts │ │ ├── nfts.ts │ │ ├── notifications.ts │ │ ├── staking.ts │ │ ├── swap.ts │ │ ├── tokens.ts │ │ ├── transfer.ts │ │ ├── vesting.ts │ │ └── wallet.ts │ ├── selectors │ │ ├── accounts.ts │ │ ├── activities.ts │ │ ├── dapp.ts │ │ ├── domains.ts │ │ ├── index.ts │ │ ├── notifications.ts │ │ ├── staking.ts │ │ ├── swap.ts │ │ ├── tokens.ts │ │ └── transfer.ts │ └── types.ts ├── hooks │ ├── freezeWhenClosed.ts │ ├── useAppIntersectionObserver.ts │ ├── useAppTheme.ts │ ├── useAsync.ts │ ├── useAsyncResolvers.ts │ ├── useBackgroundMode.ts │ ├── useBrowserUiColor.ts │ ├── useCachedImage.ts │ ├── useCardCustomization.ts │ ├── useClipboardPaste.ts │ ├── useCombinedRef.ts │ ├── useContextMenuHandlers.ts │ ├── useCurrentOrPrev.ts │ ├── useDebouncedCallback.ts │ ├── useDelegatedBottomSheet.ts │ ├── useDelegatingBottomSheet.ts │ ├── useDerivedSignal.ts │ ├── useDerivedState.ts │ ├── useDeviceScreen.ts │ ├── useEffectOnce.ts │ ├── useEffectWithPrevDeps.ts │ ├── useElectronDrag.ts │ ├── useElementVisibility.ts │ ├── useFlag.ts │ ├── useFocusAfterAnimation.tsx │ ├── useFontScale.ts │ ├── useForceUpdate.ts │ ├── useHeavyAnimation.ts │ ├── useHideBottomBar.ts │ ├── useHideBrowser.ts │ ├── useHistoryBack.ts │ ├── useHorizontalScroll.ts │ ├── useHotkeys.ts │ ├── useInfiniteLoader.ts │ ├── useInfiniteScroll.ts │ ├── useIntersectionObserver.ts │ ├── useInterval.ts │ ├── useKeyboardListNavigation.ts │ ├── useLang.ts │ ├── useLastCallback.ts │ ├── useLayoutEffectWithPrevDeps.ts │ ├── useLongPress.ts │ ├── useMatchCount.ts │ ├── useMediaQuery.ts │ ├── useMediaTransition.ts │ ├── useMenuPosition.ts │ ├── useModalTransitionKeys.ts │ ├── usePasswordValidation.ts │ ├── usePrevDuringAnimation.ts │ ├── usePrevDuringAnimationSimple.ts │ ├── usePreventPinchZoomGesture.ts │ ├── usePrevious.ts │ ├── usePrevious2.ts │ ├── usePriorityPlaybackCheck.ts │ ├── useQrCode.ts │ ├── useQrScannerSupport.ts │ ├── useScrolledState.ts │ ├── useSharedIntersectionObserver.ts │ ├── useShowTransition.ts │ ├── useSignal.ts │ ├── useSignalEffect.ts │ ├── useSignalRef.ts │ ├── useStateRef.ts │ ├── useSyncEffect.ts │ ├── useSyncEffectWithPrevDeps.ts │ ├── useThrottledCallback.ts │ ├── useTimeout.ts │ ├── useToggleClass.ts │ ├── useTraceUpdatedProps.ts │ ├── useTransitionActiveKey.ts │ ├── useUniqueId.ts │ ├── useUpdateIndicator.ts │ ├── useVesting.ts │ ├── useViewTransition.ts │ ├── useViewTransitionedState.ts │ ├── useVirtualBackdrop.ts │ └── useWindowSize.ts ├── i18n │ ├── air │ │ ├── de.yaml │ │ ├── en.yaml │ │ ├── es.yaml │ │ ├── pl.yaml │ │ ├── ru.yaml │ │ ├── th.yaml │ │ ├── tr.yaml │ │ ├── uk.yaml │ │ ├── zh-Hans.yaml │ │ └── zh-Hant.yaml │ ├── de.yaml │ ├── en.yaml │ ├── es.yaml │ ├── pl.yaml │ ├── ru.yaml │ ├── th.yaml │ ├── tr.yaml │ ├── uk.yaml │ ├── zh-Hans.yaml │ └── zh-Hant.yaml ├── index.html ├── index.tsx ├── lib │ ├── aes-js │ │ └── index.js │ ├── axios-fetch-adapter │ │ ├── LICENSE │ │ └── index.js │ ├── axios-retry │ │ ├── index.d.ts │ │ └── index.js │ ├── big.js │ │ ├── LICENCE.md │ │ ├── index.d.ts │ │ └── index.js │ ├── confusables │ │ ├── LICENSE.md │ │ ├── characters.ts │ │ ├── index.ts │ │ └── util.ts │ ├── ed25519-hd-key │ │ └── index.ts │ ├── fasterdom │ │ ├── fasterdom.ts │ │ ├── layoutCauses.ts │ │ └── stricterdom.ts │ ├── is-retry-allowed │ │ ├── index.d.ts │ │ └── index.js │ ├── ledger-hw-transport-ble │ │ ├── BleTransport.ts │ │ ├── awaitsBleOn.ts │ │ ├── monitorCharacteristic.ts │ │ ├── remapErrors.ts │ │ └── types.ts │ ├── mediaWorker │ │ └── index.worker.ts │ ├── noble-ed25519 │ │ └── index.js │ ├── offscreen-canvas │ │ └── offscreen-canvas.worker.ts │ ├── quantize.js │ ├── rlottie │ │ ├── RLottie.async.ts │ │ ├── RLottie.ts │ │ ├── __mocks__ │ │ │ └── RLottie.ts │ │ ├── rlottie-wasm.js │ │ ├── rlottie-wasm.wasm │ │ └── rlottie.worker.ts │ └── teact │ │ ├── dom-events.ts │ │ ├── heavyAnimation.ts │ │ ├── jsx-dev-runtime.ts │ │ ├── jsx-runtime.ts │ │ ├── teact-dom.ts │ │ ├── teact.ts │ │ └── teactn.tsx ├── multisend │ ├── README.md │ ├── components │ │ ├── App.module.scss │ │ ├── App.tsx │ │ ├── DropPage.module.scss │ │ ├── DropPage.tsx │ │ ├── LoadingPage.module.scss │ │ ├── LoadingPage.tsx │ │ ├── ManageTransferPage.module.scss │ │ ├── ManageTransferPage.tsx │ │ ├── TransferListPage.module.scss │ │ └── TransferListPage.tsx │ ├── config.ts │ ├── index.html │ ├── index.scss │ ├── index.tsx │ ├── public │ │ ├── android-chrome-192x192.png │ │ ├── android-chrome-512x512.png │ │ ├── apple-touch-icon.png │ │ ├── fallbackScript.js │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── favicon.ico │ │ ├── icon.png │ │ ├── logo.png │ │ ├── mytonwallet-multisend-tonconnect-manifest.json │ │ ├── site.webmanifest │ │ └── token-info-cache.json │ ├── types.ts │ └── utils │ │ ├── csvTemplates.ts │ │ ├── mockI18nEn.json │ │ ├── tokens.ts │ │ ├── tonConnect.ts │ │ ├── tonCore.ts │ │ ├── transferValidation.ts │ │ └── windowEnvironment.ts ├── push │ ├── README.md │ ├── assets │ │ ├── clock_light_gray.svg │ │ ├── clock_light_gray.tgs │ │ ├── logo_my.svg │ │ ├── logo_push.png │ │ ├── logo_ton.svg │ │ └── logo_usdt.svg │ ├── components │ │ ├── App.module.scss │ │ ├── App.tsx │ │ ├── Check.module.scss │ │ ├── Check.tsx │ │ ├── Forward.module.scss │ │ ├── Forward.tsx │ │ ├── ForwardConfirm.tsx │ │ ├── Header.module.scss │ │ ├── Header.tsx │ │ ├── ImageWithParticles.module.scss │ │ ├── ImageWithParticles.tsx │ │ ├── LoadingPage.module.scss │ │ ├── LoadingPage.tsx │ │ ├── ManageWallet.module.scss │ │ ├── ManageWallet.tsx │ │ ├── UniversalButton.tsx │ │ └── _common.module.scss │ ├── config.ts │ ├── hooks │ │ └── useTelegramBottomButton.ts │ ├── i18n │ │ ├── en.json │ │ ├── en.yaml │ │ └── ru.yaml │ ├── index.html │ ├── index.tsx │ ├── public │ │ ├── _headers │ │ ├── apple-touch-icon.png │ │ ├── fallbackScript.js │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── favicon.ico │ │ ├── icon.png │ │ ├── push-tonconnect-manifest.json │ │ └── site.webmanifest │ ├── styles │ │ ├── index.scss │ │ └── variables.scss │ ├── types.ts │ └── util │ │ ├── check.ts │ │ ├── push.ts │ │ ├── searchParams.ts │ │ ├── tonConnect.ts │ │ └── wallet.ts ├── styles │ ├── brilliant-icons.css │ ├── brilliant-icons.woff │ ├── brilliant-icons.woff2 │ ├── index.scss │ ├── mixins │ │ ├── _index.scss │ │ ├── _responsive.scss │ │ ├── _scroll.scss │ │ ├── _transition.scss │ │ └── _ui.scss │ ├── mtwCustomCard.scss │ ├── reboot.css │ ├── scssVariables.scss │ └── variables.scss ├── types.ts └── util │ ├── Deferred.ts │ ├── PostMessageConnector.ts │ ├── accentColor │ ├── constants.ts │ └── index.ts │ ├── account.ts │ ├── activeTabMonitor.ts │ ├── activities │ ├── index.ts │ └── order.ts │ ├── animateHorizontalScroll.ts │ ├── animation.ts │ ├── areDeepEqual.ts │ ├── arePropsShallowEqual.ts │ ├── assert.ts │ ├── authApi │ ├── inMemoryPasswordStore.ts │ ├── index.ts │ ├── telegram.ts │ ├── types.ts │ └── webAuthn.ts │ ├── base64toHex.ts │ ├── betterView.ts │ ├── bigNumber.ts │ ├── bigint.ts │ ├── bigintPatch.ts │ ├── biometrics.ts │ ├── buildClassName.ts │ ├── buildStyle.ts │ ├── cacheApi.ts │ ├── calcChangeValue.ts │ ├── calculatePrice.ts │ ├── callbacks.ts │ ├── capacitor │ ├── index.ts │ ├── notifications.ts │ ├── platform.ts │ └── switchStatusBar.ts │ ├── captureEscKeyListener.ts │ ├── captureEvents.ts │ ├── captureKeyboardListeners.ts │ ├── casting.ts │ ├── chain.ts │ ├── clipboard.ts │ ├── colors.ts │ ├── compareVersions.ts │ ├── compression.test.ts │ ├── compression.ts │ ├── crcHash.test.ts │ ├── crcHash.ts │ ├── createAbortableFunction.ts │ ├── createPostMessageInterface.ts │ ├── cssAnimationEndListeners.ts │ ├── cssColorToHex.ts │ ├── cycleRestrict.ts │ ├── dateFormat.ts │ ├── datetime.ts │ ├── debugOverlay.ts │ ├── decimals.ts │ ├── deepDiff.ts │ ├── deepMerge.ts │ ├── deeplink │ ├── constants.ts │ ├── index.test.ts │ └── index.ts │ ├── devSettings.ts │ ├── dns.test.ts │ ├── dns.ts │ ├── domEvents.ts │ ├── electron.ts │ ├── embeddedDappBridge │ ├── connector │ │ ├── connector.ts │ │ ├── iframeConnector.ts │ │ └── inAppBrowserConnector.ts │ └── provider │ │ ├── InAppBrowserPostMessageAdapter.ts │ │ ├── bridgeApi.ts │ │ ├── tonConnectBridgeApi.ts │ │ ├── useIFrameBridgeProvider.ts │ │ └── useInAppBrowserBridgeProvider.ts │ ├── environment.ts │ ├── extensionMessageSerializer.ts │ ├── fee │ ├── getTonOperationFees.ts │ ├── swapFee.ts │ ├── transferFee.ts │ └── types.ts │ ├── fetch.ts │ ├── focusAwareDelay.ts │ ├── focusScroll.ts │ ├── fonts.ts │ ├── forceReflow.ts │ ├── formatAccountAddress.test.tsx │ ├── formatAccountAddress.tsx │ ├── formatNumber.test.ts │ ├── formatNumber.ts │ ├── generateUniqueId.ts │ ├── getAccentColorsFromNfts.ts │ ├── getBoundingClientReactAsync.ts │ ├── getBuildPlatform.ts │ ├── getCachedImageUrl.ts │ ├── getDappConnectionUniqueId.ts │ ├── getIsAppUpdateNeeded.ts │ ├── getLocalAddressName.ts │ ├── getPlatform.ts │ ├── getPseudoRandomNumber.test.ts │ ├── getPseudoRandomNumber.ts │ ├── handleError.ts │ ├── haptics.ts │ ├── isElementInViewport.ts │ ├── isEmptyObject.test.ts │ ├── isEmptyObject.ts │ ├── isMnemonicPrivateKey.ts │ ├── isPartialDeepEqual.ts │ ├── isValidAddress.ts │ ├── isViewAccount.ts │ ├── iteratees.test.ts │ ├── iteratees.ts │ ├── langProvider.test.ts │ ├── langProvider.ts │ ├── launchMediaWorkers.ts │ ├── ledger │ ├── bleConnector.ts │ ├── constants.ts │ ├── index.ts │ ├── tab.ts │ └── types.ts │ ├── lethargy.ts │ ├── logs.ts │ ├── math.ts │ ├── memo.ts │ ├── memoize.ts │ ├── modalSwipeManager.ts │ ├── multitab.ts │ ├── notificationSound.ts │ ├── openUrl.ts │ ├── orGate.test.ts │ ├── orGate.ts │ ├── parseHotkey.ts │ ├── particles.ts │ ├── poisoningHash.test.ts │ ├── poisoningHash.ts │ ├── preloadImage.ts │ ├── random.ts │ ├── reconnectingWebsocket.ts │ ├── regex.ts │ ├── renderPromise.ts │ ├── resetScroll.ts │ ├── resolveSlideTransitionName.ts │ ├── round.ts │ ├── safeExec.ts │ ├── safePlay.ts │ ├── saveCaretPosition.ts │ ├── scamDetection.ts │ ├── schedulers.test.ts │ ├── schedulers.ts │ ├── setReliableTimeout.ts │ ├── share.ts │ ├── shortenAddress.test.ts │ ├── shortenAddress.ts │ ├── shortenDomain.test.ts │ ├── shortenDomain.ts │ ├── signals.ts │ ├── staking │ └── index.ts │ ├── stream.ts │ ├── stringFormat.ts │ ├── swap │ ├── getChainNetworkIcon.ts │ ├── getChainNetworkName.ts │ └── getSwapRate.ts │ ├── swipeController.ts │ ├── switchAnimationLevel.ts │ ├── switchTheme.ts │ ├── telegram │ ├── backButtonManager.ts │ ├── hooks │ │ └── useTelegramMiniAppSwipeToClose.ts │ └── index.ts │ ├── text.ts │ ├── tokens.ts │ ├── ton │ ├── calcJettonStakingApr.ts │ ├── formatTransferUrl.ts │ └── transfer.ts │ ├── tonConnectEnvironment.ts │ ├── tonConnectForDapps.ts │ ├── trapFocus.ts │ ├── url.test.ts │ ├── url.ts │ ├── validateAddress.ts │ ├── windowEnvironment.ts │ ├── windowProvider │ ├── connector.ts │ ├── index.ts │ ├── methods │ │ ├── capacitorStorage.ts │ │ ├── index.ts │ │ ├── ledger.ts │ │ └── localStorage.ts │ └── types.ts │ ├── windowSize.ts │ ├── withCache.ts │ └── withCacheAsync.ts ├── svgo.config.mjs ├── tests ├── init.ts ├── initApp.tsx ├── initGlobal.ts ├── mocks │ ├── activities.ts │ ├── address.ts │ ├── airAppLauncher.js │ ├── capacitorNavigationBar.js │ ├── index.ts │ └── nativeBottomSheet.js ├── staticFileMock.js └── util │ └── matchers.ts ├── tsconfig.json ├── webpack-air.config.ts ├── webpack-electron.config.ts ├── webpack-giveaways.config.ts ├── webpack-multisend.config.ts ├── webpack-push.config.ts └── webpack.config.ts /.browserslistrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/.browserslistrc -------------------------------------------------------------------------------- /.coderabbit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/.coderabbit.yaml -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/.editorconfig -------------------------------------------------------------------------------- /.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/.env.example -------------------------------------------------------------------------------- /.fantasticonrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/.fantasticonrc.js -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/.gitignore -------------------------------------------------------------------------------- /.husky/pre-commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/.husky/pre-commit -------------------------------------------------------------------------------- /.node-version: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- 1 | node-options="--no-experimental-strip-types" -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/.prettierrc -------------------------------------------------------------------------------- /.stylelintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/.stylelintrc.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/README.md -------------------------------------------------------------------------------- /babel.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/babel.config.js -------------------------------------------------------------------------------- /capacitor.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/capacitor.config.ts -------------------------------------------------------------------------------- /changelogs/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /changelogs/1.17.0.txt: -------------------------------------------------------------------------------- 1 | Some hotfixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.1.txt: -------------------------------------------------------------------------------- 1 | Some hotfixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.10.txt: -------------------------------------------------------------------------------- 1 | Bug fixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.11.txt: -------------------------------------------------------------------------------- 1 | Bug fixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.12.txt: -------------------------------------------------------------------------------- 1 | Bug fixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.13.txt: -------------------------------------------------------------------------------- 1 | Bug fixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.14.txt: -------------------------------------------------------------------------------- 1 | Bug fixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.15.txt: -------------------------------------------------------------------------------- 1 | Bug fixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.16.txt: -------------------------------------------------------------------------------- 1 | Bug fixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.17.txt: -------------------------------------------------------------------------------- 1 | Bug fixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.18.txt: -------------------------------------------------------------------------------- 1 | Bug fixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.19.txt: -------------------------------------------------------------------------------- 1 | Bug fixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.2.txt: -------------------------------------------------------------------------------- 1 | Some hotfixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.20.txt: -------------------------------------------------------------------------------- 1 | Bug fixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.21.txt: -------------------------------------------------------------------------------- 1 | Bug fixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.22.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.17.23.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.17.4.txt: -------------------------------------------------------------------------------- 1 | Some hotfixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.5.txt: -------------------------------------------------------------------------------- 1 | Bug fixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.6.txt: -------------------------------------------------------------------------------- 1 | Bug fixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.7.txt: -------------------------------------------------------------------------------- 1 | Bug fixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.8.txt: -------------------------------------------------------------------------------- 1 | Bug fixes 2 | -------------------------------------------------------------------------------- /changelogs/1.17.9.txt: -------------------------------------------------------------------------------- 1 | Bug fixes 2 | -------------------------------------------------------------------------------- /changelogs/1.18.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/1.18.0.txt -------------------------------------------------------------------------------- /changelogs/1.18.1.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.10.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.11.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.12.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.13.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.14.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.15.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.16.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.17.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.18.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.19.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.2.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.20.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.21.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.22.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.23.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.24.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.3.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.4.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.5.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.6.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.7.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.8.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.18.9.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/1.19.0.txt -------------------------------------------------------------------------------- /changelogs/1.19.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/1.19.1.txt -------------------------------------------------------------------------------- /changelogs/1.19.10.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.11.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.12.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.13.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.14.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.15.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.16.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.17.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.18.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.19.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.2.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.20.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.21.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.22.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.23.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.24.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.25.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.26.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.27.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.28.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.29.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.3.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.30.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.31.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.32.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.33.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.4.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.5.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.6.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.7.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.8.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.19.9.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.0.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.1.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.10.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.11.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.12.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.13.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.14.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.15.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.16.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.17.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.18.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.19.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.2.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.3.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.4.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.5.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.6.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.7.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.8.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/1.20.9.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/2.0.0.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/3.0.0.txt -------------------------------------------------------------------------------- /changelogs/3.0.1.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.10.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.11.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.12.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.13.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.14.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.15.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.16.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.17.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.18.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.19.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.2.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.20.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.21.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.22.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.23.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.24.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.25.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.26.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.27.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.28.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.29.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.3.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.30.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.31.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.32.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.33.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.34.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.35.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.36.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.4.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.5.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.6.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.7.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.8.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.0.9.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.1.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/3.1.0.txt -------------------------------------------------------------------------------- /changelogs/3.1.1.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.1.2.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.1.3.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.1.4.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.1.5.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/3.2.0.txt -------------------------------------------------------------------------------- /changelogs/3.2.1.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.2.10.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.2.11.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.2.12.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.2.2.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.2.3.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.2.4.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.2.5.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.2.6.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.2.7.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.2.8.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.2.9.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.3.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/3.3.0.txt -------------------------------------------------------------------------------- /changelogs/3.3.1.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.3.2.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.3.3.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.3.4.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.3.5.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.4.0.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.4.1.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.4.2.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.4.3.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.4.4.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.4.5.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.4.6.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.4.7.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.4.8.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.5.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/3.5.0.txt -------------------------------------------------------------------------------- /changelogs/3.5.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/3.5.1.txt -------------------------------------------------------------------------------- /changelogs/3.5.2.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.5.3.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.5.4.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.5.5.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.5.6.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.5.7.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.5.8.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.6.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/3.6.0.txt -------------------------------------------------------------------------------- /changelogs/3.6.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/3.6.1.txt -------------------------------------------------------------------------------- /changelogs/3.6.2.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.6.3.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.6.4.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.6.5.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.6.6.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.6.7.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.7.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/3.7.0.txt -------------------------------------------------------------------------------- /changelogs/3.7.1.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.7.2.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.7.3.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.7.4.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.7.5.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.7.6.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.8.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/3.8.0.txt -------------------------------------------------------------------------------- /changelogs/3.8.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/3.8.1.txt -------------------------------------------------------------------------------- /changelogs/3.8.2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/3.8.2.txt -------------------------------------------------------------------------------- /changelogs/3.8.3.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.8.4.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/3.8.5.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.0.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/4.0.0.txt -------------------------------------------------------------------------------- /changelogs/4.0.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/4.0.1.txt -------------------------------------------------------------------------------- /changelogs/4.0.2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/4.0.2.txt -------------------------------------------------------------------------------- /changelogs/4.0.3.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.0.4.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.0.5.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.0.6.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.0.7.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.0.8.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.1.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/4.1.0.txt -------------------------------------------------------------------------------- /changelogs/4.1.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/4.1.1.txt -------------------------------------------------------------------------------- /changelogs/4.1.2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/4.1.2.txt -------------------------------------------------------------------------------- /changelogs/4.1.3.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.1.4.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.1.5.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.1.6.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/4.2.0.txt -------------------------------------------------------------------------------- /changelogs/4.2.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/4.2.1.txt -------------------------------------------------------------------------------- /changelogs/4.2.10.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.2.11.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.2.2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/4.2.2.txt -------------------------------------------------------------------------------- /changelogs/4.2.3.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.2.4.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.2.5.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.2.6.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.2.7.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.2.8.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.2.9.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.3.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/4.3.0.txt -------------------------------------------------------------------------------- /changelogs/4.3.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/4.3.1.txt -------------------------------------------------------------------------------- /changelogs/4.3.2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/4.3.2.txt -------------------------------------------------------------------------------- /changelogs/4.3.3.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.3.4.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /changelogs/4.4.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/4.4.0.txt -------------------------------------------------------------------------------- /changelogs/4.4.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/changelogs/4.4.1.txt -------------------------------------------------------------------------------- /changelogs/4.4.2.txt: -------------------------------------------------------------------------------- 1 | Bug fixes and performance improvements 2 | -------------------------------------------------------------------------------- /deploy/build_sdk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/deploy/build_sdk.sh -------------------------------------------------------------------------------- /deploy/copy_to_dist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/deploy/copy_to_dist.sh -------------------------------------------------------------------------------- /deploy/edgePublish.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/deploy/edgePublish.js -------------------------------------------------------------------------------- /deploy/firefoxPatchVersion.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/deploy/firefoxPatchVersion.js -------------------------------------------------------------------------------- /deploy/firefox_pack_sources.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/deploy/firefox_pack_sources.sh -------------------------------------------------------------------------------- /deploy/package_extension.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/deploy/package_extension.sh -------------------------------------------------------------------------------- /deploy/postversion.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/deploy/postversion.sh -------------------------------------------------------------------------------- /dev/detect_en_duplicates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/dev/detect_en_duplicates.py -------------------------------------------------------------------------------- /dev/find_air_localizations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/dev/find_air_localizations.py -------------------------------------------------------------------------------- /dev/loadEnv.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/dev/loadEnv.ts -------------------------------------------------------------------------------- /dev/locales/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/dev/locales/README.md -------------------------------------------------------------------------------- /dev/locales/buildDefault.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/dev/locales/buildDefault.js -------------------------------------------------------------------------------- /dev/locales/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/dev/locales/config.js -------------------------------------------------------------------------------- /dev/locales/findMissingKeys.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/dev/locales/findMissingKeys.js -------------------------------------------------------------------------------- /dev/locales/updateLocales.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/dev/locales/updateLocales.js -------------------------------------------------------------------------------- /dev/panel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/dev/panel.html -------------------------------------------------------------------------------- /dev/resolveStackTrace.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/dev/resolveStackTrace.mjs -------------------------------------------------------------------------------- /dev/statoscopeCreateComment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/dev/statoscopeCreateComment.js -------------------------------------------------------------------------------- /docs/add-chain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/docs/add-chain.md -------------------------------------------------------------------------------- /docs/electron.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/docs/electron.md -------------------------------------------------------------------------------- /docs/gpg-check.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/docs/gpg-check.md -------------------------------------------------------------------------------- /docs/i18n.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/docs/i18n.md -------------------------------------------------------------------------------- /eslint.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/eslint.config.mjs -------------------------------------------------------------------------------- /jest.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/jest.config.js -------------------------------------------------------------------------------- /mobile/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/Gemfile -------------------------------------------------------------------------------- /mobile/Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/Gemfile.lock -------------------------------------------------------------------------------- /mobile/android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/android/.gitignore -------------------------------------------------------------------------------- /mobile/android/air/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/android/air/.gitignore -------------------------------------------------------------------------------- /mobile/android/air/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/android/air/README.md -------------------------------------------------------------------------------- /mobile/android/air/SubModules/AirAsFramework/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/AirAsFramework/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/Icons/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/Ledger/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/Ledger/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/OverScroll/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/OverScroll/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/QRScan/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIAssets/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIAssets/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIBrowser/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIBrowser/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIComponents/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIComponents/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UICreateWallet/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UICreateWallet/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIHome/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIHome/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIHome/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIInAppBrowser/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIInAppBrowser/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIPasscode/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIPasscode/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIReceive/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIReceive/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UISend/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UISend/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UISettings/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UISettings/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIStake/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIStake/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UISwap/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UITransaction/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UITransaction/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIWidgets/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIWidgets/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIWidgetsConfigurations/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/UIWidgetsConfigurations/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/WalletBaseContext/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/WalletBaseContext/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/WalletContext/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/WalletContext/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/WalletCore/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /mobile/android/air/SubModules/WalletCore/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/WalletNative/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | /.cxx -------------------------------------------------------------------------------- /mobile/android/air/SubModules/WalletNative/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/WalletSDK/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/WalletSDK/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/vkryl/android/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | .DS_Store 3 | 4 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/vkryl/android/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/android/air/SubModules/vkryl/core/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | /build -------------------------------------------------------------------------------- /mobile/android/air/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | /release -------------------------------------------------------------------------------- /mobile/android/air/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/android/air/gradlew -------------------------------------------------------------------------------- /mobile/android/air/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/android/air/gradlew.bat -------------------------------------------------------------------------------- /mobile/android/app/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/android/app/.gitignore -------------------------------------------------------------------------------- /mobile/android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/android/build.gradle -------------------------------------------------------------------------------- /mobile/android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/android/gradlew -------------------------------------------------------------------------------- /mobile/android/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/android/gradlew.bat -------------------------------------------------------------------------------- /mobile/android/settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/android/settings.gradle -------------------------------------------------------------------------------- /mobile/ios/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/ios/.gitignore -------------------------------------------------------------------------------- /mobile/ios/AGENTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/ios/AGENTS.md -------------------------------------------------------------------------------- /mobile/ios/Air/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/ios/Air/.gitattributes -------------------------------------------------------------------------------- /mobile/ios/Air/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/ios/Air/.gitignore -------------------------------------------------------------------------------- /mobile/ios/Air/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/ios/Air/README.md -------------------------------------------------------------------------------- /mobile/ios/Air/SubModules/RLottieBinding/rlottie/src/lottie/lottieproxymodel.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/ios/Air/scripts/strings/requirements.txt: -------------------------------------------------------------------------------- 1 | PyYAML>=6.0,<7.0 2 | 3 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/ios/App/App/Info.plist -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/ar.lproj/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/ar.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/de.lproj/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/de.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/es.lproj/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/es.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/fa.lproj/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/fa.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/pl.lproj/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/pl.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/ru.lproj/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/ru.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/th.lproj/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/th.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/tr.lproj/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/tr.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/uk.lproj/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/uk.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/zh-Hans.lproj/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/zh-Hans.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/zh-Hant.lproj/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/App/Resources/zh-Hant.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobile/ios/App/Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/ios/App/Podfile -------------------------------------------------------------------------------- /mobile/ios/App/Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/mobile/ios/App/Podfile.lock -------------------------------------------------------------------------------- /mobile/ios/App/fastlane/metadata/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/plugins/air-app-launcher/.eslintignore: -------------------------------------------------------------------------------- 1 | build 2 | dist 3 | -------------------------------------------------------------------------------- /mobile/plugins/air-app-launcher/android/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /mobile/plugins/air-app-launcher/android/src/main/res/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/plugins/air-app-launcher/dist/esm/definitions.js: -------------------------------------------------------------------------------- 1 | export {}; 2 | //# sourceMappingURL=definitions.js.map -------------------------------------------------------------------------------- /mobile/plugins/native-bottom-sheet/.eslintignore: -------------------------------------------------------------------------------- 1 | build 2 | dist 3 | -------------------------------------------------------------------------------- /mobile/plugins/native-bottom-sheet/android/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /mobile/plugins/native-bottom-sheet/android/src/main/res/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mobile/plugins/native-bottom-sheet/dist/esm/definitions.js: -------------------------------------------------------------------------------- 1 | export {}; 2 | //# sourceMappingURL=definitions.js.map -------------------------------------------------------------------------------- /mobile/plugins/native-dialog/.eslintignore: -------------------------------------------------------------------------------- 1 | build 2 | dist 3 | -------------------------------------------------------------------------------- /mobile/plugins/native-dialog/android/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /mobile/plugins/native-dialog/dist/esm/definitions.js: -------------------------------------------------------------------------------- 1 | export {}; 2 | //# sourceMappingURL=definitions.js.map -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/package.json -------------------------------------------------------------------------------- /playwright.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/playwright.config.ts -------------------------------------------------------------------------------- /postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/postcss.config.js -------------------------------------------------------------------------------- /public/_redirects: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/_redirects -------------------------------------------------------------------------------- /public/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/apple-touch-icon.png -------------------------------------------------------------------------------- /public/assets/ui/about.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/assets/ui/about.txt -------------------------------------------------------------------------------- /public/assets/ui/qr-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/assets/ui/qr-logo.png -------------------------------------------------------------------------------- /public/browserconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/browserconfig.xml -------------------------------------------------------------------------------- /public/coreWallet/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/coreWallet/favicon.ico -------------------------------------------------------------------------------- /public/coreWallet/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/coreWallet/logo.svg -------------------------------------------------------------------------------- /public/electronVersion.txt: -------------------------------------------------------------------------------- 1 | 3.8.2 2 | -------------------------------------------------------------------------------- /public/emoji/1f977.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/emoji/1f977.png -------------------------------------------------------------------------------- /public/emoji/1f984.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/emoji/1f984.png -------------------------------------------------------------------------------- /public/emoji/26a0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/emoji/26a0.png -------------------------------------------------------------------------------- /public/fallbackScript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/fallbackScript.js -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/favicon.ico -------------------------------------------------------------------------------- /public/icon-128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/icon-128x128.png -------------------------------------------------------------------------------- /public/icon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/icon-16x16.png -------------------------------------------------------------------------------- /public/icon-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/icon-192x192.png -------------------------------------------------------------------------------- /public/icon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/icon-32x32.png -------------------------------------------------------------------------------- /public/icon-384x384.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/icon-384x384.png -------------------------------------------------------------------------------- /public/icon-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/icon-512x512.png -------------------------------------------------------------------------------- /public/icon-electron-macos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/icon-electron-macos.png -------------------------------------------------------------------------------- /public/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/icon.png -------------------------------------------------------------------------------- /public/logo-ton-app.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/logo-ton-app.svg -------------------------------------------------------------------------------- /public/logo-ton-org.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/logo-ton-org.svg -------------------------------------------------------------------------------- /public/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/logo.svg -------------------------------------------------------------------------------- /public/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/mstile-150x150.png -------------------------------------------------------------------------------- /public/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/site.webmanifest -------------------------------------------------------------------------------- /public/static-sites/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/static-sites/.gitignore -------------------------------------------------------------------------------- /public/static-sites/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/public/static-sites/build.sh -------------------------------------------------------------------------------- /public/version.txt: -------------------------------------------------------------------------------- 1 | 4.4.2 2 | -------------------------------------------------------------------------------- /src/@types/global.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/@types/global.d.ts -------------------------------------------------------------------------------- /src/_headers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/_headers -------------------------------------------------------------------------------- /src/_headers_telegram: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/_headers_telegram -------------------------------------------------------------------------------- /src/api/air/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/air/index.ts -------------------------------------------------------------------------------- /src/api/chains/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/index.ts -------------------------------------------------------------------------------- /src/api/chains/ton/address.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/ton/address.ts -------------------------------------------------------------------------------- /src/api/chains/ton/auth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/ton/auth.ts -------------------------------------------------------------------------------- /src/api/chains/ton/domains.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/ton/domains.ts -------------------------------------------------------------------------------- /src/api/chains/ton/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/ton/index.ts -------------------------------------------------------------------------------- /src/api/chains/ton/nfts.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/ton/nfts.ts -------------------------------------------------------------------------------- /src/api/chains/ton/other.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/ton/other.ts -------------------------------------------------------------------------------- /src/api/chains/ton/polling.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/ton/polling.ts -------------------------------------------------------------------------------- /src/api/chains/ton/staking.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/ton/staking.ts -------------------------------------------------------------------------------- /src/api/chains/ton/swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/ton/swap.ts -------------------------------------------------------------------------------- /src/api/chains/ton/tokens.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/ton/tokens.ts -------------------------------------------------------------------------------- /src/api/chains/ton/traces.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/ton/traces.ts -------------------------------------------------------------------------------- /src/api/chains/ton/transfer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/ton/transfer.ts -------------------------------------------------------------------------------- /src/api/chains/ton/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/ton/types.ts -------------------------------------------------------------------------------- /src/api/chains/ton/util/dns.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/ton/util/dns.ts -------------------------------------------------------------------------------- /src/api/chains/ton/vesting.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/ton/vesting.ts -------------------------------------------------------------------------------- /src/api/chains/ton/wallet.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/ton/wallet.ts -------------------------------------------------------------------------------- /src/api/chains/tron/address.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/tron/address.ts -------------------------------------------------------------------------------- /src/api/chains/tron/auth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/tron/auth.ts -------------------------------------------------------------------------------- /src/api/chains/tron/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/tron/index.ts -------------------------------------------------------------------------------- /src/api/chains/tron/polling.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/tron/polling.ts -------------------------------------------------------------------------------- /src/api/chains/tron/wallet.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/chains/tron/wallet.ts -------------------------------------------------------------------------------- /src/api/common/accounts.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/common/accounts.ts -------------------------------------------------------------------------------- /src/api/common/addresses.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/common/addresses.ts -------------------------------------------------------------------------------- /src/api/common/backend.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/common/backend.ts -------------------------------------------------------------------------------- /src/api/common/cache.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/common/cache.ts -------------------------------------------------------------------------------- /src/api/common/dappPromises.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/common/dappPromises.ts -------------------------------------------------------------------------------- /src/api/common/helpers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/common/helpers.ts -------------------------------------------------------------------------------- /src/api/common/ledger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/common/ledger.ts -------------------------------------------------------------------------------- /src/api/common/mnemonic.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/common/mnemonic.ts -------------------------------------------------------------------------------- /src/api/common/other.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/common/other.ts -------------------------------------------------------------------------------- /src/api/common/swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/common/swap.ts -------------------------------------------------------------------------------- /src/api/common/tokens.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/common/tokens.ts -------------------------------------------------------------------------------- /src/api/common/txCallbacks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/common/txCallbacks.ts -------------------------------------------------------------------------------- /src/api/common/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/common/utils.ts -------------------------------------------------------------------------------- /src/api/constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/constants.ts -------------------------------------------------------------------------------- /src/api/db/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/db/index.ts -------------------------------------------------------------------------------- /src/api/db/repository.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/db/repository.ts -------------------------------------------------------------------------------- /src/api/environment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/environment.ts -------------------------------------------------------------------------------- /src/api/errors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/errors.ts -------------------------------------------------------------------------------- /src/api/extensionMethods/index.ts: -------------------------------------------------------------------------------- 1 | export * from './extension'; 2 | -------------------------------------------------------------------------------- /src/api/hooks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/hooks.ts -------------------------------------------------------------------------------- /src/api/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/index.ts -------------------------------------------------------------------------------- /src/api/methods/accounts.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/methods/accounts.ts -------------------------------------------------------------------------------- /src/api/methods/activities.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/methods/activities.ts -------------------------------------------------------------------------------- /src/api/methods/auth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/methods/auth.ts -------------------------------------------------------------------------------- /src/api/methods/dapps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/methods/dapps.ts -------------------------------------------------------------------------------- /src/api/methods/domains.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/methods/domains.ts -------------------------------------------------------------------------------- /src/api/methods/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/methods/index.ts -------------------------------------------------------------------------------- /src/api/methods/init.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/methods/init.ts -------------------------------------------------------------------------------- /src/api/methods/nfts.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/methods/nfts.ts -------------------------------------------------------------------------------- /src/api/methods/other.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/methods/other.ts -------------------------------------------------------------------------------- /src/api/methods/polling.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/methods/polling.ts -------------------------------------------------------------------------------- /src/api/methods/preload.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/methods/preload.ts -------------------------------------------------------------------------------- /src/api/methods/prices.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/methods/prices.ts -------------------------------------------------------------------------------- /src/api/methods/staking.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/methods/staking.ts -------------------------------------------------------------------------------- /src/api/methods/swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/methods/swap.ts -------------------------------------------------------------------------------- /src/api/methods/tokens.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/methods/tokens.ts -------------------------------------------------------------------------------- /src/api/methods/tonConnect.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/methods/tonConnect.ts -------------------------------------------------------------------------------- /src/api/methods/transfer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/methods/transfer.ts -------------------------------------------------------------------------------- /src/api/methods/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/methods/types.ts -------------------------------------------------------------------------------- /src/api/methods/wallet.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/methods/wallet.ts -------------------------------------------------------------------------------- /src/api/migrations/00016.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/migrations/00016.ts -------------------------------------------------------------------------------- /src/api/migrations/00017.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/migrations/00017.ts -------------------------------------------------------------------------------- /src/api/migrations/00018.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/migrations/00018.ts -------------------------------------------------------------------------------- /src/api/migrations/00019.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/migrations/00019.ts -------------------------------------------------------------------------------- /src/api/migrations/00020.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/migrations/00020.ts -------------------------------------------------------------------------------- /src/api/migrations/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/migrations/index.ts -------------------------------------------------------------------------------- /src/api/storages/extension.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/storages/extension.ts -------------------------------------------------------------------------------- /src/api/storages/idb.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/storages/idb.ts -------------------------------------------------------------------------------- /src/api/storages/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/storages/index.ts -------------------------------------------------------------------------------- /src/api/storages/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/storages/types.ts -------------------------------------------------------------------------------- /src/api/tonConnect/errors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/tonConnect/errors.ts -------------------------------------------------------------------------------- /src/api/tonConnect/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/tonConnect/index.ts -------------------------------------------------------------------------------- /src/api/tonConnect/signing.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/tonConnect/signing.ts -------------------------------------------------------------------------------- /src/api/tonConnect/sse.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/tonConnect/sse.ts -------------------------------------------------------------------------------- /src/api/tonConnect/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/tonConnect/utils.ts -------------------------------------------------------------------------------- /src/api/types/activities.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/types/activities.ts -------------------------------------------------------------------------------- /src/api/types/air.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/types/air.ts -------------------------------------------------------------------------------- /src/api/types/backend.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/types/backend.ts -------------------------------------------------------------------------------- /src/api/types/backendSocket.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/types/backendSocket.ts -------------------------------------------------------------------------------- /src/api/types/chains.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/types/chains.ts -------------------------------------------------------------------------------- /src/api/types/dappUpdates.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/types/dappUpdates.ts -------------------------------------------------------------------------------- /src/api/types/emulation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/types/emulation.ts -------------------------------------------------------------------------------- /src/api/types/errors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/types/errors.ts -------------------------------------------------------------------------------- /src/api/types/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/types/index.ts -------------------------------------------------------------------------------- /src/api/types/ledger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/types/ledger.ts -------------------------------------------------------------------------------- /src/api/types/methods.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/types/methods.ts -------------------------------------------------------------------------------- /src/api/types/misc.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/types/misc.ts -------------------------------------------------------------------------------- /src/api/types/notifications.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/types/notifications.ts -------------------------------------------------------------------------------- /src/api/types/payload.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/types/payload.ts -------------------------------------------------------------------------------- /src/api/types/storage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/types/storage.ts -------------------------------------------------------------------------------- /src/api/types/transfer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/types/transfer.ts -------------------------------------------------------------------------------- /src/api/types/updates.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/types/updates.ts -------------------------------------------------------------------------------- /src/api/types/wallet.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/api/types/wallet.ts -------------------------------------------------------------------------------- /src/assets/app-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/app-inactive.png -------------------------------------------------------------------------------- /src/assets/app-inactive.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/app-inactive.webp -------------------------------------------------------------------------------- /src/assets/cards/card.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/cards/card.jpg -------------------------------------------------------------------------------- /src/assets/cards/card@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/cards/card@2x.jpg -------------------------------------------------------------------------------- /src/assets/cards/card_pink.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/cards/card_pink.jpg -------------------------------------------------------------------------------- /src/assets/cards/card_red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/cards/card_red.jpg -------------------------------------------------------------------------------- /src/assets/cards/card_sea.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/cards/card_sea.jpg -------------------------------------------------------------------------------- /src/assets/coins/coin_btc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/coins/coin_btc.png -------------------------------------------------------------------------------- /src/assets/coins/coin_my.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/coins/coin_my.svg -------------------------------------------------------------------------------- /src/assets/coins/coin_ton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/coins/coin_ton.png -------------------------------------------------------------------------------- /src/assets/coins/coin_trx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/coins/coin_trx.svg -------------------------------------------------------------------------------- /src/assets/coins/coin_usdt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/coins/coin_usdt.svg -------------------------------------------------------------------------------- /src/assets/coins/ton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/coins/ton.svg -------------------------------------------------------------------------------- /src/assets/font-icons/card.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/card.svg -------------------------------------------------------------------------------- /src/assets/font-icons/cog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/cog.svg -------------------------------------------------------------------------------- /src/assets/font-icons/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/copy.svg -------------------------------------------------------------------------------- /src/assets/font-icons/dot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/dot.svg -------------------------------------------------------------------------------- /src/assets/font-icons/earn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/earn.svg -------------------------------------------------------------------------------- /src/assets/font-icons/exit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/exit.svg -------------------------------------------------------------------------------- /src/assets/font-icons/eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/eye.svg -------------------------------------------------------------------------------- /src/assets/font-icons/fire.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/fire.svg -------------------------------------------------------------------------------- /src/assets/font-icons/gift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/gift.svg -------------------------------------------------------------------------------- /src/assets/font-icons/key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/key.svg -------------------------------------------------------------------------------- /src/assets/font-icons/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/link.svg -------------------------------------------------------------------------------- /src/assets/font-icons/lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/lock.svg -------------------------------------------------------------------------------- /src/assets/font-icons/more.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/more.svg -------------------------------------------------------------------------------- /src/assets/font-icons/pen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/pen.svg -------------------------------------------------------------------------------- /src/assets/font-icons/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/plus.svg -------------------------------------------------------------------------------- /src/assets/font-icons/send.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/send.svg -------------------------------------------------------------------------------- /src/assets/font-icons/snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/snow.svg -------------------------------------------------------------------------------- /src/assets/font-icons/sort.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/sort.svg -------------------------------------------------------------------------------- /src/assets/font-icons/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/star.svg -------------------------------------------------------------------------------- /src/assets/font-icons/swap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/swap.svg -------------------------------------------------------------------------------- /src/assets/font-icons/tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/tag.svg -------------------------------------------------------------------------------- /src/assets/font-icons/ton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/font-icons/ton.svg -------------------------------------------------------------------------------- /src/assets/ledger/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/ledger/desktop.png -------------------------------------------------------------------------------- /src/assets/ledger/ios-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/ledger/ios-dark.png -------------------------------------------------------------------------------- /src/assets/ledger/ios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/ledger/ios.png -------------------------------------------------------------------------------- /src/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/logo.svg -------------------------------------------------------------------------------- /src/assets/logo/dedust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/logo/dedust.png -------------------------------------------------------------------------------- /src/assets/logo/stonfi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/logo/stonfi.png -------------------------------------------------------------------------------- /src/assets/logoCoreWallet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/logoCoreWallet.svg -------------------------------------------------------------------------------- /src/assets/logoDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/logoDark.svg -------------------------------------------------------------------------------- /src/assets/logoLight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/logoLight.svg -------------------------------------------------------------------------------- /src/assets/lottie/add_dark.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/lottie/add_dark.tgs -------------------------------------------------------------------------------- /src/assets/lottie/duck_run.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/lottie/duck_run.tgs -------------------------------------------------------------------------------- /src/assets/lottie/duck_ton.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/lottie/duck_ton.tgs -------------------------------------------------------------------------------- /src/assets/sale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/sale.svg -------------------------------------------------------------------------------- /src/assets/scam.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/scam.svg -------------------------------------------------------------------------------- /src/assets/vesting_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/vesting_bg.png -------------------------------------------------------------------------------- /src/assets/vesting_bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/vesting_bg@2x.png -------------------------------------------------------------------------------- /src/assets/vesting_bg_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/assets/vesting_bg_dark.png -------------------------------------------------------------------------------- /src/components/App.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/App.module.scss -------------------------------------------------------------------------------- /src/components/App.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/App.tsx -------------------------------------------------------------------------------- /src/components/AppInactive.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/AppInactive.tsx -------------------------------------------------------------------------------- /src/components/Dialogs.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/Dialogs.tsx -------------------------------------------------------------------------------- /src/components/auth/Auth.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/auth/Auth.tsx -------------------------------------------------------------------------------- /src/components/auth/Header.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/auth/Header.tsx -------------------------------------------------------------------------------- /src/components/main/Main.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/main/Main.tsx -------------------------------------------------------------------------------- /src/components/main/modals/DeleteSavedAddressModal.module.scss: -------------------------------------------------------------------------------- 1 | .text { 2 | margin-bottom: 1.5rem; 3 | } 4 | -------------------------------------------------------------------------------- /src/components/main/sections/Card/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './Card'; 2 | -------------------------------------------------------------------------------- /src/components/main/sections/Content/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './Content'; 2 | -------------------------------------------------------------------------------- /src/components/main/sections/Warnings/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './Warnings'; 2 | -------------------------------------------------------------------------------- /src/components/ui/Button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/Button.tsx -------------------------------------------------------------------------------- /src/components/ui/Checkbox.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/Checkbox.tsx -------------------------------------------------------------------------------- /src/components/ui/Dropdown.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/Dropdown.tsx -------------------------------------------------------------------------------- /src/components/ui/Emoji.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/Emoji.tsx -------------------------------------------------------------------------------- /src/components/ui/Fee.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/Fee.tsx -------------------------------------------------------------------------------- /src/components/ui/FeeLine.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/FeeLine.tsx -------------------------------------------------------------------------------- /src/components/ui/Image.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/Image.tsx -------------------------------------------------------------------------------- /src/components/ui/Input.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/Input.tsx -------------------------------------------------------------------------------- /src/components/ui/ListItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/ListItem.tsx -------------------------------------------------------------------------------- /src/components/ui/Menu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/Menu.tsx -------------------------------------------------------------------------------- /src/components/ui/MenuItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/MenuItem.tsx -------------------------------------------------------------------------------- /src/components/ui/Modal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/Modal.tsx -------------------------------------------------------------------------------- /src/components/ui/PinPad.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/PinPad.tsx -------------------------------------------------------------------------------- /src/components/ui/Portal.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/Portal.ts -------------------------------------------------------------------------------- /src/components/ui/Radio.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/Radio.tsx -------------------------------------------------------------------------------- /src/components/ui/Skeleton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/Skeleton.tsx -------------------------------------------------------------------------------- /src/components/ui/Spinner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/Spinner.tsx -------------------------------------------------------------------------------- /src/components/ui/Switcher.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/Switcher.tsx -------------------------------------------------------------------------------- /src/components/ui/Tab.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/Tab.tsx -------------------------------------------------------------------------------- /src/components/ui/TabList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/components/ui/TabList.tsx -------------------------------------------------------------------------------- /src/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/config.ts -------------------------------------------------------------------------------- /src/electron/autoUpdates.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/electron/autoUpdates.ts -------------------------------------------------------------------------------- /src/electron/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/electron/config.yml -------------------------------------------------------------------------------- /src/electron/deeplink.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/electron/deeplink.ts -------------------------------------------------------------------------------- /src/electron/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/electron/main.ts -------------------------------------------------------------------------------- /src/electron/preload.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/electron/preload.ts -------------------------------------------------------------------------------- /src/electron/secrets.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/electron/secrets.ts -------------------------------------------------------------------------------- /src/electron/storageUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/electron/storageUtils.ts -------------------------------------------------------------------------------- /src/electron/tray.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/electron/tray.ts -------------------------------------------------------------------------------- /src/electron/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/electron/types.ts -------------------------------------------------------------------------------- /src/electron/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/electron/utils.ts -------------------------------------------------------------------------------- /src/electron/window.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/electron/window.ts -------------------------------------------------------------------------------- /src/extension/contentScript.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/extension/contentScript.ts -------------------------------------------------------------------------------- /src/extension/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/extension/manifest.json -------------------------------------------------------------------------------- /src/extension/serviceWorker.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/extension/serviceWorker.ts -------------------------------------------------------------------------------- /src/giveaways/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/giveaways/README.md -------------------------------------------------------------------------------- /src/giveaways/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/giveaways/assets/logo.svg -------------------------------------------------------------------------------- /src/giveaways/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/giveaways/config.ts -------------------------------------------------------------------------------- /src/giveaways/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/giveaways/index.html -------------------------------------------------------------------------------- /src/giveaways/index.scss: -------------------------------------------------------------------------------- 1 | body, html { 2 | transition: none; 3 | } 4 | -------------------------------------------------------------------------------- /src/giveaways/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/giveaways/index.tsx -------------------------------------------------------------------------------- /src/giveaways/utils/mockI18nEn.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /src/global/actions/api/auth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/actions/api/auth.ts -------------------------------------------------------------------------------- /src/global/actions/api/nfts.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/actions/api/nfts.ts -------------------------------------------------------------------------------- /src/global/actions/api/swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/actions/api/swap.ts -------------------------------------------------------------------------------- /src/global/actions/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/actions/index.ts -------------------------------------------------------------------------------- /src/global/actions/ui/auth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/actions/ui/auth.ts -------------------------------------------------------------------------------- /src/global/actions/ui/cards.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/actions/ui/cards.ts -------------------------------------------------------------------------------- /src/global/actions/ui/dapps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/actions/ui/dapps.ts -------------------------------------------------------------------------------- /src/global/actions/ui/misc.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/actions/ui/misc.ts -------------------------------------------------------------------------------- /src/global/actions/ui/nfts.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/actions/ui/nfts.ts -------------------------------------------------------------------------------- /src/global/cache.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/cache.ts -------------------------------------------------------------------------------- /src/global/helpers/auth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/helpers/auth.ts -------------------------------------------------------------------------------- /src/global/helpers/errors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/helpers/errors.ts -------------------------------------------------------------------------------- /src/global/helpers/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/helpers/index.ts -------------------------------------------------------------------------------- /src/global/helpers/misc.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/helpers/misc.ts -------------------------------------------------------------------------------- /src/global/helpers/number.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/helpers/number.ts -------------------------------------------------------------------------------- /src/global/helpers/swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/helpers/swap.ts -------------------------------------------------------------------------------- /src/global/helpers/transfer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/helpers/transfer.ts -------------------------------------------------------------------------------- /src/global/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/index.ts -------------------------------------------------------------------------------- /src/global/init.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/init.ts -------------------------------------------------------------------------------- /src/global/initialState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/initialState.ts -------------------------------------------------------------------------------- /src/global/reducers/cards.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/reducers/cards.ts -------------------------------------------------------------------------------- /src/global/reducers/dapp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/reducers/dapp.ts -------------------------------------------------------------------------------- /src/global/reducers/domains.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/reducers/domains.ts -------------------------------------------------------------------------------- /src/global/reducers/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/reducers/index.ts -------------------------------------------------------------------------------- /src/global/reducers/misc.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/reducers/misc.ts -------------------------------------------------------------------------------- /src/global/reducers/nfts.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/reducers/nfts.ts -------------------------------------------------------------------------------- /src/global/reducers/staking.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/reducers/staking.ts -------------------------------------------------------------------------------- /src/global/reducers/swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/reducers/swap.ts -------------------------------------------------------------------------------- /src/global/reducers/tokens.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/reducers/tokens.ts -------------------------------------------------------------------------------- /src/global/reducers/vesting.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/reducers/vesting.ts -------------------------------------------------------------------------------- /src/global/reducers/wallet.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/reducers/wallet.ts -------------------------------------------------------------------------------- /src/global/selectors/dapp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/selectors/dapp.ts -------------------------------------------------------------------------------- /src/global/selectors/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/selectors/index.ts -------------------------------------------------------------------------------- /src/global/selectors/swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/selectors/swap.ts -------------------------------------------------------------------------------- /src/global/selectors/tokens.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/selectors/tokens.ts -------------------------------------------------------------------------------- /src/global/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/global/types.ts -------------------------------------------------------------------------------- /src/hooks/freezeWhenClosed.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/freezeWhenClosed.ts -------------------------------------------------------------------------------- /src/hooks/useAppTheme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useAppTheme.ts -------------------------------------------------------------------------------- /src/hooks/useAsync.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useAsync.ts -------------------------------------------------------------------------------- /src/hooks/useAsyncResolvers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useAsyncResolvers.ts -------------------------------------------------------------------------------- /src/hooks/useBackgroundMode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useBackgroundMode.ts -------------------------------------------------------------------------------- /src/hooks/useBrowserUiColor.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useBrowserUiColor.ts -------------------------------------------------------------------------------- /src/hooks/useCachedImage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useCachedImage.ts -------------------------------------------------------------------------------- /src/hooks/useClipboardPaste.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useClipboardPaste.ts -------------------------------------------------------------------------------- /src/hooks/useCombinedRef.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useCombinedRef.ts -------------------------------------------------------------------------------- /src/hooks/useCurrentOrPrev.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useCurrentOrPrev.ts -------------------------------------------------------------------------------- /src/hooks/useDerivedSignal.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useDerivedSignal.ts -------------------------------------------------------------------------------- /src/hooks/useDerivedState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useDerivedState.ts -------------------------------------------------------------------------------- /src/hooks/useDeviceScreen.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useDeviceScreen.ts -------------------------------------------------------------------------------- /src/hooks/useEffectOnce.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useEffectOnce.ts -------------------------------------------------------------------------------- /src/hooks/useElectronDrag.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useElectronDrag.ts -------------------------------------------------------------------------------- /src/hooks/useFlag.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useFlag.ts -------------------------------------------------------------------------------- /src/hooks/useFontScale.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useFontScale.ts -------------------------------------------------------------------------------- /src/hooks/useForceUpdate.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useForceUpdate.ts -------------------------------------------------------------------------------- /src/hooks/useHeavyAnimation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useHeavyAnimation.ts -------------------------------------------------------------------------------- /src/hooks/useHideBottomBar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useHideBottomBar.ts -------------------------------------------------------------------------------- /src/hooks/useHideBrowser.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useHideBrowser.ts -------------------------------------------------------------------------------- /src/hooks/useHistoryBack.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useHistoryBack.ts -------------------------------------------------------------------------------- /src/hooks/useHotkeys.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useHotkeys.ts -------------------------------------------------------------------------------- /src/hooks/useInfiniteLoader.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useInfiniteLoader.ts -------------------------------------------------------------------------------- /src/hooks/useInfiniteScroll.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useInfiniteScroll.ts -------------------------------------------------------------------------------- /src/hooks/useInterval.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useInterval.ts -------------------------------------------------------------------------------- /src/hooks/useLang.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useLang.ts -------------------------------------------------------------------------------- /src/hooks/useLastCallback.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useLastCallback.ts -------------------------------------------------------------------------------- /src/hooks/useLongPress.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useLongPress.ts -------------------------------------------------------------------------------- /src/hooks/useMatchCount.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useMatchCount.ts -------------------------------------------------------------------------------- /src/hooks/useMediaQuery.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useMediaQuery.ts -------------------------------------------------------------------------------- /src/hooks/useMenuPosition.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useMenuPosition.ts -------------------------------------------------------------------------------- /src/hooks/usePrevious.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/usePrevious.ts -------------------------------------------------------------------------------- /src/hooks/usePrevious2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/usePrevious2.ts -------------------------------------------------------------------------------- /src/hooks/useQrCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useQrCode.ts -------------------------------------------------------------------------------- /src/hooks/useScrolledState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useScrolledState.ts -------------------------------------------------------------------------------- /src/hooks/useShowTransition.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useShowTransition.ts -------------------------------------------------------------------------------- /src/hooks/useSignal.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useSignal.ts -------------------------------------------------------------------------------- /src/hooks/useSignalEffect.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useSignalEffect.ts -------------------------------------------------------------------------------- /src/hooks/useSignalRef.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useSignalRef.ts -------------------------------------------------------------------------------- /src/hooks/useStateRef.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useStateRef.ts -------------------------------------------------------------------------------- /src/hooks/useSyncEffect.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useSyncEffect.ts -------------------------------------------------------------------------------- /src/hooks/useTimeout.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useTimeout.ts -------------------------------------------------------------------------------- /src/hooks/useToggleClass.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useToggleClass.ts -------------------------------------------------------------------------------- /src/hooks/useUniqueId.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useUniqueId.ts -------------------------------------------------------------------------------- /src/hooks/useVesting.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useVesting.ts -------------------------------------------------------------------------------- /src/hooks/useViewTransition.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useViewTransition.ts -------------------------------------------------------------------------------- /src/hooks/useWindowSize.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/hooks/useWindowSize.ts -------------------------------------------------------------------------------- /src/i18n/air/de.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/air/de.yaml -------------------------------------------------------------------------------- /src/i18n/air/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/air/en.yaml -------------------------------------------------------------------------------- /src/i18n/air/es.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/air/es.yaml -------------------------------------------------------------------------------- /src/i18n/air/pl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/air/pl.yaml -------------------------------------------------------------------------------- /src/i18n/air/ru.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/air/ru.yaml -------------------------------------------------------------------------------- /src/i18n/air/th.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/air/th.yaml -------------------------------------------------------------------------------- /src/i18n/air/tr.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/air/tr.yaml -------------------------------------------------------------------------------- /src/i18n/air/uk.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/air/uk.yaml -------------------------------------------------------------------------------- /src/i18n/air/zh-Hans.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/air/zh-Hans.yaml -------------------------------------------------------------------------------- /src/i18n/air/zh-Hant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/air/zh-Hant.yaml -------------------------------------------------------------------------------- /src/i18n/de.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/de.yaml -------------------------------------------------------------------------------- /src/i18n/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/en.yaml -------------------------------------------------------------------------------- /src/i18n/es.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/es.yaml -------------------------------------------------------------------------------- /src/i18n/pl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/pl.yaml -------------------------------------------------------------------------------- /src/i18n/ru.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/ru.yaml -------------------------------------------------------------------------------- /src/i18n/th.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/th.yaml -------------------------------------------------------------------------------- /src/i18n/tr.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/tr.yaml -------------------------------------------------------------------------------- /src/i18n/uk.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/uk.yaml -------------------------------------------------------------------------------- /src/i18n/zh-Hans.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/zh-Hans.yaml -------------------------------------------------------------------------------- /src/i18n/zh-Hant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/i18n/zh-Hant.yaml -------------------------------------------------------------------------------- /src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/index.html -------------------------------------------------------------------------------- /src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/index.tsx -------------------------------------------------------------------------------- /src/lib/aes-js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/lib/aes-js/index.js -------------------------------------------------------------------------------- /src/lib/axios-retry/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/lib/axios-retry/index.d.ts -------------------------------------------------------------------------------- /src/lib/axios-retry/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/lib/axios-retry/index.js -------------------------------------------------------------------------------- /src/lib/big.js/LICENCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/lib/big.js/LICENCE.md -------------------------------------------------------------------------------- /src/lib/big.js/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/lib/big.js/index.d.ts -------------------------------------------------------------------------------- /src/lib/big.js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/lib/big.js/index.js -------------------------------------------------------------------------------- /src/lib/confusables/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/lib/confusables/LICENSE.md -------------------------------------------------------------------------------- /src/lib/confusables/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/lib/confusables/index.ts -------------------------------------------------------------------------------- /src/lib/confusables/util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/lib/confusables/util.ts -------------------------------------------------------------------------------- /src/lib/fasterdom/fasterdom.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/lib/fasterdom/fasterdom.ts -------------------------------------------------------------------------------- /src/lib/noble-ed25519/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/lib/noble-ed25519/index.js -------------------------------------------------------------------------------- /src/lib/quantize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/lib/quantize.js -------------------------------------------------------------------------------- /src/lib/rlottie/RLottie.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/lib/rlottie/RLottie.ts -------------------------------------------------------------------------------- /src/lib/rlottie/__mocks__/RLottie.ts: -------------------------------------------------------------------------------- 1 | export default class RLottie { 2 | } 3 | -------------------------------------------------------------------------------- /src/lib/teact/dom-events.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/lib/teact/dom-events.ts -------------------------------------------------------------------------------- /src/lib/teact/jsx-dev-runtime.ts: -------------------------------------------------------------------------------- 1 | export * from './jsx-runtime'; 2 | -------------------------------------------------------------------------------- /src/lib/teact/jsx-runtime.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/lib/teact/jsx-runtime.ts -------------------------------------------------------------------------------- /src/lib/teact/teact-dom.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/lib/teact/teact-dom.ts -------------------------------------------------------------------------------- /src/lib/teact/teact.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/lib/teact/teact.ts -------------------------------------------------------------------------------- /src/lib/teact/teactn.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/lib/teact/teactn.tsx -------------------------------------------------------------------------------- /src/multisend/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/multisend/README.md -------------------------------------------------------------------------------- /src/multisend/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/multisend/config.ts -------------------------------------------------------------------------------- /src/multisend/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/multisend/index.html -------------------------------------------------------------------------------- /src/multisend/index.scss: -------------------------------------------------------------------------------- 1 | .app-container { 2 | overflow: auto; 3 | height: 100%; 4 | } 5 | -------------------------------------------------------------------------------- /src/multisend/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/multisend/index.tsx -------------------------------------------------------------------------------- /src/multisend/public/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/multisend/public/icon.png -------------------------------------------------------------------------------- /src/multisend/public/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/multisend/public/logo.png -------------------------------------------------------------------------------- /src/multisend/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/multisend/types.ts -------------------------------------------------------------------------------- /src/multisend/utils/mockI18nEn.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /src/multisend/utils/tokens.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/multisend/utils/tokens.ts -------------------------------------------------------------------------------- /src/multisend/utils/tonCore.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/multisend/utils/tonCore.ts -------------------------------------------------------------------------------- /src/push/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/README.md -------------------------------------------------------------------------------- /src/push/assets/logo_my.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/assets/logo_my.svg -------------------------------------------------------------------------------- /src/push/assets/logo_push.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/assets/logo_push.png -------------------------------------------------------------------------------- /src/push/assets/logo_ton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/assets/logo_ton.svg -------------------------------------------------------------------------------- /src/push/assets/logo_usdt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/assets/logo_usdt.svg -------------------------------------------------------------------------------- /src/push/components/App.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/components/App.tsx -------------------------------------------------------------------------------- /src/push/components/Check.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/components/Check.tsx -------------------------------------------------------------------------------- /src/push/components/Header.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/components/Header.tsx -------------------------------------------------------------------------------- /src/push/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/config.ts -------------------------------------------------------------------------------- /src/push/i18n/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/i18n/en.json -------------------------------------------------------------------------------- /src/push/i18n/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/i18n/en.yaml -------------------------------------------------------------------------------- /src/push/i18n/ru.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/i18n/ru.yaml -------------------------------------------------------------------------------- /src/push/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/index.html -------------------------------------------------------------------------------- /src/push/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/index.tsx -------------------------------------------------------------------------------- /src/push/public/_headers: -------------------------------------------------------------------------------- 1 | /push-tonconnect-manifest.json 2 | Access-Control-Allow-Origin: * 3 | -------------------------------------------------------------------------------- /src/push/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/public/favicon.ico -------------------------------------------------------------------------------- /src/push/public/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/public/icon.png -------------------------------------------------------------------------------- /src/push/styles/index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/styles/index.scss -------------------------------------------------------------------------------- /src/push/styles/variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/styles/variables.scss -------------------------------------------------------------------------------- /src/push/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/types.ts -------------------------------------------------------------------------------- /src/push/util/check.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/util/check.ts -------------------------------------------------------------------------------- /src/push/util/push.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/util/push.ts -------------------------------------------------------------------------------- /src/push/util/searchParams.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/util/searchParams.ts -------------------------------------------------------------------------------- /src/push/util/tonConnect.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/util/tonConnect.ts -------------------------------------------------------------------------------- /src/push/util/wallet.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/push/util/wallet.ts -------------------------------------------------------------------------------- /src/styles/brilliant-icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/styles/brilliant-icons.css -------------------------------------------------------------------------------- /src/styles/index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/styles/index.scss -------------------------------------------------------------------------------- /src/styles/mixins/_index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/styles/mixins/_index.scss -------------------------------------------------------------------------------- /src/styles/mixins/_scroll.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/styles/mixins/_scroll.scss -------------------------------------------------------------------------------- /src/styles/mixins/_ui.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/styles/mixins/_ui.scss -------------------------------------------------------------------------------- /src/styles/mtwCustomCard.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/styles/mtwCustomCard.scss -------------------------------------------------------------------------------- /src/styles/reboot.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/styles/reboot.css -------------------------------------------------------------------------------- /src/styles/scssVariables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/styles/scssVariables.scss -------------------------------------------------------------------------------- /src/styles/variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/styles/variables.scss -------------------------------------------------------------------------------- /src/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/types.ts -------------------------------------------------------------------------------- /src/util/Deferred.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/Deferred.ts -------------------------------------------------------------------------------- /src/util/accentColor/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/accentColor/index.ts -------------------------------------------------------------------------------- /src/util/account.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/account.ts -------------------------------------------------------------------------------- /src/util/activeTabMonitor.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/activeTabMonitor.ts -------------------------------------------------------------------------------- /src/util/activities/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/activities/index.ts -------------------------------------------------------------------------------- /src/util/activities/order.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/activities/order.ts -------------------------------------------------------------------------------- /src/util/animation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/animation.ts -------------------------------------------------------------------------------- /src/util/areDeepEqual.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/areDeepEqual.ts -------------------------------------------------------------------------------- /src/util/assert.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/assert.ts -------------------------------------------------------------------------------- /src/util/authApi/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/authApi/index.ts -------------------------------------------------------------------------------- /src/util/authApi/telegram.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/authApi/telegram.ts -------------------------------------------------------------------------------- /src/util/authApi/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/authApi/types.ts -------------------------------------------------------------------------------- /src/util/authApi/webAuthn.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/authApi/webAuthn.ts -------------------------------------------------------------------------------- /src/util/base64toHex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/base64toHex.ts -------------------------------------------------------------------------------- /src/util/betterView.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/betterView.ts -------------------------------------------------------------------------------- /src/util/bigNumber.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/bigNumber.ts -------------------------------------------------------------------------------- /src/util/bigint.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/bigint.ts -------------------------------------------------------------------------------- /src/util/bigintPatch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/bigintPatch.ts -------------------------------------------------------------------------------- /src/util/biometrics.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/biometrics.ts -------------------------------------------------------------------------------- /src/util/buildClassName.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/buildClassName.ts -------------------------------------------------------------------------------- /src/util/buildStyle.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/buildStyle.ts -------------------------------------------------------------------------------- /src/util/cacheApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/cacheApi.ts -------------------------------------------------------------------------------- /src/util/calcChangeValue.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/calcChangeValue.ts -------------------------------------------------------------------------------- /src/util/calculatePrice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/calculatePrice.ts -------------------------------------------------------------------------------- /src/util/callbacks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/callbacks.ts -------------------------------------------------------------------------------- /src/util/capacitor/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/capacitor/index.ts -------------------------------------------------------------------------------- /src/util/capacitor/platform.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/capacitor/platform.ts -------------------------------------------------------------------------------- /src/util/captureEvents.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/captureEvents.ts -------------------------------------------------------------------------------- /src/util/casting.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/casting.ts -------------------------------------------------------------------------------- /src/util/chain.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/chain.ts -------------------------------------------------------------------------------- /src/util/clipboard.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/clipboard.ts -------------------------------------------------------------------------------- /src/util/colors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/colors.ts -------------------------------------------------------------------------------- /src/util/compareVersions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/compareVersions.ts -------------------------------------------------------------------------------- /src/util/compression.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/compression.test.ts -------------------------------------------------------------------------------- /src/util/compression.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/compression.ts -------------------------------------------------------------------------------- /src/util/crcHash.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/crcHash.test.ts -------------------------------------------------------------------------------- /src/util/crcHash.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/crcHash.ts -------------------------------------------------------------------------------- /src/util/cssColorToHex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/cssColorToHex.ts -------------------------------------------------------------------------------- /src/util/cycleRestrict.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/cycleRestrict.ts -------------------------------------------------------------------------------- /src/util/dateFormat.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/dateFormat.ts -------------------------------------------------------------------------------- /src/util/datetime.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/datetime.ts -------------------------------------------------------------------------------- /src/util/debugOverlay.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/debugOverlay.ts -------------------------------------------------------------------------------- /src/util/decimals.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/decimals.ts -------------------------------------------------------------------------------- /src/util/deepDiff.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/deepDiff.ts -------------------------------------------------------------------------------- /src/util/deepMerge.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/deepMerge.ts -------------------------------------------------------------------------------- /src/util/deeplink/constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/deeplink/constants.ts -------------------------------------------------------------------------------- /src/util/deeplink/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/deeplink/index.ts -------------------------------------------------------------------------------- /src/util/devSettings.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/devSettings.ts -------------------------------------------------------------------------------- /src/util/dns.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/dns.test.ts -------------------------------------------------------------------------------- /src/util/dns.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/dns.ts -------------------------------------------------------------------------------- /src/util/domEvents.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/domEvents.ts -------------------------------------------------------------------------------- /src/util/electron.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/electron.ts -------------------------------------------------------------------------------- /src/util/environment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/environment.ts -------------------------------------------------------------------------------- /src/util/fee/swapFee.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/fee/swapFee.ts -------------------------------------------------------------------------------- /src/util/fee/transferFee.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/fee/transferFee.ts -------------------------------------------------------------------------------- /src/util/fee/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/fee/types.ts -------------------------------------------------------------------------------- /src/util/fetch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/fetch.ts -------------------------------------------------------------------------------- /src/util/focusAwareDelay.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/focusAwareDelay.ts -------------------------------------------------------------------------------- /src/util/focusScroll.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/focusScroll.ts -------------------------------------------------------------------------------- /src/util/fonts.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/fonts.ts -------------------------------------------------------------------------------- /src/util/forceReflow.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/forceReflow.ts -------------------------------------------------------------------------------- /src/util/formatNumber.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/formatNumber.test.ts -------------------------------------------------------------------------------- /src/util/formatNumber.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/formatNumber.ts -------------------------------------------------------------------------------- /src/util/getPlatform.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/getPlatform.ts -------------------------------------------------------------------------------- /src/util/handleError.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/handleError.ts -------------------------------------------------------------------------------- /src/util/haptics.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/haptics.ts -------------------------------------------------------------------------------- /src/util/isEmptyObject.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/isEmptyObject.ts -------------------------------------------------------------------------------- /src/util/isValidAddress.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/isValidAddress.ts -------------------------------------------------------------------------------- /src/util/isViewAccount.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/isViewAccount.ts -------------------------------------------------------------------------------- /src/util/iteratees.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/iteratees.test.ts -------------------------------------------------------------------------------- /src/util/iteratees.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/iteratees.ts -------------------------------------------------------------------------------- /src/util/langProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/langProvider.ts -------------------------------------------------------------------------------- /src/util/ledger/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/ledger/index.ts -------------------------------------------------------------------------------- /src/util/ledger/tab.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/ledger/tab.ts -------------------------------------------------------------------------------- /src/util/ledger/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/ledger/types.ts -------------------------------------------------------------------------------- /src/util/lethargy.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/lethargy.ts -------------------------------------------------------------------------------- /src/util/logs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/logs.ts -------------------------------------------------------------------------------- /src/util/math.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/math.ts -------------------------------------------------------------------------------- /src/util/memo.ts: -------------------------------------------------------------------------------- 1 | export const MEMO_EMPTY_ARRAY = []; 2 | -------------------------------------------------------------------------------- /src/util/memoize.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/memoize.ts -------------------------------------------------------------------------------- /src/util/multitab.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/multitab.ts -------------------------------------------------------------------------------- /src/util/openUrl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/openUrl.ts -------------------------------------------------------------------------------- /src/util/orGate.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/orGate.test.ts -------------------------------------------------------------------------------- /src/util/orGate.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/orGate.ts -------------------------------------------------------------------------------- /src/util/parseHotkey.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/parseHotkey.ts -------------------------------------------------------------------------------- /src/util/particles.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/particles.ts -------------------------------------------------------------------------------- /src/util/poisoningHash.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/poisoningHash.ts -------------------------------------------------------------------------------- /src/util/preloadImage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/preloadImage.ts -------------------------------------------------------------------------------- /src/util/random.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/random.ts -------------------------------------------------------------------------------- /src/util/regex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/regex.ts -------------------------------------------------------------------------------- /src/util/renderPromise.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/renderPromise.ts -------------------------------------------------------------------------------- /src/util/resetScroll.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/resetScroll.ts -------------------------------------------------------------------------------- /src/util/round.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/round.ts -------------------------------------------------------------------------------- /src/util/safeExec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/safeExec.ts -------------------------------------------------------------------------------- /src/util/safePlay.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/safePlay.ts -------------------------------------------------------------------------------- /src/util/scamDetection.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/scamDetection.ts -------------------------------------------------------------------------------- /src/util/schedulers.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/schedulers.test.ts -------------------------------------------------------------------------------- /src/util/schedulers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/schedulers.ts -------------------------------------------------------------------------------- /src/util/share.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/share.ts -------------------------------------------------------------------------------- /src/util/shortenAddress.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/shortenAddress.ts -------------------------------------------------------------------------------- /src/util/shortenDomain.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/shortenDomain.ts -------------------------------------------------------------------------------- /src/util/signals.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/signals.ts -------------------------------------------------------------------------------- /src/util/staking/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/staking/index.ts -------------------------------------------------------------------------------- /src/util/stream.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/stream.ts -------------------------------------------------------------------------------- /src/util/stringFormat.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/stringFormat.ts -------------------------------------------------------------------------------- /src/util/swipeController.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/swipeController.ts -------------------------------------------------------------------------------- /src/util/switchTheme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/switchTheme.ts -------------------------------------------------------------------------------- /src/util/telegram/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/telegram/index.ts -------------------------------------------------------------------------------- /src/util/text.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/text.ts -------------------------------------------------------------------------------- /src/util/tokens.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/tokens.ts -------------------------------------------------------------------------------- /src/util/ton/transfer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/ton/transfer.ts -------------------------------------------------------------------------------- /src/util/trapFocus.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/trapFocus.ts -------------------------------------------------------------------------------- /src/util/url.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/url.test.ts -------------------------------------------------------------------------------- /src/util/url.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/url.ts -------------------------------------------------------------------------------- /src/util/validateAddress.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/validateAddress.ts -------------------------------------------------------------------------------- /src/util/windowSize.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/windowSize.ts -------------------------------------------------------------------------------- /src/util/withCache.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/withCache.ts -------------------------------------------------------------------------------- /src/util/withCacheAsync.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/src/util/withCacheAsync.ts -------------------------------------------------------------------------------- /svgo.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/svgo.config.mjs -------------------------------------------------------------------------------- /tests/init.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/tests/init.ts -------------------------------------------------------------------------------- /tests/initApp.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/tests/initApp.tsx -------------------------------------------------------------------------------- /tests/initGlobal.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/tests/initGlobal.ts -------------------------------------------------------------------------------- /tests/mocks/activities.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/tests/mocks/activities.ts -------------------------------------------------------------------------------- /tests/mocks/address.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/tests/mocks/address.ts -------------------------------------------------------------------------------- /tests/mocks/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/tests/mocks/index.ts -------------------------------------------------------------------------------- /tests/staticFileMock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/tests/staticFileMock.js -------------------------------------------------------------------------------- /tests/util/matchers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/tests/util/matchers.ts -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/tsconfig.json -------------------------------------------------------------------------------- /webpack-air.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/webpack-air.config.ts -------------------------------------------------------------------------------- /webpack-electron.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/webpack-electron.config.ts -------------------------------------------------------------------------------- /webpack-giveaways.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/webpack-giveaways.config.ts -------------------------------------------------------------------------------- /webpack-multisend.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/webpack-multisend.config.ts -------------------------------------------------------------------------------- /webpack-push.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/webpack-push.config.ts -------------------------------------------------------------------------------- /webpack.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwallet-org/mytonwallet/HEAD/webpack.config.ts --------------------------------------------------------------------------------