aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/resolver.js
diff options
context:
space:
mode:
authorHsuan Lee <boczeratul@gmail.com>2019-04-06 11:53:51 +0800
committerHsuan Lee <boczeratul@gmail.com>2019-04-06 11:53:51 +0800
commit5b0a8131a8fe0401684c7c3c7832140ad2c74b09 (patch)
treeac12229cc5e5de2de8eee414b229eb028c65e857 /app/scripts/lib/resolver.js
parent7937c4f8a50f7e6bb1506d3e5a46e3c9c8718c6c (diff)
downloaddexon-wallet-5b0a8131a8fe0401684c7c3c7832140ad2c74b09.tar.gz
dexon-wallet-5b0a8131a8fe0401684c7c3c7832140ad2c74b09.tar.zst
dexon-wallet-5b0a8131a8fe0401684c7c3c7832140ad2c74b09.zip
Update to new theme
Diffstat (limited to 'app/scripts/lib/resolver.js')
-rw-r--r--app/scripts/lib/resolver.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/lib/resolver.js b/app/scripts/lib/resolver.js
index 5c7ba023..857a692e 100644
--- a/app/scripts/lib/resolver.js
+++ b/app/scripts/lib/resolver.js
@@ -39,7 +39,7 @@ function ens (name, provider) {
function getProvider (type) {
switch (type) {
case 'mainnet':
- return 'https://mainnet.infura.io/'
+ return 'https://mainnet-rpc.dexon.org/'
case 'testnet':
return 'https://testnet-rpc.dexon.org/'
default: