From 097b188a2ab49dbf24ace486b5f7f6673ab70a57 Mon Sep 17 00:00:00 2001 From: Nikita Pozdniakov Date: Fri, 7 Jul 2023 14:08:47 +0300 Subject: [PATCH] Fix twin compiler version --- CHANGELOG.md | 2 ++ apps/block_scout_web/assets/js/pages/verification_form.js | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6dc690e28..2c8fd6cf92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,9 @@ - [#7811](https://github.com/blockscout/blockscout/pull/7811) - Filter addresses before insertion ### Fixes + - [#7872](https://github.com/blockscout/blockscout/pull/7872) - Fix pending gas price in pending tx +- [#7875](https://github.com/blockscout/blockscout/pull/7875) - Fix twin compiler version - [#7825](https://github.com/blockscout/blockscout/pull/7825) - Fix nginx config for the new frontend websockets - [#7772](https://github.com/blockscout/blockscout/pull/7772) - Fix parsing of database password period(s) - [#7803](https://github.com/blockscout/blockscout/pull/7803) - Fix additional sources and interfaces, save names for vyper contracts diff --git a/apps/block_scout_web/assets/js/pages/verification_form.js b/apps/block_scout_web/assets/js/pages/verification_form.js index ff3db1b9e2..0b546bf3ee 100644 --- a/apps/block_scout_web/assets/js/pages/verification_form.js +++ b/apps/block_scout_web/assets/js/pages/verification_form.js @@ -127,9 +127,7 @@ if ($contractVerificationPage.length) { $(function () { initializeDropzone() - setTimeout(function () { - $('.nightly-builds-false').trigger('click') - }, 10) + filterNightlyBuilds(true, false) $('body').on('click', '.js-btn-add-contract-libraries', function () { $('.js-smart-contract-libraries-wrapper').show()