diff options
-rw-r--r-- | app/scripts/platforms/extension.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/platforms/extension.js b/app/scripts/platforms/extension.js index 3dadd5d34..099b0d7ea 100644 --- a/app/scripts/platforms/extension.js +++ b/app/scripts/platforms/extension.js @@ -1,5 +1,5 @@ const extension = require('extensionizer') -const explorerLink = require('etherscan-link').createExplorerLink +const {createExplorerLink: explorerLink} = require('etherscan-link') class ExtensionPlatform { |