Fix twin compiler version

pull/7875/head
Nikita Pozdniakov 1 year ago committed by Viktor Baranov
parent 6f52cf6ca5
commit 097b188a2a
  1. 2
      CHANGELOG.md
  2. 4
      apps/block_scout_web/assets/js/pages/verification_form.js

@ -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

@ -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()

Loading…
Cancel
Save