Skip to content

Commit 0ff7f42

Browse files
committed
Make contract-verification a native plugin
1 parent 51651d9 commit 0ff7f42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/remix-ide/src/remixAppManager.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ export function isNative(name) {
140140
//'remixGuide',
141141
'environmentExplorer',
142142
'templateSelection',
143-
'walletconnect'
143+
'walletconnect',
144+
'contract-verification'
144145
]
145146
return nativePlugins.includes(name) || requiredModules.includes(name) || isInjectedProvider(name) || isVM(name)
146147
}

0 commit comments

Comments
 (0)