aboutsummaryrefslogtreecommitdiffstats
path: root/library/popup.js
diff options
context:
space:
mode:
Diffstat (limited to 'library/popup.js')
-rw-r--r--library/popup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/popup.js b/library/popup.js
index 667b13371..59b70edbb 100644
--- a/library/popup.js
+++ b/library/popup.js
@@ -11,7 +11,7 @@ var name = 'popup'
window.METAMASK_UI_TYPE = name
var iframeStream = setupIframe({
- zeroClientProvider: 'http://127.0.0.1:9001',
+ zeroClientProvider: 'http://localhost:9001',
sandboxAttributes: ['allow-scripts', 'allow-popups', 'allow-same-origin'],
container: document.body,
})