From 3c8cecd371596d832c20326ab6e92bb61d64d2f8 Mon Sep 17 00:00:00 2001 From: ripplerm Date: Sun, 29 Jan 2017 15:27:59 +0800 Subject: [PATCH] Upgrade to v1.2.0 + insert client info. + switch primary server to s1. --- js/mywallet.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/mywallet.js b/js/mywallet.js index 30ec229..ab7cb6d 100644 --- a/js/mywallet.js +++ b/js/mywallet.js @@ -14,8 +14,8 @@ var OrderBookUtils = ripple.OrderBookUtils; // ================= configuration & Global constant ================== -var CLIENT_VERSION = "rm-1.1.0" -var INSERT_CLIENT_INFO = false; +var CLIENT_VERSION = "rm-1.2.0" +var INSERT_CLIENT_INFO = true; var DEFAULT_ACCOUNT = "rHb9CJAWyB4rj91VRWn96DkukG4bwdtyTh"; var DEFAULT_SECRET = "snoPBrXtMeMyMHUVTgbuqAfg1SUTb"; @@ -34,7 +34,7 @@ var APPLY_INTEREST = false; // false: showing raw amount instead of demuraged fi var SERVERS_MAINNET = [ { - host: 's2.ripple.com' + host: 's1.ripple.com' , port: 443 , secure: true , primary: true