forked from bitshares/bitshares-ui
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix whitescreen (after invalid nodes)
- fix translates for listing - add Infrastructure API nodes - add PRIZM to listing page - fix some mobile views issues
- Loading branch information
serdrdoor
committed
Mar 18, 2020
1 parent
5927843
commit aa41f8a
Showing
14 changed files
with
105 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -194,6 +194,27 @@ export const settingsAPIs = { | |
operator: "Witness: delegate-zhaomu", | ||
contact: "telegram:lzmlam;wechat:lzmlam" | ||
}, | ||
{ | ||
url: "wss://eu.nodes.bitshares.ws", | ||
region: "Western Europe", | ||
country: "Germany", | ||
operator: "Infrastructure Worker", | ||
contact: "email:[email protected]" | ||
}, | ||
{ | ||
url: "wss://us.nodes.bitshares.ws", | ||
region: "Northern America", | ||
country: "U.S.A.", | ||
operator: "Infrastructure Worker", | ||
contact: "email:[email protected]" | ||
}, | ||
{ | ||
url: "wss://hk.nodes.bitshares.ws", | ||
region: "Eastern Asia", | ||
country: "Hong Kong", | ||
operator: "Infrastructure Worker", | ||
contact: "email:[email protected]" | ||
}, | ||
{ | ||
url: "wss://api.bts.mobi/ws", | ||
region: "Northern America", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "RuDEX3-light", | ||
"version": "3.3.200315", | ||
"version": "3.3.200318", | ||
"description": "Reference UI to showcase all features of the BitShares blockchain.", | ||
"homepage": "https://github.com/bitshares/bitshares-ui", | ||
"author": "BitShares UI Worker <[email protected]>", | ||
|