You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other plugins could expose a loadFromChainLens() method. But this would work only if a plugin knows what other plugins are active. Then, the user would select the plugin from the list -> ChainLens would call this method.
The text was updated successfully, but these errors were encountered:
PluginManager could have a method for retrieving active plugins. ChainLens would then check to see what plugins implement a certain method that it needs, in order to export contracts.
Ideas for ChainLens plugin API:
exportingFromChainLens
exportWorkspace()
Other plugins could expose a
loadFromChainLens()
method. But this would work only if a plugin knows what other plugins are active. Then, the user would select the plugin from the list -> ChainLens would call this method.The text was updated successfully, but these errors were encountered: