From ca86f9cf46bbd3e565b30fc539a0dfc889b9a920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Schie=C3=9Fl?= Date: Fri, 27 Sep 2019 15:12:28 +0200 Subject: [PATCH 1/2] adjust info and market data --- api/nomics.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/api/nomics.py b/api/nomics.py index 55ba144..e9c24a6 100644 --- a/api/nomics.py +++ b/api/nomics.py @@ -21,9 +21,9 @@ def info(): " products by means of on-chain voting. It is also the first DPoS blockchain in existence and" " the first blockchain to implement stablecoins.", "location": "Worldwide", - "logo": "https://bitshares.org/exchange-logo.png", + "logo": "https://www.bitshares.foundation/download/bitshares-logo.svg", "website": "https://bitshares.org/", - "twitter": "https://twitter.com/bitshares", + "twitter": "https://twitter.com/hashtag/BitShares", "capability": { "markets": True, "trades": True, @@ -41,10 +41,7 @@ def markets(): {"id": "CNY-BTS", "base": "CNY", "quote": "BTS"}, {"id": "USD-BTS", "base": "USD", "quote": "BTS"}, {"id": "CNY-USD", "base": "CNY", "quote": "USD"}, - {"id": "EUR-BTS", "base": "EUR", "quote": "BTS"}, - {"id": "RUBLE-BTS", "base": "RUBLE", "quote": "BTS"}, - {"id": "SILVER-BTS", "base": "SILVER", "quote": "BTS"}, - {"id": "GOLD-BTS", "base": "GOLD", "quote": "BTS"} + {"id": "EUR-BTS", "base": "EUR", "quote": "BTS"} ] return result From 5639c3cd7d92a66fe56b59a4237fb283b6885bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Schie=C3=9Fl?= Date: Fri, 27 Sep 2019 15:33:19 +0200 Subject: [PATCH 2/2] Update nomics.py --- api/nomics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/nomics.py b/api/nomics.py index e9c24a6..a0bff62 100644 --- a/api/nomics.py +++ b/api/nomics.py @@ -21,7 +21,7 @@ def info(): " products by means of on-chain voting. It is also the first DPoS blockchain in existence and" " the first blockchain to implement stablecoins.", "location": "Worldwide", - "logo": "https://www.bitshares.foundation/download/bitshares-logo.svg", + "logo": "https://www.bitshares.foundation/download/bitshares-logo-squared.svg", "website": "https://bitshares.org/", "twitter": "https://twitter.com/hashtag/BitShares", "capability": {