|
|
|
@ -28,7 +28,7 @@ export class CompileTabLogic { |
|
|
|
|
this.contentImport = contentImport |
|
|
|
|
this.event = new EventEmitter() |
|
|
|
|
this.compiler = new Compiler((url, cb) => api.resolveContentAndSave(url).then((result) => cb(null, result)).catch((error) => cb(error.message))) |
|
|
|
|
this.evmVersions = ['default', 'paris', 'london', 'berlin', 'istanbul', 'petersburg', 'constantinople', 'byzantium', 'spuriousDragon', 'tangerineWhistle', 'homestead'] |
|
|
|
|
this.evmVersions = ['default', 'shanghai', 'paris', 'london', 'berlin', 'istanbul', 'petersburg', 'constantinople', 'byzantium', 'spuriousDragon', 'tangerineWhistle', 'homestead'] |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
init () { |
|
|
|
|