Skip to content

Commit

Permalink
Add Binance to exchanges list.
Browse files Browse the repository at this point in the history
  • Loading branch information
csleary committed May 9, 2018
1 parent 09bbce4 commit ba7e187
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/utils/exchanges.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
* Exchanges requiring a message for deposits
*/
let data = [{
name: "Binance",
address: "NC64UFOWRO6AVMWFV2BFX2NT6W2GURK2EOX6FFMZ"
}, {
name: "Poloniex",
address: "NBZMQO7ZPBYNBDUR7F75MAKA2S3DHDCIFG775N3D"
}, {
Expand All @@ -17,4 +20,4 @@ let data = [{

module.exports = {
data
}
}

0 comments on commit ba7e187

Please sign in to comment.