mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
rpc - move to main chain
This commit is contained in:
parent
ec1155c2f9
commit
8f3deae986
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user