From 8f3deae98639f4ccf8b0209300ccfd33b8f89bc5 Mon Sep 17 00:00:00 2001 From: kumavis Date: Sun, 20 Dec 2015 16:49:28 -0800 Subject: rpc - move to main chain --- app/scripts/background.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/scripts/background.js b/app/scripts/background.js index 8efe79207..af2cdcde4 100644 --- a/app/scripts/background.js +++ b/app/scripts/background.js @@ -4,7 +4,9 @@ const identitiesUrl = 'https://alpha.metamask.io/identities/' // var unsignedTxs = {} -var zeroClient = ZeroClientProvider() +var zeroClient = ZeroClientProvider({ + rpcUrl: 'https://rawrpc.metamask.io/', +}) // setup badge click handler chrome.browserAction.onClicked.addListener(function(activeTab) { -- cgit