add to required and native

pull/5370/head
aniket-engg 4 months ago committed by Aniket
parent 3489a620fd
commit 8674eb1b72
  1. 4
      apps/remix-ide/src/remixAppManager.js

@ -82,6 +82,8 @@ let requiredModules = [ // services + layout views + system views
'pinnedPanel',
'pluginStateLogger',
'remixGuide',
'environmentExplorer',
'templateSelection',
'matomo',
'walletconnect'
]
@ -133,6 +135,8 @@ export function isNative(name) {
'compilationDetails',
'vyperCompilationDetails',
//'remixGuide',
'environmentExplorer',
'templateSelection',
'walletconnect'
]
return nativePlugins.includes(name) || requiredModules.includes(name) || isInjectedProvider(name) || isVM(name)

Loading…
Cancel
Save