├── .gitignore
├── .metadata
├── LICENSE
├── README.md
├── android
├── .gitignore
├── app
│ ├── build.gradle
│ └── src
│ │ ├── debug
│ │ └── AndroidManifest.xml
│ │ ├── main
│ │ ├── AndroidManifest.xml
│ │ ├── kotlin
│ │ │ └── com
│ │ │ │ └── example
│ │ │ │ └── defi_wallet
│ │ │ │ └── MainActivity.kt
│ │ └── res
│ │ │ ├── drawable-v21
│ │ │ └── launch_background.xml
│ │ │ ├── drawable
│ │ │ └── launch_background.xml
│ │ │ ├── mipmap-hdpi
│ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-mdpi
│ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-xhdpi
│ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-xxhdpi
│ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-xxxhdpi
│ │ │ └── ic_launcher.png
│ │ │ ├── values-night
│ │ │ └── styles.xml
│ │ │ └── values
│ │ │ └── styles.xml
│ │ └── profile
│ │ └── AndroidManifest.xml
├── build.gradle
├── gradle.properties
├── gradle
│ └── wrapper
│ │ └── gradle-wrapper.properties
└── settings.gradle
├── assets
├── active_checkbox_icon.svg
├── add_liquidity_icon.svg
├── arrow_down.svg
├── arrow_right.svg
├── arrow_right_long.svg
├── arrow_up.svg
├── asset_pair_bg_dark.svg
├── asset_pair_bg_light.svg
├── back_icon.svg
├── bg_splash_dark.svg
├── btc_dfx.svg
├── btc_guide.svg
├── btc_origin.svg
├── buying_crypto_logo.png
├── chart_icon.svg
├── check_icon.svg
├── chf.svg
├── close_icon.svg
├── connection.gif
├── contact_screen_logo.svg
├── copy_icon_pink.svg
├── copy_icon_reverse.svg
├── currencies
│ ├── btc.svg
│ ├── chf.svg
│ ├── eur.svg
│ └── usd.svg
├── d_logo.svg
├── defi.svg
├── defi_logo_lock.svg
├── dfx_logo.svg
├── edit_icon.svg
├── error_gif.gif
├── euro_logo.svg
├── explorer_icon.svg
├── failed_outline.svg
├── fast_fee.svg
├── first_step_buy_logo.png
├── first_step_buy_logo.svg
├── history
│ ├── changed.svg
│ ├── liquidity.svg
│ ├── received.svg
│ └── send.svg
├── home_arrow.svg
├── icon_photo.svg
├── icon_user.svg
├── icons
│ ├── account_icon.svg
│ ├── add.svg
│ ├── add_black.svg
│ ├── address_book.svg
│ ├── address_book_icon.svg
│ ├── arrow.png
│ ├── arrow_back.svg
│ ├── arrow_down.svg
│ ├── arrow_phrase.svg
│ ├── arrow_right.svg
│ ├── arrow_up.svg
│ ├── button_spinner.svg
│ ├── buy.png
│ ├── buy_disabled.png
│ ├── buy_icon.svg
│ ├── camera.png
│ ├── cancel_icon.svg
│ ├── change_icon.svg
│ ├── change_icon_disabled.svg
│ ├── check_green_icon.svg
│ ├── check_icon.svg
│ ├── circular_spinner.svg
│ ├── compare_arrow.svg
│ ├── copy.svg
│ ├── cross.svg
│ ├── delete_text_input.svg
│ ├── dfx_logo_dark_theme.svg
│ ├── dfx_logo_light_theme.svg
│ ├── earn.png
│ ├── earn_disabled.png
│ ├── earn_icon.svg
│ ├── edit.svg
│ ├── edit_gradient.svg
│ ├── filter_icon.svg
│ ├── fullscreen_icon.svg
│ ├── grid_view.svg
│ ├── important_icon.svg
│ ├── increase_limit.svg
│ ├── increase_limits.png
│ ├── info_icon.svg
│ ├── jelly_theme_explore.svg
│ ├── ledger.svg
│ ├── light_mode.svg
│ ├── list_bullets.svg
│ ├── lock.svg
│ ├── network.png
│ ├── network_arrow_down.svg
│ ├── network_icon.svg
│ ├── night_mode.svg
│ ├── open_in_new.svg
│ ├── receive_icon.svg
│ ├── sell.png
│ ├── sell_icon.svg
│ ├── send_icon.svg
│ ├── setting.svg
│ ├── staking_lock.svg
│ ├── trash.svg
│ ├── visibility.svg
│ ├── visibility_off.svg
│ ├── wallet.png
│ ├── wallet_disabled.png
│ ├── wallet_icon.svg
│ └── yield_icon.svg
├── images
│ ├── add_gradient.png
│ ├── address_book.png
│ ├── address_book_gray.png
│ ├── address_book_pink.png
│ ├── address_book_white.png
│ ├── buy.png
│ ├── buy_sell.png
│ ├── copy_gradient.png
│ ├── dark_circle_selector.png
│ ├── defi_cake_hacking.png
│ ├── defi_cake_hacking_1.png
│ ├── defi_ledger_screen.png
│ ├── defi_ledger_seed_phrase.png
│ ├── defi_love_ledger.png
│ ├── defi_no_seed_phrase.png
│ ├── deposit.svg
│ ├── dfi_staking.png
│ ├── earn.png
│ ├── ellipse.svg
│ ├── ellipse3.png
│ ├── increase.png
│ ├── jelly_oops.png
│ ├── jelly_protect.png
│ ├── jelly_success.png
│ ├── ledger_light.png
│ ├── ledger_loading_dark.gif
│ ├── ledger_loading_light_gray.gif
│ ├── ledger_loading_light_white.gif
│ ├── ledger_selected_light.png
│ ├── light_circle_selector.png
│ ├── liquidity.png
│ ├── liquidity_chart.png
│ ├── liquidity_chart_dark.png
│ ├── list.svg
│ ├── loader.gif
│ ├── loader_dark_bg.gif
│ ├── loader_white_bg.gif
│ ├── lock_image.png
│ ├── receive.png
│ ├── search_gray.png
│ ├── search_pink.png
│ ├── selected_circle_selector.png
│ ├── sell.png
│ ├── send.png
│ ├── swap.png
│ ├── titorial_buy_group_third.svg
│ ├── tokens
│ │ ├── bch.png
│ │ ├── btc.png
│ │ ├── default.png
│ │ ├── dfi.png
│ │ ├── doge.png
│ │ ├── dusd.png
│ │ ├── eth.png
│ │ ├── ltc.png
│ │ ├── usdc.png
│ │ └── usdt.png
│ ├── tutorial_buy_background_dark.png
│ ├── tutorial_buy_background_light.png
│ ├── tutorial_buy_bank_build_rotate.svg
│ ├── tutorial_buy_btc_gradient.svg
│ ├── tutorial_buy_first.png
│ ├── tutorial_buy_group_forth.svg
│ ├── tutorial_buy_second.png
│ ├── tutorial_dfx_rotate1.svg
│ ├── welcome_background.png
│ └── withdrawal.svg
├── important.svg
├── inactive_checkbox_icon.svg
├── info_icon.svg
├── info_outline_pink.svg
├── jelly_logo.svg
├── jelly_logo_dark.svg
├── jelly_logo_new.svg
├── jelly_logo_wallet.svg
├── medium_fee.svg
├── menu_icon.svg
├── open_in_full_icon.svg
├── open_in_full_icon_light.svg
├── pair_icons
│ └── dfi_btc.png
├── paste_icon.svg
├── powered_of_dfx.svg
├── powered_of_dfx_dark.svg
├── radio
│ ├── checked-blue.svg
│ ├── checked-green.svg
│ ├── checked-orange.svg
│ ├── checked.svg
│ └── unfocused.svg
├── receive_icon.svg
├── recived_icon.svg
├── remove_liquidity_icon.svg
├── rotate_rectangle.svg
├── second_step_buy_logo.png
├── second_step_buy_logo.svg
├── secure_placeholder_dark.svg
├── secure_placeholder_light.svg
├── send_icon.svg
├── senden_icon.svg
├── slow_fee.svg
├── staking_logo.svg
├── status_reload_icon.png
├── success_gif.gif
├── success_outline.svg
├── swap_icon.svg
├── third_step_buy_logo.png
├── third_step_buy_logo.svg
├── tokens
│ ├── aapl.svg
│ ├── amzn.svg
│ ├── arkk.svg
│ ├── baba.svg
│ ├── bitcoin-cash.svg
│ ├── bitcoin.svg
│ ├── coinbase.svg
│ ├── defi.svg
│ ├── defi_blue.svg
│ ├── dogecoin.svg
│ ├── dusd.svg
│ ├── eem.svg
│ ├── ethereum.svg
│ ├── fb.svg
│ ├── gld.svg
│ ├── gme.svg
│ ├── googl.svg
│ ├── litecoin.svg
│ ├── msft.svg
│ ├── nflx.svg
│ ├── nvda.svg
│ ├── pdbc.svg
│ ├── pltr.svg
│ ├── pubc.svg
│ ├── qqq.svg
│ ├── slv.svg
│ ├── spy.svg
│ ├── tlt.svg
│ ├── tsla.svg
│ ├── urth.svg
│ ├── usdc.svg
│ ├── usdt.svg
│ ├── vnq.svg
│ └── voo.svg
├── tutorial_buy_btc.svg
├── tutorial_buy_cursor.svg
├── tutorial_buy_dfi.svg
├── tutorial_buy_eth.svg
├── wallet_disable.svg
├── wallet_enable.svg
├── wallet_enable_pink.svg
├── welcome_logo.png
└── welcome_logo.svg
├── fonts
├── GalanoGrotesque
│ └── GalanoGrotesque-SemiBold.ttf
├── IBM_Plex_Sans
│ ├── IBMPlexSans-Bold.ttf
│ ├── IBMPlexSans-BoldItalic.ttf
│ ├── IBMPlexSans-ExtraLight.ttf
│ ├── IBMPlexSans-ExtraLightItalic.ttf
│ ├── IBMPlexSans-Italic.ttf
│ ├── IBMPlexSans-Light.ttf
│ ├── IBMPlexSans-LightItalic.ttf
│ ├── IBMPlexSans-Medium.ttf
│ ├── IBMPlexSans-MediumItalic.ttf
│ ├── IBMPlexSans-Regular.ttf
│ ├── IBMPlexSans-SemiBold.ttf
│ ├── IBMPlexSans-SemiBoldItalic.ttf
│ ├── IBMPlexSans-Thin.ttf
│ ├── IBMPlexSans-ThinItalic.ttf
│ └── OFL.txt
├── RedHatDisplay
│ ├── RedHatDisplay-Black.ttf
│ ├── RedHatDisplay-BlackItalic.ttf
│ ├── RedHatDisplay-Bold.ttf
│ ├── RedHatDisplay-BoldItalic.ttf
│ ├── RedHatDisplay-ExtraBold.ttf
│ ├── RedHatDisplay-ExtraBoldItalic.ttf
│ ├── RedHatDisplay-Italic.ttf
│ ├── RedHatDisplay-Light.ttf
│ ├── RedHatDisplay-LightItalic.ttf
│ ├── RedHatDisplay-Medium.ttf
│ ├── RedHatDisplay-MediumItalic.ttf
│ ├── RedHatDisplay-Regular.ttf
│ ├── RedHatDisplay-SemiBold.ttf
│ └── RedHatDisplay-SemiBoldItalic.ttf
└── red_hat_display
│ ├── RedHatDisplay-Black.ttf
│ ├── RedHatDisplay-BlackItalic.ttf
│ ├── RedHatDisplay-Bold.ttf
│ ├── RedHatDisplay-BoldItalic.ttf
│ ├── RedHatDisplay-ExtraBold.ttf
│ ├── RedHatDisplay-ExtraBoldItalic.ttf
│ ├── RedHatDisplay-Italic.ttf
│ ├── RedHatDisplay-Light.ttf
│ ├── RedHatDisplay-LightItalic.ttf
│ ├── RedHatDisplay-Medium.ttf
│ ├── RedHatDisplay-MediumItalic.ttf
│ ├── RedHatDisplay-Regular.ttf
│ ├── RedHatDisplay-SemiBold.ttf
│ └── RedHatDisplay-SemiBoldItalic.ttf
├── ios
├── .gitignore
├── Flutter
│ ├── AppFrameworkInfo.plist
│ ├── Debug.xcconfig
│ └── Release.xcconfig
├── Podfile
├── Podfile.lock
├── Runner.xcodeproj
│ ├── project.pbxproj
│ ├── project.xcworkspace
│ │ ├── contents.xcworkspacedata
│ │ └── xcshareddata
│ │ │ ├── IDEWorkspaceChecks.plist
│ │ │ └── WorkspaceSettings.xcsettings
│ └── xcshareddata
│ │ └── xcschemes
│ │ └── Runner.xcscheme
├── Runner.xcworkspace
│ ├── contents.xcworkspacedata
│ └── xcshareddata
│ │ ├── IDEWorkspaceChecks.plist
│ │ └── WorkspaceSettings.xcsettings
└── Runner
│ ├── AppDelegate.swift
│ ├── Assets.xcassets
│ ├── AppIcon.appiconset
│ │ ├── Contents.json
│ │ ├── Icon-App-1024x1024@1x.png
│ │ ├── Icon-App-20x20@1x.png
│ │ ├── Icon-App-20x20@2x.png
│ │ ├── Icon-App-20x20@3x.png
│ │ ├── Icon-App-29x29@1x.png
│ │ ├── Icon-App-29x29@2x.png
│ │ ├── Icon-App-29x29@3x.png
│ │ ├── Icon-App-40x40@1x.png
│ │ ├── Icon-App-40x40@2x.png
│ │ ├── Icon-App-40x40@3x.png
│ │ ├── Icon-App-60x60@2x.png
│ │ ├── Icon-App-60x60@3x.png
│ │ ├── Icon-App-76x76@1x.png
│ │ ├── Icon-App-76x76@2x.png
│ │ └── Icon-App-83.5x83.5@2x.png
│ └── LaunchImage.imageset
│ │ ├── Contents.json
│ │ ├── LaunchImage.png
│ │ ├── LaunchImage@2x.png
│ │ ├── LaunchImage@3x.png
│ │ └── README.md
│ ├── Base.lproj
│ ├── LaunchScreen.storyboard
│ └── Main.storyboard
│ ├── Info.plist
│ └── Runner-Bridging-Header.h
├── lib
├── bloc
│ ├── account
│ │ ├── account_cubit.dart
│ │ └── account_state.dart
│ ├── address_book
│ │ ├── address_book_cubit.dart
│ │ └── address_book_state.dart
│ ├── asset_selector
│ │ ├── asset_selector_cubit.dart
│ │ └── asset_selector_state.dart
│ ├── auth
│ │ ├── auth_bloc.dart
│ │ └── auth_state.dart
│ ├── available_amount
│ │ ├── available_amount_cubit.dart
│ │ └── available_amount_state.dart
│ ├── bitcoin
│ │ ├── bitcoin_cubit.dart
│ │ └── bitcoin_state.dart
│ ├── bridge
│ │ ├── bridge_cubit.dart
│ │ └── bridge_state.dart
│ ├── fiat
│ │ ├── fiat_cubit.dart
│ │ └── fiat_state.dart
│ ├── home
│ │ ├── home_cubit.dart
│ │ └── home_state.dart
│ ├── lock
│ │ ├── lock_cubit.dart
│ │ └── lock_state.dart
│ ├── network
│ │ ├── network_cubit.dart
│ │ └── network_state.dart
│ ├── refactoring
│ │ ├── earn
│ │ │ ├── earn_cubit.dart
│ │ │ └── earn_state.dart
│ │ ├── exchange
│ │ │ ├── exchange_cubit.dart
│ │ │ └── exchange_state.dart
│ │ ├── lm
│ │ │ ├── lm_cubit.dart
│ │ │ └── lm_state.dart
│ │ ├── lock
│ │ │ ├── lock_cubit.dart
│ │ │ └── lock_state.dart
│ │ ├── ramp
│ │ │ ├── ramp_cubit.dart
│ │ │ └── ramp_state.dart
│ │ ├── rates
│ │ │ ├── rates_cubit.dart
│ │ │ └── rates_state.dart
│ │ ├── transaction
│ │ │ ├── tx_cubit.dart
│ │ │ └── tx_state.dart
│ │ └── wallet
│ │ │ ├── wallet_cubit.dart
│ │ │ └── wallet_state.dart
│ ├── theme
│ │ ├── theme_cubit.dart
│ │ └── theme_state.dart
│ ├── tokens
│ │ ├── tokens_cubit.dart
│ │ └── tokens_state.dart
│ └── transaction
│ │ ├── transaction_bloc.dart
│ │ └── transaction_state.dart
├── client
│ └── hive_names.dart
├── config
│ └── config.dart
├── constants
│ ├── input_formatters.dart
│ └── specific_token_names.dart
├── helpers
│ ├── access_token_helper.dart
│ ├── addresses_helper.dart
│ ├── balances_helper.dart
│ ├── encrypt_helper.dart
│ ├── fiat_helper.dart
│ ├── history_helper.dart
│ ├── history_new.dart
│ ├── ledger_wallet_helper.dart
│ ├── lock_helper.dart
│ ├── logo_helper.dart
│ ├── menu_helper.dart
│ ├── mnemonic_words.dart
│ ├── network_helper.dart
│ ├── settings_helper.dart
│ ├── tokens_helper.dart
│ └── wallets_helper.dart
├── ledger
│ └── jelly_ledger.dart
├── main.dart
├── mixins
│ ├── dialog_mixin.dart
│ ├── format_mixin.dart
│ ├── network_mixin.dart
│ ├── snack_bar_mixin.dart
│ ├── storage_phrase_mixin.dart
│ └── theme_mixin.dart
├── models
│ ├── account_model.dart
│ ├── address_balance_model.dart
│ ├── address_book_model.dart
│ ├── address_model.dart
│ ├── asset_pair_model.dart
│ ├── asset_style_model.dart
│ ├── available_asset_model.dart
│ ├── balance
│ │ ├── balance_model.dart
│ │ └── bitcoin
│ │ │ └── blockcypher_balance_model.dart
│ ├── balance_model.dart
│ ├── crypto_route_model.dart
│ ├── error
│ │ └── error_model.dart
│ ├── fiat_history_model.dart
│ ├── fiat_model.dart
│ ├── focus_model.dart
│ ├── history_model.dart
│ ├── iban_model.dart
│ ├── kyc_model.dart
│ ├── limit_model.dart
│ ├── lock_analytics_model.dart
│ ├── lock_asset_model.dart
│ ├── lock_balance_model.dart
│ ├── lock_minimal_deposits_model.dart
│ ├── lock_reward_routes_model.dart
│ ├── lock_staking_model.dart
│ ├── lock_user_model.dart
│ ├── lock_withdraw_model.dart
│ ├── network
│ │ ├── abstract_classes
│ │ │ ├── abstract_account_model.dart
│ │ │ ├── abstract_app_model.dart
│ │ │ ├── abstract_bridge_model.dart
│ │ │ ├── abstract_exchange_model.dart
│ │ │ ├── abstract_lm_provider_model.dart
│ │ │ ├── abstract_network_model.dart
│ │ │ ├── abstract_on_off_ramp_model.dart
│ │ │ ├── abstract_rates_model.dart
│ │ │ └── abstract_staking_provider_model.dart
│ │ ├── access_token_model.dart
│ │ ├── account_model.dart
│ │ ├── application_model.dart
│ │ ├── bitcoin_implementation
│ │ │ ├── bitcoin_network_model.dart
│ │ │ └── bridge_model.dart
│ │ ├── defichain_implementation
│ │ │ ├── defichain_exchange_model.dart
│ │ │ ├── defichain_lm_provider_model.dart
│ │ │ ├── defichain_network_model.dart
│ │ │ ├── dfx_ramp_model.dart
│ │ │ ├── lock_staking_provider_model.dart
│ │ │ └── yield_machine_staking_provider_model.dart
│ │ ├── network_name.dart
│ │ ├── ramp
│ │ │ ├── ramp_kyc_model.dart
│ │ │ ├── ramp_limit_model.dart
│ │ │ ├── ramp_price_model.dart
│ │ │ ├── ramp_token_model.dart
│ │ │ └── ramp_user_model.dart
│ │ ├── rates
│ │ │ └── rates_model.dart
│ │ ├── source_seed_model.dart
│ │ ├── staking
│ │ │ ├── staking_model.dart
│ │ │ ├── staking_token_model.dart
│ │ │ └── withdraw_model.dart
│ │ └── staking_enum.dart
│ ├── network_fee_model.dart
│ ├── radiobutton_model.dart
│ ├── settings_model.dart
│ ├── staking_model.dart
│ ├── test_pool_swap_model.dart
│ ├── token
│ │ ├── exchange_pair_model.dart
│ │ ├── lp_pool_model.dart
│ │ └── token_model.dart
│ ├── token_model.dart
│ ├── tx_error_model.dart
│ ├── tx_list_model.dart
│ ├── tx_loader_model.dart
│ ├── tx_model.dart
│ ├── tx_response_model.dart
│ └── utxo_model.dart
├── my_app.dart
├── requests
│ ├── balance_requests.dart
│ ├── bitcoin
│ │ └── blockcypher_requests.dart
│ ├── btc_requests.dart
│ ├── defichain
│ │ ├── asset
│ │ │ └── asset_requests.dart
│ │ ├── dfi_balance_requests.dart
│ │ ├── dfi_exchange_requests.dart
│ │ ├── dfi_lm_requests.dart
│ │ ├── dfi_token_requests.dart
│ │ ├── dfi_transaction_requests.dart
│ │ ├── ramp
│ │ │ └── dfx_requests.dart
│ │ └── staking
│ │ │ ├── dfx_requests.dart
│ │ │ └── lock_requests.dart
│ ├── dfx_requests.dart
│ ├── history_requests.dart
│ ├── lock_requests.dart
│ ├── token_requests.dart
│ └── transaction_requests.dart
├── screens
│ ├── address_book
│ │ ├── address_book_screen_new.dart
│ │ └── delete_contact_dialog.dart
│ ├── auth
│ │ ├── password_screen.dart
│ │ ├── recovery
│ │ │ └── recovery_screen.dart
│ │ ├── signup
│ │ │ ├── signup_account_screen.dart
│ │ │ ├── signup_choose_theme_screen.dart
│ │ │ ├── signup_done_screen.dart
│ │ │ ├── signup_phrase_screen.dart
│ │ │ └── signup_placeholder_screen.dart
│ │ └── welcome_screen.dart
│ ├── buy
│ │ ├── buy_kyc_contact_screen.dart
│ │ ├── buy_select_currency_screen.dart
│ │ ├── buy_summary_screen.dart
│ │ ├── iban_screen.dart
│ │ └── tutorials
│ │ │ ├── buy_tutorial_first_screen.dart
│ │ │ ├── buy_tutorial_fourth_screen.dart
│ │ │ ├── buy_tutorial_second_screen.dart
│ │ │ └── buy_tutorial_third_screen.dart
│ ├── dex
│ │ ├── swap_guide_screen.dart
│ │ ├── swap_status.dart
│ │ └── widgets
│ │ │ ├── review_details.dart
│ │ │ ├── slippage_button.dart
│ │ │ └── swap_price_details.dart
│ ├── earn
│ │ ├── earn_card.dart
│ │ ├── earn_screen.dart
│ │ └── earn_screen_wrapper.dart
│ ├── error_screen.dart
│ ├── history
│ │ ├── history.dart
│ │ ├── history_details.dart
│ │ └── widgets
│ │ │ ├── filter_list.dart
│ │ │ ├── history_icon_type.dart
│ │ │ └── icon_history_type.dart
│ ├── home
│ │ ├── home_screen.dart
│ │ └── widgets
│ │ │ ├── asset_list.dart
│ │ │ ├── asset_select.dart
│ │ │ ├── asset_select_field.dart
│ │ │ ├── asset_select_swap.dart
│ │ │ ├── full_size_icon.dart
│ │ │ ├── rounded_divider.dart
│ │ │ ├── tab_bar
│ │ │ ├── tab_bar_body.dart
│ │ │ └── tab_bar_header.dart
│ │ │ └── transaction_history.dart
│ ├── ledger
│ │ ├── guide
│ │ │ ├── connect_ledger_final_screen.dart
│ │ │ ├── connect_ledger_first_screen.dart
│ │ │ ├── connect_ledger_fourth_screen.dart
│ │ │ ├── connect_ledger_second_screen.dart
│ │ │ └── connect_ledger_third_screen.dart
│ │ ├── ledger_check_screen.dart
│ │ ├── ledger_error_dialog.dart
│ │ └── loaders
│ │ │ ├── ledger_auth_loader_screen.dart
│ │ │ └── ledger_send_loader_screen.dart
│ ├── liquidity
│ │ ├── choose_pool_pair_screen.dart
│ │ ├── liquidity_confirmation.dart
│ │ ├── liquidity_pool_list.dart
│ │ ├── liquidity_remove_screen.dart
│ │ ├── liquidity_screen_new.dart
│ │ ├── liquidity_select_pool.dart
│ │ ├── liquidity_status.dart
│ │ └── remove_liquidity.dart
│ ├── lock_screen.dart
│ ├── receive
│ │ └── receive_screeen_new.dart
│ ├── select_buy_or_sell
│ │ └── buy_sell_screen.dart
│ ├── sell
│ │ ├── country_sell.dart
│ │ ├── sell_initiated.dart
│ │ ├── sell_kyc_first_screen.dart
│ │ ├── sell_kyc_second_screen.dart
│ │ ├── sell_kyc_third_screen.dart
│ │ └── selling_screen.dart
│ ├── send
│ │ ├── send_screeen.dart
│ │ └── send_summary_screen.dart
│ ├── settings
│ │ ├── accounts
│ │ │ └── account_name_text_form.dart
│ │ ├── preview_seed.dart
│ │ ├── setting_language_screen.dart
│ │ ├── setting_recovery_seed_screen.dart
│ │ └── setting_screen.dart
│ ├── staking
│ │ ├── kyc
│ │ │ ├── staking_kyc_mobile_screen.dart
│ │ │ ├── staking_kyc_start_screen.dart
│ │ │ ├── staking_new_kyc_process_screen.dart
│ │ │ └── staking_select_verification_screen.dart
│ │ ├── stake_unstake_screen.dart
│ │ ├── staking_screen.dart
│ │ └── yield_machine
│ │ │ └── yield_machine_action_screen.dart
│ ├── swap
│ │ ├── swap_screen.dart
│ │ └── swap_summary_screen.dart
│ ├── tokens
│ │ ├── add_token_confirm_screen.dart
│ │ ├── add_token_screen.dart
│ │ └── widgets
│ │ │ └── search_field.dart
│ └── ui_kit.dart
├── services
│ ├── bitcoin
│ │ └── btc_transaction_service.dart
│ ├── bitcoin_service.dart
│ ├── defichain
│ │ └── dfi_transaction_service.dart
│ ├── dfx_service.dart
│ ├── errors
│ │ └── sentry_service.dart
│ ├── hd_wallet_service.dart
│ ├── ledger_signing_service.dart
│ ├── local_signing_service.dart
│ ├── lock_service.dart
│ ├── logger_service.dart
│ ├── mnemonic_service.dart
│ ├── navigation
│ │ └── navigator_service.dart
│ ├── password_service.dart
│ ├── signing_service.dart
│ ├── storage
│ │ ├── hive_service.dart
│ │ └── storage_service.dart
│ └── transaction_service.dart
├── utils
│ ├── app_theme
│ │ └── app_theme.dart
│ ├── convert.dart
│ ├── custom_radio
│ │ ├── base_select.dart
│ │ └── custom_radio_button.dart
│ ├── graph.dart
│ ├── theme
│ │ ├── src
│ │ │ ├── app_colors.dart
│ │ │ ├── app_gradients.dart
│ │ │ ├── button_theme.dart
│ │ │ ├── colors
│ │ │ │ ├── dark_colors.dart
│ │ │ │ └── light_colors.dart
│ │ │ ├── constants.dart
│ │ │ ├── dark_theme.dart
│ │ │ ├── light_theme.dart
│ │ │ ├── text_theme.dart
│ │ │ ├── theme_colors.dart
│ │ │ └── theme_text_styles.dart
│ │ ├── theme.dart
│ │ ├── theme_checker.dart
│ │ └── theme_manager.dart
│ └── wallet_checker.dart
└── widgets
│ ├── account_drawer
│ ├── account_drawer.dart
│ └── selected_account.dart
│ ├── add_token
│ └── token_list_tile.dart
│ ├── address_book
│ ├── address_book_buttons.dart
│ ├── contact_tile.dart
│ └── last_sent_tile.dart
│ ├── assets
│ ├── asset_icon.dart
│ └── asset_logo.dart
│ ├── auth
│ ├── mnemonic_word.dart
│ ├── welcome_positioned_logo.dart
│ └── welcome_text_cover.dart
│ ├── buttons
│ ├── accent_button.dart
│ ├── account_menu_button.dart
│ ├── back_icon_button.dart
│ ├── cancel_button.dart
│ ├── flat_button.dart
│ ├── new_action_button.dart
│ ├── new_primary_button.dart
│ ├── primary_button.dart
│ ├── restore_button.dart
│ └── small_primary_button.dart
│ ├── common
│ ├── app_radio_button.dart
│ ├── app_tooltip.dart
│ ├── balance_text.dart
│ ├── bottom_snack_bar.dart
│ ├── jelly_link_text.dart
│ └── page_title.dart
│ ├── defi_checkbox.dart
│ ├── defi_switch.dart
│ ├── dialogs
│ ├── address_book_dialog.dart
│ ├── choose_payout_strategy_dialog.dart
│ ├── create_edit_account_dialog.dart
│ ├── create_edit_contact_dialog.dart
│ ├── modal_dialog.dart
│ ├── pass_confirm_dialog.dart
│ ├── redirect_to_lock_dialog.dart
│ ├── restore_wallet_dialog.dart
│ ├── select_payout_asset_dialog.dart
│ ├── staking_add_asset_dialog.dart
│ ├── tx_status_dialog.dart
│ └── wallet_lock_dialog.dart
│ ├── dotted_tab.dart
│ ├── error_placeholder.dart
│ ├── extension_welcome_bg.dart
│ ├── fields
│ ├── address_field_new.dart
│ ├── amount_field.dart
│ ├── asset_text_field.dart
│ ├── custom_text_form_field.dart
│ ├── decoration_text_field.dart
│ ├── decoration_text_field_new.dart
│ ├── decoration_text_field_swap.dart
│ ├── defi_text_form_field.dart
│ ├── iban_field.dart
│ ├── input_field.dart
│ ├── invested_field.dart
│ ├── password
│ │ └── caption_text.dart
│ ├── password_field.dart
│ ├── password_text_field.dart
│ └── suffix_icon.dart
│ ├── home
│ ├── account_balance.dart
│ ├── asset_card.dart
│ ├── home_card.dart
│ ├── home_extended_view.dart
│ ├── home_sliver_app_bar.dart
│ ├── home_tabs_scroll_view.dart
│ └── transaction_status_bar.dart
│ ├── liquidity
│ ├── asset_pair.dart
│ ├── asset_pair_details.dart
│ ├── liquidity_asset_pair.dart
│ ├── liquidity_chart.dart
│ ├── main_liquidity_pair.dart
│ ├── pool_asset_pair.dart
│ ├── pool_grid_list.dart
│ └── search_pool_pair_field.dart
│ ├── loader
│ ├── jumping_dots.dart
│ ├── loader.dart
│ └── loader_new.dart
│ ├── name_account
│ └── name_account.dart
│ ├── password_bottom_sheet.dart
│ ├── refactoring
│ ├── fields
│ │ ├── amount_field.dart
│ │ ├── available_amount_text.dart
│ │ └── converted_amount_text.dart
│ └── selectors
│ │ └── asset
│ │ └── asset_selector.dart
│ ├── responsive
│ └── stretch_box.dart
│ ├── scaffold_constrained_box.dart
│ ├── scaffold_constrained_box_new.dart
│ ├── scaffold_wrapper.dart
│ ├── selectors
│ ├── app_selector.dart
│ ├── asset
│ │ ├── asset_header_selector.dart
│ │ ├── asset_item_selector.dart
│ │ └── asset_selector.dart
│ ├── asset_selector.dart
│ ├── circle_selector_tile.dart
│ ├── currency_selector.dart
│ ├── custom_select_tile.dart
│ ├── fees_selector.dart
│ ├── iban_selector.dart
│ ├── network
│ │ ├── network_selector_button.dart
│ │ └── network_selector_content.dart
│ ├── network_selector.dart
│ └── selector_tab_element.dart
│ ├── send
│ ├── asset_dropdown.dart
│ └── fee_card.dart
│ ├── settings
│ └── settings_list_tile.dart
│ ├── sliders
│ └── polygon_slider_thumb.dart
│ ├── staking
│ ├── reward_icon.dart
│ ├── reward_routes.dart
│ ├── staking_card.dart
│ ├── staking_header.dart
│ ├── staking_tabs.dart
│ └── yield_machine
│ │ └── yield_machine_balances.dart
│ ├── status
│ └── status_transaction.dart
│ ├── status_logo_and_title.dart
│ ├── swap
│ └── swap_account_selector_dialog.dart
│ ├── ticker_text.dart
│ └── toolbar
│ ├── auth_app_bar.dart
│ ├── auth_progress_bar.dart
│ ├── icon_app_bar.dart
│ ├── main_app_bar.dart
│ ├── new_main_app_bar.dart
│ └── welcome_app_bar.dart
├── pubspec.yaml
├── scripts
└── create_build_web.py
└── web
├── .parcelrc
├── background-wrapper.js
├── favicon.png
├── flutter_app.htm
├── icons
├── 128.png
├── 16.png
└── 48.png
├── index-base.html
├── index.html
├── manifest
├── chrome.json
├── firefox.json
└── index.json
├── package-lock.json
├── package.json
├── schema.json
├── set-version.js
├── src_ts
├── jellywallet.ts
├── ledger-base.ts
└── ledger_tx.ts
└── tsconfig.json
/.gitignore:
--------------------------------------------------------------------------------
1 | # Miscellaneous
2 | *.class
3 | *.log
4 | *.pyc
5 | *.swp
6 | .DS_Store
7 | .atom/
8 | .buildlog/
9 | .history
10 | .svn/
11 |
12 | # IntelliJ related
13 | *.iml
14 | *.ipr
15 | *.iws
16 | .idea/
17 |
18 | # The .vscode folder contains launch configuration and tasks you configure in
19 | # VS Code which you may wish to be included in version control, so this line
20 | # is commented out by default.
21 | #.vscode/
22 |
23 | # Flutter/Dart/Pub related
24 | **/doc/api/
25 | **/ios/Flutter/.last_build_id
26 | .dart_tool/
27 | .flutter-plugins
28 | .flutter-plugins-dependencies
29 | .packages
30 | .pub-cache/
31 | .pub/
32 | /build/
33 | /scripts/client_secrets.json
34 | *.env
35 |
36 | # Web related
37 |
38 | /web/manifest.json
39 |
40 | # Symbolication related
41 | app.*.symbols
42 |
43 | # Obfuscation related
44 | app.*.map.json
45 |
46 | # Android Studio will place build artifacts here
47 | /android/app/debug
48 | /android/app/profile
49 | /android/app/release
50 |
51 |
52 | web/node_modules
53 | web/js
54 | web/dist
55 | web/.parcel-cache
56 | pubspec.lock
57 | /ios/Podfile.lock
58 | pubspec.lock
59 | /ios/Podfile.lock
60 |
--------------------------------------------------------------------------------
/.metadata:
--------------------------------------------------------------------------------
1 | # This file tracks properties of this Flutter project.
2 | # Used by Flutter tool to assess capabilities and perform upgrades etc.
3 | #
4 | # This file should be version controlled and should not be manually edited.
5 |
6 | version:
7 | revision: b22742018b3edf16c6cadd7b76d9db5e7f9064b5
8 | channel: beta
9 |
10 | project_type: app
11 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2022 Fintonomy LTD
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
--------------------------------------------------------------------------------
/android/.gitignore:
--------------------------------------------------------------------------------
1 | gradle-wrapper.jar
2 | /.gradle
3 | /captures/
4 | /gradlew
5 | /gradlew.bat
6 | /local.properties
7 | GeneratedPluginRegistrant.java
8 |
9 | # Remember to never publicly share your keystore.
10 | # See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
11 | key.properties
12 |
--------------------------------------------------------------------------------
/android/app/src/debug/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
3 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/android/app/src/main/kotlin/com/example/defi_wallet/MainActivity.kt:
--------------------------------------------------------------------------------
1 | package com.example.defi_wallet
2 |
3 | import io.flutter.embedding.android.FlutterActivity
4 |
5 | class MainActivity: FlutterActivity() {
6 | }
7 |
--------------------------------------------------------------------------------
/android/app/src/main/res/drawable-v21/launch_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
12 |
13 |
--------------------------------------------------------------------------------
/android/app/src/main/res/drawable/launch_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
12 |
13 |
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/android/app/src/main/res/values-night/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
9 |
15 |
18 |
19 |
--------------------------------------------------------------------------------
/android/app/src/main/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
9 |
15 |
18 |
19 |
--------------------------------------------------------------------------------
/android/app/src/profile/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
3 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/android/build.gradle:
--------------------------------------------------------------------------------
1 | buildscript {
2 | ext.kotlin_version = '1.6.21'
3 | repositories {
4 | google()
5 | jcenter()
6 | }
7 |
8 | dependencies {
9 | classpath 'com.android.tools.build:gradle:4.1.0'
10 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11 | }
12 | }
13 |
14 | allprojects {
15 | repositories {
16 | google()
17 | jcenter()
18 | }
19 | }
20 |
21 | rootProject.buildDir = '../build'
22 | subprojects {
23 | project.buildDir = "${rootProject.buildDir}/${project.name}"
24 | project.evaluationDependsOn(':app')
25 | }
26 |
27 | task clean(type: Delete) {
28 | delete rootProject.buildDir
29 | }
30 |
--------------------------------------------------------------------------------
/android/gradle.properties:
--------------------------------------------------------------------------------
1 | org.gradle.jvmargs=-Xmx1536M
2 | android.useAndroidX=true
3 | android.enableJetifier=true
4 |
--------------------------------------------------------------------------------
/android/gradle/wrapper/gradle-wrapper.properties:
--------------------------------------------------------------------------------
1 | #Fri Jun 23 08:50:38 CEST 2017
2 | distributionBase=GRADLE_USER_HOME
3 | distributionPath=wrapper/dists
4 | zipStoreBase=GRADLE_USER_HOME
5 | zipStorePath=wrapper/dists
6 | distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
7 |
--------------------------------------------------------------------------------
/android/settings.gradle:
--------------------------------------------------------------------------------
1 | include ':app'
2 |
3 | def localPropertiesFile = new File(rootProject.projectDir, "local.properties")
4 | def properties = new Properties()
5 |
6 | assert localPropertiesFile.exists()
7 | localPropertiesFile.withReader("UTF-8") { reader -> properties.load(reader) }
8 |
9 | def flutterSdkPath = properties.getProperty("flutter.sdk")
10 | assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
11 | apply from: "$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
12 |
--------------------------------------------------------------------------------
/assets/active_checkbox_icon.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/add_liquidity_icon.svg:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/assets/arrow_down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/arrow_right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/arrow_right_long.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/assets/arrow_up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/asset_pair_bg_dark.svg:
--------------------------------------------------------------------------------
1 |
19 |
--------------------------------------------------------------------------------
/assets/asset_pair_bg_light.svg:
--------------------------------------------------------------------------------
1 |
19 |
--------------------------------------------------------------------------------
/assets/back_icon.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/bg_splash_dark.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/assets/buying_crypto_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/buying_crypto_logo.png
--------------------------------------------------------------------------------
/assets/chart_icon.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/check_icon.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/chf.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/close_icon.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/connection.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/connection.gif
--------------------------------------------------------------------------------
/assets/copy_icon_pink.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/assets/copy_icon_reverse.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/currencies/chf.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/d_logo.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/defi.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/edit_icon.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/error_gif.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/error_gif.gif
--------------------------------------------------------------------------------
/assets/euro_logo.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/explorer_icon.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/failed_outline.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/fast_fee.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/first_step_buy_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/first_step_buy_logo.png
--------------------------------------------------------------------------------
/assets/history/received.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/assets/history/send.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/assets/home_arrow.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/icon_user.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/icons/account_icon.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/icons/add.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/assets/icons/add_black.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/assets/icons/arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/icons/arrow.png
--------------------------------------------------------------------------------
/assets/icons/arrow_back.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/assets/icons/arrow_down.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/assets/icons/arrow_phrase.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/assets/icons/arrow_right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/icons/arrow_up.svg:
--------------------------------------------------------------------------------
1 |
17 |
--------------------------------------------------------------------------------
/assets/icons/button_spinner.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/assets/icons/buy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/icons/buy.png
--------------------------------------------------------------------------------
/assets/icons/buy_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/icons/buy_disabled.png
--------------------------------------------------------------------------------
/assets/icons/camera.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/icons/camera.png
--------------------------------------------------------------------------------
/assets/icons/cancel_icon.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/assets/icons/check_green_icon.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/icons/check_icon.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/assets/icons/circular_spinner.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/assets/icons/copy.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/assets/icons/cross.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/assets/icons/earn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/icons/earn.png
--------------------------------------------------------------------------------
/assets/icons/earn_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/icons/earn_disabled.png
--------------------------------------------------------------------------------
/assets/icons/edit.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/icons/edit_gradient.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/assets/icons/filter_icon.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/assets/icons/fullscreen_icon.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/assets/icons/increase_limits.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/icons/increase_limits.png
--------------------------------------------------------------------------------
/assets/icons/network.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/icons/network.png
--------------------------------------------------------------------------------
/assets/icons/network_arrow_down.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/assets/icons/open_in_new.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/assets/icons/receive_icon.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/icons/sell.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/icons/sell.png
--------------------------------------------------------------------------------
/assets/icons/send_icon.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/icons/trash.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/assets/icons/visibility.svg:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/assets/icons/visibility_off.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/assets/icons/wallet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/icons/wallet.png
--------------------------------------------------------------------------------
/assets/icons/wallet_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/icons/wallet_disabled.png
--------------------------------------------------------------------------------
/assets/images/add_gradient.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/add_gradient.png
--------------------------------------------------------------------------------
/assets/images/address_book.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/address_book.png
--------------------------------------------------------------------------------
/assets/images/address_book_gray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/address_book_gray.png
--------------------------------------------------------------------------------
/assets/images/address_book_pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/address_book_pink.png
--------------------------------------------------------------------------------
/assets/images/address_book_white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/address_book_white.png
--------------------------------------------------------------------------------
/assets/images/buy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/buy.png
--------------------------------------------------------------------------------
/assets/images/buy_sell.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/buy_sell.png
--------------------------------------------------------------------------------
/assets/images/copy_gradient.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/copy_gradient.png
--------------------------------------------------------------------------------
/assets/images/dark_circle_selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/dark_circle_selector.png
--------------------------------------------------------------------------------
/assets/images/defi_cake_hacking.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/defi_cake_hacking.png
--------------------------------------------------------------------------------
/assets/images/defi_cake_hacking_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/defi_cake_hacking_1.png
--------------------------------------------------------------------------------
/assets/images/defi_ledger_screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/defi_ledger_screen.png
--------------------------------------------------------------------------------
/assets/images/defi_ledger_seed_phrase.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/defi_ledger_seed_phrase.png
--------------------------------------------------------------------------------
/assets/images/defi_love_ledger.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/defi_love_ledger.png
--------------------------------------------------------------------------------
/assets/images/defi_no_seed_phrase.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/defi_no_seed_phrase.png
--------------------------------------------------------------------------------
/assets/images/deposit.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/assets/images/dfi_staking.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/dfi_staking.png
--------------------------------------------------------------------------------
/assets/images/earn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/earn.png
--------------------------------------------------------------------------------
/assets/images/ellipse3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/ellipse3.png
--------------------------------------------------------------------------------
/assets/images/increase.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/increase.png
--------------------------------------------------------------------------------
/assets/images/jelly_oops.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/jelly_oops.png
--------------------------------------------------------------------------------
/assets/images/jelly_protect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/jelly_protect.png
--------------------------------------------------------------------------------
/assets/images/jelly_success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/jelly_success.png
--------------------------------------------------------------------------------
/assets/images/ledger_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/ledger_light.png
--------------------------------------------------------------------------------
/assets/images/ledger_loading_dark.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/ledger_loading_dark.gif
--------------------------------------------------------------------------------
/assets/images/ledger_loading_light_gray.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/ledger_loading_light_gray.gif
--------------------------------------------------------------------------------
/assets/images/ledger_loading_light_white.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/ledger_loading_light_white.gif
--------------------------------------------------------------------------------
/assets/images/ledger_selected_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/ledger_selected_light.png
--------------------------------------------------------------------------------
/assets/images/light_circle_selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/light_circle_selector.png
--------------------------------------------------------------------------------
/assets/images/liquidity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/liquidity.png
--------------------------------------------------------------------------------
/assets/images/liquidity_chart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/liquidity_chart.png
--------------------------------------------------------------------------------
/assets/images/liquidity_chart_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/liquidity_chart_dark.png
--------------------------------------------------------------------------------
/assets/images/list.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/images/loader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/loader.gif
--------------------------------------------------------------------------------
/assets/images/loader_dark_bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/loader_dark_bg.gif
--------------------------------------------------------------------------------
/assets/images/loader_white_bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/loader_white_bg.gif
--------------------------------------------------------------------------------
/assets/images/lock_image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/lock_image.png
--------------------------------------------------------------------------------
/assets/images/receive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/receive.png
--------------------------------------------------------------------------------
/assets/images/search_gray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/search_gray.png
--------------------------------------------------------------------------------
/assets/images/search_pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/search_pink.png
--------------------------------------------------------------------------------
/assets/images/selected_circle_selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/selected_circle_selector.png
--------------------------------------------------------------------------------
/assets/images/sell.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/sell.png
--------------------------------------------------------------------------------
/assets/images/send.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/send.png
--------------------------------------------------------------------------------
/assets/images/swap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/swap.png
--------------------------------------------------------------------------------
/assets/images/tokens/bch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/tokens/bch.png
--------------------------------------------------------------------------------
/assets/images/tokens/btc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/tokens/btc.png
--------------------------------------------------------------------------------
/assets/images/tokens/default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/tokens/default.png
--------------------------------------------------------------------------------
/assets/images/tokens/dfi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/tokens/dfi.png
--------------------------------------------------------------------------------
/assets/images/tokens/doge.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/tokens/doge.png
--------------------------------------------------------------------------------
/assets/images/tokens/dusd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/tokens/dusd.png
--------------------------------------------------------------------------------
/assets/images/tokens/eth.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/tokens/eth.png
--------------------------------------------------------------------------------
/assets/images/tokens/ltc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/tokens/ltc.png
--------------------------------------------------------------------------------
/assets/images/tokens/usdc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/tokens/usdc.png
--------------------------------------------------------------------------------
/assets/images/tokens/usdt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/tokens/usdt.png
--------------------------------------------------------------------------------
/assets/images/tutorial_buy_background_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/tutorial_buy_background_dark.png
--------------------------------------------------------------------------------
/assets/images/tutorial_buy_background_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/tutorial_buy_background_light.png
--------------------------------------------------------------------------------
/assets/images/tutorial_buy_first.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/tutorial_buy_first.png
--------------------------------------------------------------------------------
/assets/images/tutorial_buy_second.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/tutorial_buy_second.png
--------------------------------------------------------------------------------
/assets/images/welcome_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/images/welcome_background.png
--------------------------------------------------------------------------------
/assets/inactive_checkbox_icon.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/info_icon.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/info_outline_pink.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/assets/medium_fee.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/menu_icon.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/open_in_full_icon.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/open_in_full_icon_light.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/pair_icons/dfi_btc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/pair_icons/dfi_btc.png
--------------------------------------------------------------------------------
/assets/paste_icon.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/assets/radio/checked-blue.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/radio/checked-green.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/radio/checked-orange.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/radio/checked.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/radio/unfocused.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/receive_icon.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/recived_icon.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/remove_liquidity_icon.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/assets/rotate_rectangle.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/second_step_buy_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/second_step_buy_logo.png
--------------------------------------------------------------------------------
/assets/secure_placeholder_dark.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/assets/secure_placeholder_light.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/assets/send_icon.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/senden_icon.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/slow_fee.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/status_reload_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/status_reload_icon.png
--------------------------------------------------------------------------------
/assets/success_gif.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/success_gif.gif
--------------------------------------------------------------------------------
/assets/success_outline.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/swap_icon.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/third_step_buy_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/third_step_buy_logo.png
--------------------------------------------------------------------------------
/assets/tokens/amzn.svg:
--------------------------------------------------------------------------------
1 |
18 |
--------------------------------------------------------------------------------
/assets/tokens/arkk.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/tokens/bitcoin-cash.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/tokens/dogecoin.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/tokens/dusd.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/tokens/eem.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/assets/tokens/ethereum.svg:
--------------------------------------------------------------------------------
1 |
23 |
--------------------------------------------------------------------------------
/assets/tokens/nflx.svg:
--------------------------------------------------------------------------------
1 |
18 |
--------------------------------------------------------------------------------
/assets/tokens/pltr.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/tokens/tlt.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/tokens/urth.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/tokens/usdt.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/tokens/vnq.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/tutorial_buy_cursor.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/wallet_disable.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/wallet_enable.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/wallet_enable_pink.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/welcome_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/assets/welcome_logo.png
--------------------------------------------------------------------------------
/fonts/GalanoGrotesque/GalanoGrotesque-SemiBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/GalanoGrotesque/GalanoGrotesque-SemiBold.ttf
--------------------------------------------------------------------------------
/fonts/IBM_Plex_Sans/IBMPlexSans-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/IBM_Plex_Sans/IBMPlexSans-Bold.ttf
--------------------------------------------------------------------------------
/fonts/IBM_Plex_Sans/IBMPlexSans-BoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/IBM_Plex_Sans/IBMPlexSans-BoldItalic.ttf
--------------------------------------------------------------------------------
/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLight.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLight.ttf
--------------------------------------------------------------------------------
/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLightItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLightItalic.ttf
--------------------------------------------------------------------------------
/fonts/IBM_Plex_Sans/IBMPlexSans-Italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/IBM_Plex_Sans/IBMPlexSans-Italic.ttf
--------------------------------------------------------------------------------
/fonts/IBM_Plex_Sans/IBMPlexSans-Light.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/IBM_Plex_Sans/IBMPlexSans-Light.ttf
--------------------------------------------------------------------------------
/fonts/IBM_Plex_Sans/IBMPlexSans-LightItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/IBM_Plex_Sans/IBMPlexSans-LightItalic.ttf
--------------------------------------------------------------------------------
/fonts/IBM_Plex_Sans/IBMPlexSans-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/IBM_Plex_Sans/IBMPlexSans-Medium.ttf
--------------------------------------------------------------------------------
/fonts/IBM_Plex_Sans/IBMPlexSans-MediumItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/IBM_Plex_Sans/IBMPlexSans-MediumItalic.ttf
--------------------------------------------------------------------------------
/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.ttf
--------------------------------------------------------------------------------
/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.ttf
--------------------------------------------------------------------------------
/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.ttf
--------------------------------------------------------------------------------
/fonts/IBM_Plex_Sans/IBMPlexSans-Thin.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/IBM_Plex_Sans/IBMPlexSans-Thin.ttf
--------------------------------------------------------------------------------
/fonts/IBM_Plex_Sans/IBMPlexSans-ThinItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/IBM_Plex_Sans/IBMPlexSans-ThinItalic.ttf
--------------------------------------------------------------------------------
/fonts/RedHatDisplay/RedHatDisplay-Black.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/RedHatDisplay/RedHatDisplay-Black.ttf
--------------------------------------------------------------------------------
/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.ttf
--------------------------------------------------------------------------------
/fonts/RedHatDisplay/RedHatDisplay-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/RedHatDisplay/RedHatDisplay-Bold.ttf
--------------------------------------------------------------------------------
/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.ttf
--------------------------------------------------------------------------------
/fonts/RedHatDisplay/RedHatDisplay-ExtraBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/RedHatDisplay/RedHatDisplay-ExtraBold.ttf
--------------------------------------------------------------------------------
/fonts/RedHatDisplay/RedHatDisplay-ExtraBoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/RedHatDisplay/RedHatDisplay-ExtraBoldItalic.ttf
--------------------------------------------------------------------------------
/fonts/RedHatDisplay/RedHatDisplay-Italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/RedHatDisplay/RedHatDisplay-Italic.ttf
--------------------------------------------------------------------------------
/fonts/RedHatDisplay/RedHatDisplay-Light.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/RedHatDisplay/RedHatDisplay-Light.ttf
--------------------------------------------------------------------------------
/fonts/RedHatDisplay/RedHatDisplay-LightItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/RedHatDisplay/RedHatDisplay-LightItalic.ttf
--------------------------------------------------------------------------------
/fonts/RedHatDisplay/RedHatDisplay-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/RedHatDisplay/RedHatDisplay-Medium.ttf
--------------------------------------------------------------------------------
/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.ttf
--------------------------------------------------------------------------------
/fonts/RedHatDisplay/RedHatDisplay-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/RedHatDisplay/RedHatDisplay-Regular.ttf
--------------------------------------------------------------------------------
/fonts/RedHatDisplay/RedHatDisplay-SemiBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/RedHatDisplay/RedHatDisplay-SemiBold.ttf
--------------------------------------------------------------------------------
/fonts/RedHatDisplay/RedHatDisplay-SemiBoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/RedHatDisplay/RedHatDisplay-SemiBoldItalic.ttf
--------------------------------------------------------------------------------
/fonts/red_hat_display/RedHatDisplay-Black.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/red_hat_display/RedHatDisplay-Black.ttf
--------------------------------------------------------------------------------
/fonts/red_hat_display/RedHatDisplay-BlackItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/red_hat_display/RedHatDisplay-BlackItalic.ttf
--------------------------------------------------------------------------------
/fonts/red_hat_display/RedHatDisplay-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/red_hat_display/RedHatDisplay-Bold.ttf
--------------------------------------------------------------------------------
/fonts/red_hat_display/RedHatDisplay-BoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/red_hat_display/RedHatDisplay-BoldItalic.ttf
--------------------------------------------------------------------------------
/fonts/red_hat_display/RedHatDisplay-ExtraBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/red_hat_display/RedHatDisplay-ExtraBold.ttf
--------------------------------------------------------------------------------
/fonts/red_hat_display/RedHatDisplay-ExtraBoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/red_hat_display/RedHatDisplay-ExtraBoldItalic.ttf
--------------------------------------------------------------------------------
/fonts/red_hat_display/RedHatDisplay-Italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/red_hat_display/RedHatDisplay-Italic.ttf
--------------------------------------------------------------------------------
/fonts/red_hat_display/RedHatDisplay-Light.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/red_hat_display/RedHatDisplay-Light.ttf
--------------------------------------------------------------------------------
/fonts/red_hat_display/RedHatDisplay-LightItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/red_hat_display/RedHatDisplay-LightItalic.ttf
--------------------------------------------------------------------------------
/fonts/red_hat_display/RedHatDisplay-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/red_hat_display/RedHatDisplay-Medium.ttf
--------------------------------------------------------------------------------
/fonts/red_hat_display/RedHatDisplay-MediumItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/red_hat_display/RedHatDisplay-MediumItalic.ttf
--------------------------------------------------------------------------------
/fonts/red_hat_display/RedHatDisplay-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/red_hat_display/RedHatDisplay-Regular.ttf
--------------------------------------------------------------------------------
/fonts/red_hat_display/RedHatDisplay-SemiBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/red_hat_display/RedHatDisplay-SemiBold.ttf
--------------------------------------------------------------------------------
/fonts/red_hat_display/RedHatDisplay-SemiBoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/fonts/red_hat_display/RedHatDisplay-SemiBoldItalic.ttf
--------------------------------------------------------------------------------
/ios/.gitignore:
--------------------------------------------------------------------------------
1 | *.mode1v3
2 | *.mode2v3
3 | *.moved-aside
4 | *.pbxuser
5 | *.perspectivev3
6 | **/*sync/
7 | .sconsign.dblite
8 | .tags*
9 | **/.vagrant/
10 | **/DerivedData/
11 | Icon?
12 | **/Pods/
13 | **/.symlinks/
14 | profile
15 | xcuserdata
16 | **/.generated/
17 | Flutter/App.framework
18 | Flutter/Flutter.framework
19 | Flutter/Flutter.podspec
20 | Flutter/Generated.xcconfig
21 | Flutter/ephemeral/
22 | Flutter/app.flx
23 | Flutter/app.zip
24 | Flutter/flutter_assets/
25 | Flutter/flutter_export_environment.sh
26 | ServiceDefinitions.json
27 | Runner/GeneratedPluginRegistrant.*
28 |
29 | # Exceptions to above rules.
30 | !default.mode1v3
31 | !default.mode2v3
32 | !default.pbxuser
33 | !default.perspectivev3
34 |
--------------------------------------------------------------------------------
/ios/Flutter/AppFrameworkInfo.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | App
9 | CFBundleIdentifier
10 | io.flutter.flutter.app
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | App
15 | CFBundlePackageType
16 | FMWK
17 | CFBundleShortVersionString
18 | 1.0
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | 1.0
23 | MinimumOSVersion
24 | 11.0
25 |
26 |
27 |
--------------------------------------------------------------------------------
/ios/Flutter/Debug.xcconfig:
--------------------------------------------------------------------------------
1 | #include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
2 | #include "Generated.xcconfig"
3 |
--------------------------------------------------------------------------------
/ios/Flutter/Release.xcconfig:
--------------------------------------------------------------------------------
1 | #include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
2 | #include "Generated.xcconfig"
3 |
--------------------------------------------------------------------------------
/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | IDEDidComputeMac32BitWarning
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | PreviewsEnabled
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/ios/Runner.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | IDEDidComputeMac32BitWarning
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | PreviewsEnabled
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/ios/Runner/AppDelegate.swift:
--------------------------------------------------------------------------------
1 | import UIKit
2 | import Flutter
3 |
4 | @UIApplicationMain
5 | @objc class AppDelegate: FlutterAppDelegate {
6 | override func application(
7 | _ application: UIApplication,
8 | didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
9 | ) -> Bool {
10 | GeneratedPluginRegistrant.register(with: self)
11 | return super.application(application, didFinishLaunchingWithOptions: launchOptions)
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "LaunchImage.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "LaunchImage@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "LaunchImage@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
24 |
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81bfa6fea1f42262c1ffffcda85c30e4e1a4/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md:
--------------------------------------------------------------------------------
1 | # Launch Screen Assets
2 |
3 | You can customize the launch screen with your own desired assets by replacing the image files in this directory.
4 |
5 | You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images.
--------------------------------------------------------------------------------
/ios/Runner/Runner-Bridging-Header.h:
--------------------------------------------------------------------------------
1 | #import "GeneratedPluginRegistrant.h"
2 |
--------------------------------------------------------------------------------
/lib/bloc/address_book/address_book_state.dart:
--------------------------------------------------------------------------------
1 | part of 'address_book_cubit.dart';
2 |
3 | enum AddressBookStatusList { initial, loading, success, failure }
4 |
5 | class AddressBookState extends Equatable {
6 | final AddressBookStatusList status;
7 | final List? addressBookList;
8 | final List? lastSentList;
9 |
10 | AddressBookState({
11 | this.status = AddressBookStatusList.initial,
12 | this.addressBookList,
13 | this.lastSentList,
14 | });
15 |
16 | @override
17 | List