Skip to content

Commit

Permalink
Change default WS_URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cardona committed Jul 24, 2019
1 parent 24e13a6 commit fbed68e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions lib/BITBOX.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ import { Util } from "./Util"
// import { Wallet } from "./Wallet"

// Defaults
export const WS_URL = "wss://rest.bitcoin.com"
export const TWS_URL = "wss://trest.bitcoin.com"
// export const WS_URL = 'wss://ws.bitcoin.com'
// export const TWS_URL = 'wss://tws.bitcoin.com'
export const WS_URL = "wss://ws.bitcoin.com"
export const TWS_URL = "wss://tws.bitcoin.com"
export const REST_URL = "https://rest.bitcoin.com/v2/"
export const TREST_URL = "https://trest.bitcoin.com/v2/"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitbox-sdk",
"version": "8.5.0",
"version": "8.5.1",
"description": "BITBOX SDK for Bitcoin Cash",
"author": "Gabriel Cardona <gabriel@bitcoin.com>",
"contributors": [
Expand Down

0 comments on commit fbed68e

Please sign in to comment.