Set default EVM version to Berlin

This commit is contained in:
hrkrshnn
2021-05-26 12:23:06 +02:00
parent 7d28ea3746
commit d5564a0304
7 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ private:
EVMVersion(Version _version): m_version(_version) {}
Version m_version = Version::Istanbul;
Version m_version = Version::Berlin;
};
}