|
|
|
@ -130,16 +130,6 @@ function HomeTabFeaturedPlugins({ plugin }: HomeTabFeaturedPluginsProps) { |
|
|
|
|
maintainedBy="Remix" |
|
|
|
|
callback={() => startContractVerification()} |
|
|
|
|
/> |
|
|
|
|
<PluginButton |
|
|
|
|
imgPath="assets/img/staticAnalysis.webp" |
|
|
|
|
envID="staticAnalysisLogo" |
|
|
|
|
envText="Solidity Analyzers" |
|
|
|
|
description={intl.formatMessage({ |
|
|
|
|
id: 'home.codeAnalyizerPluginDesc' |
|
|
|
|
})} |
|
|
|
|
maintainedBy='Remix' |
|
|
|
|
callback={() => startCodeAnalyzer()} |
|
|
|
|
/> |
|
|
|
|
<PluginButton |
|
|
|
|
imgPath="assets/img/learnEthLogo.webp" |
|
|
|
|
envID="learnEthLogo" |
|
|
|
@ -150,6 +140,16 @@ function HomeTabFeaturedPlugins({ plugin }: HomeTabFeaturedPluginsProps) { |
|
|
|
|
maintainedBy='Remix' |
|
|
|
|
callback={() => startLearnEth()} |
|
|
|
|
/> |
|
|
|
|
<PluginButton |
|
|
|
|
imgPath="assets/img/staticAnalysis.webp" |
|
|
|
|
envID="staticAnalysisLogo" |
|
|
|
|
envText="Solidity Analyzers" |
|
|
|
|
description={intl.formatMessage({ |
|
|
|
|
id: 'home.codeAnalyizerPluginDesc' |
|
|
|
|
})} |
|
|
|
|
maintainedBy='Remix' |
|
|
|
|
callback={() => startCodeAnalyzer()} |
|
|
|
|
/> |
|
|
|
|
<PluginButton |
|
|
|
|
imgPath="assets/img/cookbook.webp" |
|
|
|
|
envID="cookbookLogo" |
|
|
|
|