Skip to content

Commit

Permalink
Add new API server (bitshares#961)
Browse files Browse the repository at this point in the history
Added new full API node provided by blckchnd witness
  • Loading branch information
ruslansalikhov authored and svk31 committed Jan 5, 2018
1 parent 4ed6993 commit e068637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/api/apiConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ export const settingsAPIs = {
{url: "wss://dexnode.net/ws", location: "Dallas, USA"},
{url: "wss://kc-us-dex.xeldal.com/ws", location: "Kansas City, USA"},
{url: "wss://la.dexnode.net/ws", location: "Los Angeles, USA"},
{url: "wss://btsza.co.za:8091/ws", location: "Cape Town, South Africa"}
{url: "wss://btsza.co.za:8091/ws", location: "Cape Town, South Africa"},
{url: "wss://api.bts.blckchnd.com", location: "Germany"}
],
DEFAULT_FAUCET: "https://faucet.bitshares.eu/onboarding", // 2017-12-infrastructure worker proposal
TESTNET_FAUCET: "https://faucet.testnet.bitshares.eu",
Expand Down

0 comments on commit e068637

Please sign in to comment.