Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
Add Binance to known accounts
Browse files Browse the repository at this point in the history
Binance also requires a memo for receiving XLM,
like other exchanges
  • Loading branch information
thomasklemm committed Apr 21, 2018
1 parent ccd0132 commit 1e581a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions known_accounts.es6
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ const knownAccounts = {
'GC4KAS6W2YCGJGLP633A6F6AKTCV4WSLMTMIQRSEQE5QRRVKSX7THV6S': {
name: 'BitcoinIndonesia',
requiredMemoType: 'MEMO_TEXT'
},
'GAHK7EEG2WWHVKDNT4CEQFZGKF2LGDSW2IVM4S5DP42RBW3K6BTODB4A': {
name: 'Binance',
requiredMemoType: 'MEMO_ID'
}
};
export default knownAccounts;

0 comments on commit 1e581a1

Please sign in to comment.