// 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 */ ?> Polygon, Solana, Algorand Join $50M Cross-Chain Fund – CoinsMegaNews

Polygon, Solana, Algorand Join $50M Cross-Chain Fund

Polygon, Solana, Algorand Join Forces for $50M Cross-Chain Investment Fund

[ad_1]

The organizations behind Algorand (ALGO), Solana (SOL), and Polygon (MATIC) have joined forces to create a new 50 million USD cross-chain investment fund.

The fund manager, Borderless Capital, launched the Cross-Chain Ecosystem Investment Fund on Thursday. It is focused on investing in startups that leverage the Wormhole cross-chain messaging protocol.

Borderless Backs Cross-Chain Developers

The Algorand Foundation, the Solana Foundation, and Polygon Ventures are all participating in the fund. Other investors include Aptos Labs, Circle, Jump Crypto, and a number of key players in the space.

Together, participants in Borderless’ new fund represent major stakeholders in some of the most popular blockchains today. By teaming up in the name of cross-chain interoperability, participants are signaling their willingness to collaborate on projects that span diverse networks.

Dan Reecer, Head of Operations at Wormhole Foundation, commented:

“Crypto is still a nascent industry with essentially limitless growth opportunity, and we should be doing nothing but working together, regardless of which specific networks individuals may be more passionate about,”

Wormhole has invited startups to apply for investment on its website.

What is Wormhole?

Wormhole is a cross-chain messaging protocol designed to power Web3 applications. It connects liquidity and users across over 20 of the leading blockchain networks, enabling use cases spanning DeFi, NFTs, gaming and more.

As one of the most popular interoperability frameworks, Wormhole has been used by the likes of Circle and Uniswap to bridge tokens from one blockchain to another. According to a press release, Wormhole has already powered the transfer of over 35 billion dollars worth of tokens.

A variety of cross-chain applications have also been built using the platform.

Security Needed in Cross-Chain Development

Cross-chain messaging protocols like Wormhole propose a more connected future for today’s fragmented blockchain ecosystem. But to date, security issues have plagued crypto bridges. Hackers have taken hundreds of millions of dollars as a result.

For example, Wormhole’s Ethereum–Solana bridge was exploited to the tune of 120,000 wrapped ETH (wETH) in February 2022.

But to their credit, Wormhole’s backers stepped in to replace the stolen funds. And after the venture capital firm behind the project coughed up the missing crypto, Wormhole launched a major bug bounty program to help prevent future exploits.

Within months, the program had proved its worth. And in May, Wormhole awarded 10 million USD to the white hat hacker Satya0x for uncovering another critical vulnerability. 

Going forward, if Wormhole is to become the cross-chain messaging standard of choice for blockchain developers, it must continue emphasizing security. Especially considering the competition from alternative solutions such as Chainlink’s Cross-Chain Interoperability Protocol (CCIP).

Finally, with the advent of the new investment vehicle, crypto developers have more incentive to solve Wormhole’s cross-chain security challenges.

Disclaimer

In adherence to the Trust Project guidelines, BeInCrypto is committed to unbiased, transparent reporting. This news article aims to provide accurate, timely information. However, readers are advised to verify facts independently and consult with a professional before making any decisions based on this content.

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