Skip to content

Commit d318e47

Browse files
committed
Make contract-verification a native plugin
1 parent 1d76fe5 commit d318e47

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
@@ -141,7 +141,8 @@ export function isNative(name) {
141141
//'remixGuide',
142142
'environmentExplorer',
143143
'templateSelection',
144-
'walletconnect'
144+
'walletconnect',
145+
'contract-verification'
145146
]
146147
return nativePlugins.includes(name) || requiredModules.includes(name) || isInjectedProvider(name) || isVM(name)
147148
}

0 commit comments

Comments
 (0)