Skip to content

Commit 182ead4

Browse files
committed
Merge branch 'en-link_fixes'
* 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
2 parents c98d777 + 3e06400 commit 182ead4

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

js/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ function getBlacklistedDomains(strType)
225225
"timestamp": 0,
226226
"domains": [],
227227
"format": "plain",
228-
"repo": "https://raw.githubusercontent.com/phishfort/counter_phishing_blacklist/master/blacklists/domains.json",
228+
"repo": "https://raw.githubusercontent.com/phishfort/phishfort-lists/master/blacklists/domains.json",
229229
"identifer": "phishfort"
230230
},
231231
"segasec": {

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "EtherAddressLookup",
55
"short_name": "EtherAddressLookup",
66
"description": "Adds links to strings that look like Ethereum addresses to your favorite blockchain explorer.",
7-
"version": "1.19",
7+
"version": "1.19.1",
88

99
"browser_action": {
1010
"default_icon": "images/icon.png",

options.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ <h4 class="text-center">EtherAddressLookup</h4>
7878
<option value="https://etherscan.io/address">Etherscan.io *</option>
7979
<option value="https://etherchain.org/account">Etherchain.org *</option>
8080
<option value="https://ethplorer.io/address">Ethplorer.io</option>
81-
<option value="http://ethergraphs.com/dashboard">Ethergraphs.com</option>
8281
</optgroup>
8382
<optgroup label="Rinkeby">
8483
<option value="https://rinkeby.etherscan.io/address">Etherscan.io *</option>
@@ -154,7 +153,7 @@ <h4 class="text-center">EtherAddressLookup</h4>
154153
<div id="footer">
155154
<div class="ext-etheraddresslookup-center">
156155
<a href="/settings.html" target="_blank">More Settings</a> &mdash;
157-
<a href="http://eal-phishing-stats.herokuapp.com/" target="_blank">Scam domains</a> &mdash;
156+
<a href="https://etherscamdb.info/" target="_blank">Scam domains</a> &mdash;
158157
<a href="https://github.com/409H/EtherAddressLookup" target="_blank">GitHub</a> <br />
159158
<a href="https://harrydenley.com/ethaddresslookup-chrome-extension-release/" target="_blank">Read Author Blog</a> &mdash;
160159
<a href="https://twitter.com/EthAddrLookup" target="_blank">@EthAddrLookup</a>

settings.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h3></h3>
8989
<div class="pure-u-2-3">
9090
<h3>RPC Node</h3>
9191
<p>Here you can set the RPC node (ie: <code>http://localhost:8545</code>) for address lookups. EAL supplies a mainnet
92-
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>
92+
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>
9393
<p>Overwriting the default node will be helpful if you want lookups done on a testnet.</p>
9494
<div class="warning margin-15 hide-me" id="ext-etheraddresslookup-rpcnode_errors"></div>
9595
<div class="success margin-15 hide-me" id="ext-etheraddresslookup-rpcnode_success">
@@ -109,6 +109,10 @@ <h3>RPC Node</h3>
109109
<button type="reset" class="pure-button pure-button-secondary" id="ext-etheraddresslookup-rpcnode_reset_form">Reset to Default</button>
110110
<button type="submit" class="pure-button pure-button-primary">Save</button>
111111
</form>
112+
113+
<br />
114+
115+
<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>
112116
</div>
113117
<div class="pure-u-1-3">
114118
<h3>Signature Inject</h3>

0 commit comments

Comments
 (0)