// 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 */ ?> Web3 security platform Blowfish closes $11.8 million round – CoinsMegaNews

Web3 security platform Blowfish closes $11.8 million round

Web3 security platform Blowfish closes $11.8 million round

[ad_1]

Blowfish is a firewall technology startup that’s includes engineers from Meta, MakerDAO and other platforms.

Web3 wallet security provider Blowfish has raised $11.8 million from several venture funds and other top crypto investors.

Paradigm led the funding round, with the firewall technology startup scoring the backing of Dragonfly, 0x Labs, Uniswap Ventures and Hypersphere. Angels and top crypto founders to also participate in the financing round included Naval Ravikant, Will Warren, Nathan McCauley and Jeremy Welch among others.

Blowfish looks to bolster user wallet security for Web3 users as the market continues to battle malicious actors whose growing sophistication has seen people lose millions worth of dollars.

The Blowfish team brings together top minds in the blockchain, cybersecurity and machine learning sectors. The team has engineers from Meta, 0x Labs, MakerDAO and Trail of Bits – all of whom are working on the objective of offering greater security to users.

Protecting against wallet-draining attacks

The startup’s API is designed to offer customers real-time protection against multiple attack scenarios, including phishing, software supply chain attacks, and decentralised applications (dApp) level DNS hijacking.

According to the Blowfish team, the warnings against malicious vectors will not only be accessible in real time, but also provided in a human-readable transaction context.

Phantom, a Solana-based crypto wallet for DeFi and NFTs, which has integrated the API, has reportedly scanned more than 125 million proposed transactions. The technology helped flag over 11,000 wallet-draining transactions, the Blowfish team said in their announcement.

“Blowfish has helped us protect thousands of our users from malicious scams and fraud. Their API is easy to use & reliable. We’ve partnered with them because we trust their ability to continue building a great product that stays one step ahead of scammers,” said Francesco Agosti, co-founder and CTO of Phantom.

Blowfish will use the capital infusion to upgrade its fraud detection engine across Ethereum, Solana, and Polygon. They’ll also use the funds to expand to new blockchains and hire more staff to help advance security across Web3.

[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 */ ?>