@@ -220,7 +220,6 @@ export const solidityCompilers: SolidityCompiler[] = [
220
220
{
221
221
solidityVersion : "0.8.22" ,
222
222
compilerPath : "soljson-v0.8.22+commit.4fc1097e.js" ,
223
- latestSolcVersion : true ,
224
223
} ,
225
224
{
226
225
solidityVersion : "0.8.22" ,
@@ -229,12 +228,10 @@ export const solidityCompilers: SolidityCompiler[] = [
229
228
runs : 200 ,
230
229
viaIR : true ,
231
230
} ,
232
- latestSolcVersion : true ,
233
231
} ,
234
232
{
235
233
solidityVersion : "0.8.23" ,
236
234
compilerPath : "soljson-v0.8.23+commit.f704f362.js" ,
237
- latestSolcVersion : true ,
238
235
} ,
239
236
{
240
237
solidityVersion : "0.8.23" ,
@@ -243,12 +240,10 @@ export const solidityCompilers: SolidityCompiler[] = [
243
240
runs : 200 ,
244
241
viaIR : true ,
245
242
} ,
246
- latestSolcVersion : true ,
247
243
} ,
248
244
{
249
245
solidityVersion : "0.8.24" ,
250
246
compilerPath : "soljson-v0.8.24+commit.e11b9ed9.js" ,
251
- latestSolcVersion : true ,
252
247
} ,
253
248
{
254
249
solidityVersion : "0.8.24" ,
@@ -257,6 +252,47 @@ export const solidityCompilers: SolidityCompiler[] = [
257
252
runs : 200 ,
258
253
viaIR : true ,
259
254
} ,
255
+ } ,
256
+ {
257
+ solidityVersion : "0.8.25" ,
258
+ compilerPath : "soljson-v0.8.25+commit.b61c2a91.js" ,
259
+ latestSolcVersion : true ,
260
+ } ,
261
+ {
262
+ solidityVersion : "0.8.25" ,
263
+ compilerPath : "soljson-v0.8.25+commit.b61c2a91.js" ,
264
+ optimizer : {
265
+ runs : 200 ,
266
+ viaIR : true ,
267
+ } ,
268
+ latestSolcVersion : true ,
269
+ } ,
270
+ {
271
+ solidityVersion : "0.8.26" ,
272
+ compilerPath : "soljson-v0.8.26+commit.8a97fa7a.js" ,
273
+ latestSolcVersion : true ,
274
+ } ,
275
+ {
276
+ solidityVersion : "0.8.26" ,
277
+ compilerPath : "soljson-v0.8.26+commit.8a97fa7a.js" ,
278
+ optimizer : {
279
+ runs : 200 ,
280
+ viaIR : true ,
281
+ } ,
282
+ latestSolcVersion : true ,
283
+ } ,
284
+ {
285
+ solidityVersion : "0.8.27" ,
286
+ compilerPath : "soljson-v0.8.27+commit.40a35a09.js" ,
287
+ latestSolcVersion : true ,
288
+ } ,
289
+ {
290
+ solidityVersion : "0.8.27" ,
291
+ compilerPath : "soljson-v0.8.27+commit.40a35a09.js" ,
292
+ optimizer : {
293
+ runs : 200 ,
294
+ viaIR : true ,
295
+ } ,
260
296
latestSolcVersion : true ,
261
297
} ,
262
298
] ;
0 commit comments