1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

rpc - move to main chain

This commit is contained in:
kumavis 2015-12-20 16:49:28 -08:00
parent ec1155c2f9
commit 8f3deae986

View File

@ -4,7 +4,9 @@ const identitiesUrl = 'https://alpha.metamask.io/identities/'
// var unsignedTxs = {} // var unsignedTxs = {}
var zeroClient = ZeroClientProvider() var zeroClient = ZeroClientProvider({
rpcUrl: 'https://rawrpc.metamask.io/',
})
// setup badge click handler // setup badge click handler
chrome.browserAction.onClicked.addListener(function(activeTab) { chrome.browserAction.onClicked.addListener(function(activeTab) {