Skip to content

Commit

Permalink
add RUDEX.NBS, version update
Browse files Browse the repository at this point in the history
  • Loading branch information
serdrdoor committed Sep 15, 2020
1 parent 7cdc561 commit 23b76c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/api/apiConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export const openledgerAPIs = {
};

export const rudexAPIs = {
//BASE: "https://gateway.rudex.org/api/rudex",
BASE: "https://gateway.rudex.org/api/test",
BASE: "https://gateway.rudex.org/api/rudex",
COINS_LIST: "/coins",
NEW_DEPOSIT_ADDRESS: "/simple-api/initiate-trade"
};
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RuDEX3-light",
"version": "3.3.200908",
"version": "3.3.200916",
"description": "Advanced wallet interface for the BitShares financial blockchain.",
"homepage": "https://github.com/blckchnd/rudex-ui",
"author": "RuDEX Team <[email protected]>",
Expand Down

0 comments on commit 23b76c7

Please sign in to comment.