diff --git a/client.js b/client.js index c7f7798..64c60a7 100644 --- a/client.js +++ b/client.js @@ -53,7 +53,7 @@ export default class TCaBCIClient { _connected = false _chainName = 'transferchain' _chainVersion = 'v1' - _version = `v2.5.9` + _version = `v2.5.10` /** * @type {?SuccessCallback} */ diff --git a/constants.js b/constants.js index 7ac6d66..c471eaf 100644 --- a/constants.js +++ b/constants.js @@ -1,5 +1,5 @@ export const SUBSCRIBEMessage = 'subscribe', UNSUBSCRIBEMessage = 'unsubscribe', CHARACTERS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789', - READ_NODE_ADDRESS = 'https://test-read-node-01.transferchain.io', - READ_NODE_WS_ADDRESS = 'wss://test-read-node-01.transferchain.io/ws' + READ_NODE_ADDRESS = 'https://read-node-01.transferchain.io', + READ_NODE_WS_ADDRESS = 'wss://read-node-01.transferchain.io/ws' diff --git a/package.json b/package.json index 57e124e..52da316 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tchain/tcabci-read-js-client", - "version": "2.5.9", + "version": "2.5.10", "description": "TransferChain Fastest Read Network WebSocket Client", "main": "client.js", "type": "module", diff --git a/websocketOptions.js b/websocketOptions.js index a6dfd3e..e4486d5 100644 --- a/websocketOptions.js +++ b/websocketOptions.js @@ -13,7 +13,7 @@ export class Options { _protocols = [] _customWS _endpoints = ['ws', 'longpoll'] - _version = `v2.5.9` + _version = `v2.5.10` _maxConnectionDelay = 10000 _minReconnectionDelay = 1000 + Math.random() * 4000