From 524c24267e7ec87b96d1b3caf682233c46f9e488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=BF=97=E5=90=8C?= <陈志同@DESKTOP-9O8EFK9> Date: Mon, 12 Dec 2016 17:39:37 +0800 Subject: [PATCH] Start seed node in London --- AntSharesApp/scripts/AntShares/Global.ts | 6 +++--- AntSharesApp/www/css/site.css | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/AntSharesApp/scripts/AntShares/Global.ts b/AntSharesApp/scripts/AntShares/Global.ts index 48573c6..b29db0b 100644 --- a/AntSharesApp/scripts/AntShares/Global.ts +++ b/AntSharesApp/scripts/AntShares/Global.ts @@ -11,7 +11,7 @@ { let start = new Date().getTime(); let seed2 = new Network.RPC.RpcClient("https://seed2.antshares.org:10331/"); - let seed8 = new Network.RPC.RpcClient("http://51.140.167.122:10332/"); + let seed8 = new Network.RPC.RpcClient("https://seed8.antshares.org:10331"); $("#seed").text("中国上海 https://seed2.antshares.org:10331"); new Implementations.Blockchains.RPC.RpcBlockchain(seed2).getBlockCount().then(result => { @@ -29,7 +29,7 @@ if (timeSpan2 < timeSpan) { Global.Blockchain = Core.Blockchain.registerBlockchain(new Implementations.Blockchains.RPC.RpcBlockchain(seed8)); - $("#seed").text("英国伦敦 http://51.140.167.122:10332"); + $("#seed").text("英国伦敦 https://seed8.antshares.org:10331"); } }); @@ -39,7 +39,7 @@ $(function () { - //Global.chooseNode(); + Global.chooseNode(); }); diff --git a/AntSharesApp/www/css/site.css b/AntSharesApp/www/css/site.css index 1ed0ffc..f240562 100644 --- a/AntSharesApp/www/css/site.css +++ b/AntSharesApp/www/css/site.css @@ -91,6 +91,7 @@ footer div { width:80%; margin:auto } .blue-panel { margin:0 -35px } .all-asset-btn { right:35px } .other-assets { padding:0 35px } + select:focus, textarea:focus, input:focus { font-size: 16px !important; } } @media only screen and (max-height: 560px) { .alert-info { display:none }