Skip to content

Commit

Permalink
Merge branch 'en-link_fixes'
Browse files Browse the repository at this point in the history
* en-link_fixes:
  Removed ethergraphs option as a block explorer - project is now dead
  Bumped version number
  Added Quiknode affiliate link
  Modified link to ESDB instead of the heroku app dashboard
  Modified phishfort repo link
  • Loading branch information
409H committed Dec 26, 2018
2 parents c98d777 + 3e06400 commit 182ead4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function getBlacklistedDomains(strType)
"timestamp": 0,
"domains": [],
"format": "plain",
"repo": "https://raw.githubusercontent.com/phishfort/counter_phishing_blacklist/master/blacklists/domains.json",
"repo": "https://raw.githubusercontent.com/phishfort/phishfort-lists/master/blacklists/domains.json",
"identifer": "phishfort"
},
"segasec": {
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.19",
"version": "1.19.1",

"browser_action": {
"default_icon": "images/icon.png",
Expand Down
3 changes: 1 addition & 2 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ <h4 class="text-center">EtherAddressLookup</h4>
<option value="https://etherscan.io/address">Etherscan.io *</option>
<option value="https://etherchain.org/account">Etherchain.org *</option>
<option value="https://ethplorer.io/address">Ethplorer.io</option>
<option value="http://ethergraphs.com/dashboard">Ethergraphs.com</option>
</optgroup>
<optgroup label="Rinkeby">
<option value="https://rinkeby.etherscan.io/address">Etherscan.io *</option>
Expand Down Expand Up @@ -154,7 +153,7 @@ <h4 class="text-center">EtherAddressLookup</h4>
<div id="footer">
<div class="ext-etheraddresslookup-center">
<a href="/settings.html" target="_blank">More Settings</a> &mdash;
<a href="http://eal-phishing-stats.herokuapp.com/" target="_blank">Scam domains</a> &mdash;
<a href="https://etherscamdb.info/" target="_blank">Scam domains</a> &mdash;
<a href="https://github.com/409H/EtherAddressLookup" target="_blank">GitHub</a> <br />
<a href="https://harrydenley.com/ethaddresslookup-chrome-extension-release/" target="_blank">Read Author Blog</a> &mdash;
<a href="https://twitter.com/EthAddrLookup" target="_blank">@EthAddrLookup</a>
Expand Down
6 changes: 5 additions & 1 deletion settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h3></h3>
<div class="pure-u-2-3">
<h3>RPC Node</h3>
<p>Here you can set the RPC node (ie: <code>http://localhost:8545</code>) for address lookups. EAL supplies a mainnet
one for you that is maintained by <a href="https://quiknode.io/?ref=EtherAddressLookup" target="_blank">Quiknode</a>, but you may want to use your own.</p>
one for you that is maintained by <a href="https://www.quiknode.io?tap_a=22610-7a7484&tap_s=150933-0c5904" target="_blank">Quiknode</a>, but you may want to use your own.</p>
<p>Overwriting the default node will be helpful if you want lookups done on a testnet.</p>
<div class="warning margin-15 hide-me" id="ext-etheraddresslookup-rpcnode_errors"></div>
<div class="success margin-15 hide-me" id="ext-etheraddresslookup-rpcnode_success">
Expand All @@ -109,6 +109,10 @@ <h3>RPC Node</h3>
<button type="reset" class="pure-button pure-button-secondary" id="ext-etheraddresslookup-rpcnode_reset_form">Reset to Default</button>
<button type="submit" class="pure-button pure-button-primary">Save</button>
</form>

<br />

<p>Get your own ETH node at <a href="https://www.quiknode.io?tap_a=22610-7a7484&tap_s=150933-0c5904" target="_blank">Quiknode</a></p>
</div>
<div class="pure-u-1-3">
<h3>Signature Inject</h3>
Expand Down

0 comments on commit 182ead4

Please sign in to comment.