From e5a92fdc7b333a70f27539955888e513547fdede Mon Sep 17 00:00:00 2001 From: jppade Date: Tue, 24 Oct 2023 10:25:42 +0200 Subject: [PATCH] add some storj markets to trades scrapers. --- config/Binance.json | 2 +- config/BitMart.json | 6 ++++++ config/CoinBase.json | 6 ++++++ config/Kraken.json | 6 ++++++ config/MEXC.json | 6 ++++++ config/gitcoinverified/BitMart.json | 6 ++++++ config/gitcoinverified/CoinBase.json | 6 ++++++ config/gitcoinverified/Kraken.json | 6 ++++++ config/gitcoinverified/MEXC.json | 6 ++++++ 9 files changed, 49 insertions(+), 1 deletion(-) diff --git a/config/Binance.json b/config/Binance.json index 3aee2ec55..6940f16f3 100644 --- a/config/Binance.json +++ b/config/Binance.json @@ -986,7 +986,7 @@ }, { "Exchange": "Binance", - "ForeignName": "STORJETH", + "ForeignName": "STORJUSDT", "Ignore": false, "Symbol": "STORJ" }, diff --git a/config/BitMart.json b/config/BitMart.json index f039399d7..e8aa873aa 100644 --- a/config/BitMart.json +++ b/config/BitMart.json @@ -1,5 +1,11 @@ { "Coins": [ + { + "Exchange": "BitMart", + "ForeignName": "STORJ_USDT", + "Ignore": false, + "Symbol": "STORJ" + }, { "Exchange": "BitMart", "ForeignName": "KAVA_USDT", diff --git a/config/CoinBase.json b/config/CoinBase.json index c0fdc3f4b..49e14d7bb 100644 --- a/config/CoinBase.json +++ b/config/CoinBase.json @@ -180,6 +180,12 @@ "Ignore": false, "Symbol": "DAI" }, + { + "Exchange": "CoinBase", + "ForeignName": "STORJ-USD", + "Ignore": false, + "Symbol": "STORJ" + }, { "Exchange": "CoinBase", "ForeignName": "UST-USD", diff --git a/config/Kraken.json b/config/Kraken.json index 7422e811c..eda8fb19f 100644 --- a/config/Kraken.json +++ b/config/Kraken.json @@ -138,6 +138,12 @@ "Ignore": false, "Symbol": "SDN" }, + { + "Exchange": "Kraken", + "ForeignName": "STORJUSD", + "Ignore": false, + "Symbol": "STORJ" + }, { "Exchange": "Kraken", "ForeignName": "SYNUSD", diff --git a/config/MEXC.json b/config/MEXC.json index 8cb08e901..a65c73b83 100644 --- a/config/MEXC.json +++ b/config/MEXC.json @@ -498,6 +498,12 @@ "Exchange": "MEXC", "Ignore": false }, + { + "Symbol": "STORJ", + "ForeignName": "STORJUSDT", + "Exchange": "MEXC", + "Ignore": false + }, { "Symbol": "SYN", "ForeignName": "SYNUSDT", diff --git a/config/gitcoinverified/BitMart.json b/config/gitcoinverified/BitMart.json index bd030a881..8aa8c7a9c 100644 --- a/config/gitcoinverified/BitMart.json +++ b/config/gitcoinverified/BitMart.json @@ -360,6 +360,12 @@ "Blockchain": "Ethereum", "Address": "0x090185f2135308BaD17527004364eBcC2D37e5F6" }, + { + "Symbol": "STORJ", + "Exchange": "BitMart", + "Blockchain": "Ethereum", + "Address": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC" + }, { "Symbol": "SYN", "Exchange": "BitMart", diff --git a/config/gitcoinverified/CoinBase.json b/config/gitcoinverified/CoinBase.json index 5e9d46317..4ab636b46 100644 --- a/config/gitcoinverified/CoinBase.json +++ b/config/gitcoinverified/CoinBase.json @@ -96,6 +96,12 @@ "Blockchain": "Ethereum", "Address": "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE" }, + { + "Symbol": "STORJ", + "Exchange": "CoinBase", + "Blockchain": "Ethereum", + "Address": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC" + }, { "Symbol": "QUICK", "Exchange": "CoinBase", diff --git a/config/gitcoinverified/Kraken.json b/config/gitcoinverified/Kraken.json index a6ffeb34c..10da65228 100644 --- a/config/gitcoinverified/Kraken.json +++ b/config/gitcoinverified/Kraken.json @@ -96,6 +96,12 @@ "Blockchain": "Shiden", "Address": "0x0000000000000000000000000000000000000000" }, + { + "Symbol": "STORJ", + "Exchange": "Kraken", + "Blockchain": "Ethereum", + "Address": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC" + }, { "Symbol": "SYN", "Exchange": "Kraken", diff --git a/config/gitcoinverified/MEXC.json b/config/gitcoinverified/MEXC.json index 583161ff9..29bd4b560 100644 --- a/config/gitcoinverified/MEXC.json +++ b/config/gitcoinverified/MEXC.json @@ -462,6 +462,12 @@ "Blockchain": "Ethereum", "Address": "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84" }, + { + "Symbol": "STORJ", + "Exchange": "MEXC", + "Blockchain": "Ethereum", + "Address": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC" + }, { "Symbol": "TKB", "Exchange": "MEXC",