Skip to content

Commit

Permalink
Merge branch 'en-quiknode_node'
Browse files Browse the repository at this point in the history
* en-quiknode_node:
  Replaced quiknode url, increased version number.
  • Loading branch information
409H committed Dec 11, 2017
2 parents 5e2e60c + dff50cd commit 4919664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ objBrowser.runtime.onMessage.addListener(
strResponse = getWhitelistedDomains();
break;
case 'rpc_provider' :
strResponse = "https://instantly-clear-sloth.quiknode.io/fc551b4e-b3bf-4b0b-b438-aeb6c9c311f5/pF749Rxn3Mn8vgaCD4FM_A==/";
strResponse = "https://freely-central-lark.quiknode.io/9fe4c4a0-2ea2-4ac1-ab64-f92990cd2914/118-xxADc8hKSSB9joCb-g==/";
break;
default:
strResponse = "unsupported";
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "EtherAddressLookup",
"short_name": "EtherAddressLookup",
"description": "Adds links to strings that look like Ethereum addresses to your favorite blockchain explorer.",
"version": "1.12.0",
"version": "1.12.1",

"browser_action": {
"default_icon": "images/icon.png",
Expand Down

0 comments on commit 4919664

Please sign in to comment.