@ -128,7 +128,7 @@ export class FoundryClient extends PluginClient {
clearTimeout(this.logTimeout)
this.logTimeout=setTimeout(()=>{
// @ts-ignore
this.call('terminal','log',{type:'log',value:`receiving compilation result from Foundry`})
this.call('terminal','log',{type:'log',value:`receiving compilation result from Foundry. Select a file to populate the contract interaction interface.`})
console.log('Syncing compilation result from Foundry')
@ -131,7 +131,7 @@ export class HardhatClient extends PluginClient {
clearTimeout(this.logTimeout)
this.logTimeout=setTimeout(()=>{
this.call('terminal','log',{value:'receiving compilation result from Hardhat',type:'log'})
this.call('terminal','log',{value:'receiving compilation result from Hardhat. Select a file to populate the contract interaction interface.',type:'log'})
if(targetsSynced.length){
console.log(`Processing artifacts for files: ${[...newSet(targetsSynced)].join(', ')}`)