Skip to content

Commit

Permalink
add BEP-20 tokens (Binance Smart Chain): DEC and SPS
Browse files Browse the repository at this point in the history
add to Listing: WorldTTT (TTT)
add page link for listing projects
add to scamAcconts
  • Loading branch information
serdrdoor committed Mar 1, 2022
1 parent cfb06e4 commit 0747cb2
Show file tree
Hide file tree
Showing 17 changed files with 427 additions and 222 deletions.
6 changes: 6 additions & 0 deletions app/api/apiConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ export const rudexAPIs = {
NEW_DEPOSIT_ADDRESS: "/simple-api/initiate-trade"
};

export const bep20rudexAPIs = {
BASE: "https://gateway.rudex.org/api/rudex_new_bep20",
COINS_LIST: "/coins",
NEW_DEPOSIT_ADDRESS: "/simple-api/initiate-trade"
};

export const nodeRegions = [
// region of the node follows roughly https://en.wikipedia.org/wiki/Subregion#/media/File:United_Nations_geographical_subregions.png
"Northern Europe",
Expand Down
Binary file added app/assets/asset-symbols/rudex.dec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/asset-symbols/rudex.sps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions app/assets/asset-symbols/symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ require("file-loader?name=asset-symbols/[name].png!./rudex.xmr.png");
require("file-loader?name=asset-symbols/[name].png!./rudex.bts.png");
require("file-loader?name=asset-symbols/[name].png!./rudex.trx.png");

require("file-loader?name=asset-symbols/[name].png!./rudex.dec.png");
require("file-loader?name=asset-symbols/[name].png!./rudex.sps.png");

//Delisted
require("file-loader?name=asset-symbols/[name].png!./rudex.ppy.png");
require("file-loader?name=asset-symbols/[name].png!./rudex.smoke.png");
Expand Down
1 change: 1 addition & 0 deletions app/assets/coins-logo/coins.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ require("file-loader?name=coins-logo/[name].png!./ark.png");
require("file-loader?name=coins-logo/[name].png!./cri.png");
require("file-loader?name=coins-logo/[name].png!./gwn.png");
require("file-loader?name=coins-logo/[name].png!./rat.png");
require("file-loader?name=coins-logo/[name].png!./ttt.png");

require("file-loader?name=coins-logo/[name].png!./pzm.png");
Binary file added app/assets/coins-logo/ttt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/locales/locale-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3008,6 +3008,7 @@
"listed": "Listed",
"get_donate_tokens": "Get ",
"token": " token",
"goto": "Visit",
"loading": "Please wait, loading...",
"notice_informed": "By submitting request, I confirm that I've read the rules and conditions and agree with them",
"modal": {
Expand Down
1 change: 1 addition & 0 deletions app/assets/locales/locale-ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -3008,6 +3008,7 @@
"listed": "Размещенные активы",
"get_donate_tokens": "Получить ",
"token": " токен",
"goto": "Посетить",
"loading": "Подождите, идёт загрузка",
"notice_informed": "Подавая заявку я подтверждаю что мной прочитаны правила и условия и я с ними согласен",
"modal": {
Expand Down
118 changes: 75 additions & 43 deletions app/branding.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@ export function getMyMarketsQuotes() {
"RUDEX.NBS",
"RUDEX.XMR",
"RUDEX.BTS",
"RUDEX.TRX"
"RUDEX.TRX",

"RUDEX.DEC",
"RUDEX.SPS"

//"RUDEX.PPY",
//"RUDEX.SMOKE",
Expand Down Expand Up @@ -276,6 +279,9 @@ export function getFeaturedMarkets(quotes = []) {
["RUDEX.USDT", "RUDEX.BTS"],
["RUDEX.USDT", "RUDEX.TRX"],

["RUDEX.USDT", "RUDEX.DEC"],
["RUDEX.USDT", "RUDEX.SPS"],

//["RUDEX.USDT", "RUDEX.PPY"],
//["RUDEX.USDT", "RUDEX.SMOKE"],
//["RUDEX.USDT", "RUDEX.WLS"],
Expand Down Expand Up @@ -369,7 +375,7 @@ export function getAssetHideNamespaces() {
* @returns {boolean}
*/
export function allowedGateway(gateway) {
const allowedGateways = ["RUDEX"];
const allowedGateways = ["RUDEX", "RUDEX_BEP20"];
if (!gateway) {
// answers the question: are any allowed?
return allowedGateways.length > 0;
Expand Down Expand Up @@ -409,85 +415,73 @@ export function getConfigurationAsset() {
export function getListingCoins() {
return [
//soon: true, (for TON example)
/* {
name: "Monero",
ticker: "XMR",
account: "rudex-monero",
goal: 5000,
votes: 0
},*/
{
name: "Idena",
ticker: "DNA",
page: "https://www.idena.io",
account: "rudex-idena",
goal: 10000,
votes: 0
},
{
name: "Zcash",
ticker: "ZEC",
page: "https://z.cash/",
account: "rudex-zec",
goal: 2000,
votes: 0
},
{
name: "ADAMANT Messenger",
ticker: "ADM",
page: "https://adamant.im",
account: "rudex-adamant",
goal: 8000,
votes: 0
},
{
name: "Hive",
ticker: "HIVE",
page: "https://hive.io",
account: "rudex-hive",
goal: 3000,
votes: 0
},
/* {
name: "Litecoin",
ticker: "LTC",
account: "rudex-litecoin",
goal: 2000,
votes: 0
},*/
{
name: "Minter Network",
ticker: "BIP",
page: "https://minter.org",
account: "rudex-bip",
goal: 7000,
votes: 0
},
{
name: "Dogecoin",
ticker: "DOGE",
page: "https://dogecoin.com",
account: "rudex-dogecoin",
goal: 2000,
votes: 0
},
{
name: "Telos",
ticker: "TLOS",
page: "https://www.telos.net",
account: "rudex-telos",
goal: 3000,
votes: 0
},
/* {
name: "Dash",
ticker: "DASH",
account: "rudex-dash",
goal: 2000,
votes: 0
},*/
{
name: "Ark",
ticker: "ARK",
page: "https://ark.io",
account: "rudex-ark",
goal: 3000,
votes: 0
},
{
name: "Crypto International",
page: "https://cri.network",
ticker: "CRI",
account: "rudex-cri",
goal: 10000,
Expand All @@ -496,40 +490,78 @@ export function getListingCoins() {
{
name: "Gowin",
ticker: "GWN",
page: "http://www.gwncoin.com",
account: "rudex-gwn",
goal: 10000,
votes: 0
},
{
name: "Ratcoin",
ticker: "RAT",
page: "https://ratcoin.network",
account: "rudex-ratcoin",
goal: 10000,
votes: 0
}

//Disabled
/*{
name: "Waves",
ticker: "WAVES",
account: "rudex-waves",
goal: 10000,
votes: 0
},
{
name: "Neo",
ticker: "NEO",
account: "rudex-neo",
goal: 10000,
votes: 0
},
{
name: "Revain",
ticker: "REV",
account: "rudex-revain",
name: "WorldTTT",
ticker: "TTT",
page: "https://worldttt.com",
account: "rudex-ttt",
goal: 10000,
votes: 0
}*/
}

//Disabled
/* {
name: "Dash",
ticker: "DASH",
page: "https://www.dash.org",
account: "rudex-dash",
goal: 2000,
votes: 0
},
{
name: "Waves",
ticker: "WAVES",
page: "https://waves.exchange",
account: "rudex-waves",
goal: 10000,
votes: 0
},
{
name: "Neo",
ticker: "NEO",
page: "https://neo.org",
account: "rudex-neo",
goal: 10000,
votes: 0
},
{
name: "Revain",
ticker: "REV",
page: "http://revain.org",
account: "rudex-revain",
goal: 10000,
votes: 0
},*/

//Already Listed
/* {
name: "Litecoin",
ticker: "LTC",
page: "https://litecoin.org",
account: "rudex-litecoin",
goal: 2000,
votes: 0
},
{
name: "Monero",
ticker: "XMR",
account: "rudex-monero",
goal: 5000,
votes: 0
},*/
];
}

Expand Down
Loading

0 comments on commit 0747cb2

Please sign in to comment.