// BEGIN ENQUEUE PARENT ACTION // AUTO GENERATED - Do not modify or remove comment markers above or below: if ( !function_exists( 'chld_thm_cfg_locale_css' ) ): function chld_thm_cfg_locale_css( $uri ){ if ( empty( $uri ) && is_rtl() && file_exists( get_template_directory() . '/rtl.css' ) ) $uri = get_template_directory_uri() . '/rtl.css'; return $uri; } endif; add_filter( 'locale_stylesheet_uri', 'chld_thm_cfg_locale_css' ); if ( !function_exists( 'chld_thm_cfg_parent_css' ) ): function chld_thm_cfg_parent_css() { wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( 'font-awesome-v5','bootstrap','sidr','magnific-popup','sliderpro' ) ); wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); } endif; add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 ); // END ENQUEUE PARENT ACTION add_action( 'admin_enqueue_scripts', 'my_cfg_admin_enqueue' ); function my_cfg_admin_enqueue(){ wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); wp_enqueue_style('style-cfg-child', get_stylesheet_uri(), array(), "4.2"); } add_action( 'after_setup_theme', 'remove_plugin_image_sizes', 999 ); function remove_plugin_image_sizes(){ remove_image_size( '2048x2048' ); remove_image_size( '1536x1536' ); remove_image_size( 'large' ); } function action_dynamic_sidebar_after( $array ) { if($array == "home-content-widgets") { echo the_content(); } }; add_action( 'dynamic_sidebar_after', 'action_dynamic_sidebar_after', 10, 1 ); add_action( 'trashed_post', 'mtp_delete_attached_thumbnail_for_trashed_product', 20, 1 ); function mtp_delete_attached_thumbnail_for_trashed_product( $post_id ) { // gets ID of post being trashed $post_type = get_post_type( $post_id ); // does not run on other post types if ( $post_type != 'post' ) { return true; } // get ID of featured image $post_thumbnail_id = get_post_thumbnail_id( $post_id ); // delete featured image wp_delete_attachment( $post_thumbnail_id, true ); }/** * The header for our theme * * This is the template that displays all of the section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?> Uniswap launches Android wallet beta for Google Play – CoinsMegaNews

Uniswap launches Android wallet beta for Google Play

Uniswap launches Android wallet beta for Google Play

[ad_1]

Decentralized crypto exchange Uniswap launched a closed beta Android version of its mobile app on Oct. 12, according to a blog post from the app’s development team. Uniswap has previously only been available on PC and iOS mobile devices.

Uniswap is the world’s largest decentralized crypto exchange by cumulative volume, having processed over $1.7 trillion worth of trades since its inception, according to data from DefiLlama. Most of its trades have been done via a web-based application. However, the team launched a mobile app for iOS on April 13. Prior to this date, the team had complained that Apple was holding up the app’s launch in the App Store. Even after getting the green light from the App Store, Uniswap still did not have a dedicated app for Android devices.

According to the Oct. 12 announcement, the new Android beta app allows users to select coins on different chains without switching networks. It automatically detects which network a coin is on and switches to that network without the user prompting it to. It can be used on Polygon, Arbitrum, Optimism, Base and BNB Chain currently, with more chain compatibility slated for the future.

The wallet also routes Ethereum transactions through a private pool in order to help avoid front-running and sandwich attacks, although this feature can be turned off if the user prefers. In addition, it automatically detects most coins that have built-in transfer fees. These fees are displayed in the interface, making the user aware of them.

Related: Google Assistant will soon incorporate Bard AI chat service

The announcement linked to a signup for an email waitlist, which it stated would be used to roll out copies of the app to early adopters. The team also plans to release the app’s open-source code in the coming weeks, as part of its security audit with Trail of Bits.

Uniswap is not the only decentralized exchange to offer a mobile wallet. In 2021, 1inch launched a mobile wallet for iOS, and an Android version of it was published in October.



[ad_2]

Source link

Leave a Reply

Your email address will not be published. Required fields are marked *

/** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?>