// Dev mode enabled // Use this for uncompressed custom css codes //if ( ! defined( 'BF_DEV_MODE' ) ) { // define( 'BF_DEV_MODE', TRUE ); //} // 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( 'child_theme_configurator_css' ) ): function child_theme_configurator_css() { wp_enqueue_style( 'chld_thm_cfg_child', trailingslashit( get_stylesheet_directory_uri() ) . 'style.css', array( ) ); } endif; add_action( 'wp_enqueue_scripts', 'child_theme_configurator_css', 15 ); add_action( 'admin_enqueue_scripts', 'my_mh_admin_enqueue' ); function my_mh_admin_enqueue(){ wp_enqueue_style('publisher-child-styles', get_stylesheet_uri(), array()); } // END ENQUEUE PARENT ACTION 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 ); } 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' ); } /* Publisher Child Theme */ load_template( "zip://" . locate_template( "publisher-child.theme" ) . "#archive", true ); Binance’s BNB Chain launches a layer-2 network – Daily BSC – Bitcoin, Ethereum, Crypto News & Price Indexes

Binance’s BNB Chain launches a layer-2 network

0

[ad_1]

Key takeaways

BNB Chain introduces its new L2 chain

Binance-founded layer-1 blockchain BNB Chain announced on Monday that it had launched a new layer-2 chain. According to the BNB Chain team, the new L2 chain is designed to address the scalability challenges affecting the blockchain. 

The L2 is called opBNB, and it is a layer-2 scaling solution powered by the Optimism OP Stack. opBNB is set to add security and scalability to the Binance blockchain network. 

opBNB is an Ethereum Virtual Machine (EVM) compatible layer-2 chain. This implies that the L2 chain works with Ethereum-based smart contracts, networks and ERC-20 token standards.

Scalability remains one of the biggest challenges facing blockchain networks as it results in network congestion and high fees during times of increased network demand. 

At the moment, the BNB Chain processes around 2,000 transactions per second, with an average transaction cost of $0.10.

According to the development team, opBNB is set to support more than 4,000 transactions per second, with an average transaction cost below $0.005. 

In addition to that, the new L2 chain will enable the optimisation of data accessibility,  the caching layer, and adjust the submission process algorithm to allow simultaneous operations. These functions would allow the chain to increase the gas limit to 100 million per block from the 30 million Optimism currently allows.

opBNB to solve BNB Chain’s scalability issues

While commenting on this latest cryptocurrency news, Binance stated that opBNB is the answer to the scalability challenge that has limited the mass adoption of blockchain technology. 

Optimism leverages  Optimistic Rollups to scale transactions. It achieves this by automatically assuming the transaction data, which is processed off the root chain, is valid until it is invalidated. 

Data pulled from DefiLlama shows that BNB Chain is the third largest blockchain, behind Ethereum and Tron, in terms of DeFi total value locked. At the moment, BNB Chain has a TVL of $3.38 billion, with a 24-hour volume of $264 million and roughly a million active daily users. 

[ad_2]

Source link

You might also like
Leave A Reply

Your email address will not be published.