aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsuan Lee <hsuan@cobinhood.com>2018-11-15 11:06:31 +0800
committerHsuan Lee <hsuan@cobinhood.com>2018-12-10 18:52:34 +0800
commit5823f6fca838a3ce5fac6ccee87bc99461a720bc (patch)
tree5502b2a2fb7f27109a7116234d78c836c431ffb0
parentcb9e5cd9ae654b4100924db48535a96925830d3d (diff)
downloaddexon-wallet-5823f6fca838a3ce5fac6ccee87bc99461a720bc.tar.gz
dexon-wallet-5823f6fca838a3ce5fac6ccee87bc99461a720bc.tar.zst
dexon-wallet-5823f6fca838a3ce5fac6ccee87bc99461a720bc.zip
Refine phishing detection
-rw-r--r--app/phishing.html4
-rw-r--r--app/scripts/controllers/infura.js4
2 files changed, 4 insertions, 4 deletions
diff --git a/app/phishing.html b/app/phishing.html
index e3cba471..8c7c45c7 100644
--- a/app/phishing.html
+++ b/app/phishing.html
@@ -3,7 +3,7 @@
<html>
<head>
- <title>Ethereum Phishing Detection - MetMask</title>
+ <title>Phishing Detection - DekuSan</title>
<style>
body {
@@ -53,7 +53,7 @@
<body>
<div class="centered">
- <img src="/images/ethereum-metamask-chrome.png" style="width:100%">
+ <img src="/images/dekusan.svg" style="height:60px">
<h3>ATTENTION</h3>
<<<<<<< HEAD
<p>This domain is currently on the MetaMask domain warning list. This means that based on information available to us, MetaMask believes this domain could currently compromise your security and, as an added safety feature, MetaMask has restricted access to the site. To override this, please read the rest of this warning for instructions on how to continue at your own risk. </p>
diff --git a/app/scripts/controllers/infura.js b/app/scripts/controllers/infura.js
index 8f6dd837..f2d4e5a1 100644
--- a/app/scripts/controllers/infura.js
+++ b/app/scripts/controllers/infura.js
@@ -2,8 +2,8 @@ const ObservableStore = require('obs-store')
const extend = require('xtend')
const log = require('loglevel')
-// every ten minutes
-const POLLING_INTERVAL = 10 * 60 * 1000
+// every hour
+const POLLING_INTERVAL = 60 * 60 * 1000
class InfuraController {