diff --git a/src/app/tabs/compile-tab.js b/src/app/tabs/compile-tab.js index 23cb1ad342..0752529d6d 100644 --- a/src/app/tabs/compile-tab.js +++ b/src/app/tabs/compile-tab.js @@ -332,7 +332,7 @@ class CompileTab extends ViewPlugin { var result = yo`
${value.output.url}
${result}`) + modalDialogCustom.alert(`Published ${contract.name}\'s Metadata`, yo`Metadata of ${contract.name.toLowerCase()} was published successfully.
${result}`) } }, (item) => { // triggered each time there's a new verified publish (means hash correspond) this.fileProvider.addExternal('swarm/' + item.hash, item.content) @@ -349,7 +349,7 @@ class CompileTab extends ViewPlugin { var result = yo`
${value.output.url}
${result}`) + modalDialogCustom.alert(`Published ${contract.name}\'s Metadata`, yo`Metadata of ${contract.name.toLowerCase()} was published successfully.
${result}`) } }, (item) => { // triggered each time there's a new verified publish (means hash correspond) this.fileProvider.addExternal('ipfs/' + item.hash, item.content)