Skip to content

Commit 8830ac6

Browse files
authored
Merge pull request #81 from namnm1991/namnm1991/huobi
replace poloniex with huobi
2 parents c3b1858 + dea3a50 commit 8830ac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment_input.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"exchanges": [
3030
"bittrex",
3131
"liqui",
32-
"poloniex",
32+
"huobi",
3333
"binance",
3434
"bitfinex"
3535
],

scripts/deployment.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var reserveOwner;
4040

4141
var ethAddress = new BigNumber("0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee");
4242

43-
var exchanges = [];// ["Bittrex", "Liqui", "Poloniex", "Binance", "Bitfinex"];
43+
var exchanges = [];// ["Bittrex", "Liqui", "Huobi", "Binance", "Bitfinex"];
4444
var exchangesInstance = [];
4545
var exchangeDepositAddresses = [];
4646

0 commit comments

Comments
 (0)