Chainstack Self-Hosted is now available! Launch production-grade blockchain nodes on infrastructure you control.    Get started
  • Pricing
  • Docs
'); } }); // Optional: select event jQuery('#customDropdown').on('click', 'li', function () { //alert('Selected: ' + jQuery(this).data('value')); var protocol = jQuery(this).data('value'); var network = jQuery('#mainnet').hasClass('active')?'mainnet':'testnet'; jQuery('#selectedProtocolText').text(jQuery(this).data('value')); jQuery('#selectedLogo').prop("src",jQuery(this).data('img')); jQuery('.search-wrapper').hide(); }); jQuery('#selectedProtocol').click(function(){ jQuery('.search-wrapper').show(); }); jQuery('#endpoint-close').click(function(){ jQuery('.search-wrapper').hide(); }); });