From 02cf34bf0f9b1d8ad9ed7305a938a0df03fe1197 Mon Sep 17 00:00:00 2001 From: "alexander.biryukov" Date: Sun, 15 Feb 2026 12:43:02 +0500 Subject: [PATCH] update of solc to a supported version of Osaka (0.8.31) --- util/compiler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/compiler.ts b/util/compiler.ts index 282222c9..ec6250e8 100644 --- a/util/compiler.ts +++ b/util/compiler.ts @@ -4,7 +4,7 @@ import { IInstruction, IReferenceItem } from 'types' import { EOF_FORK_NAME } from './constants' // Version here: https://github.com/ethereum/solc-bin/blob/gh-pages/bin/list.txt -export const compilerVersion = `soljson-v0.8.27+commit.40a35a09` +export const compilerVersion = `soljson-v0.8.31+commit.fd3a2265` /** * Gets target EVM version from a hardfork name