Skip to content

Commit

Permalink
Upgrade to v1.2.0
Browse files Browse the repository at this point in the history
+ insert client info.
+ switch primary server to s1.
  • Loading branch information
ripplerm committed Jan 29, 2017
1 parent 9edb89b commit 3c8cecd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/mywallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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
Expand Down

0 comments on commit 3c8cecd

Please sign in to comment.