Changeset View
Changeset View
Standalone View
Standalone View
apps/ecash-herald/constants/addresses.ts
| Show All 11 Lines | |||||
| */ | */ | ||||
| const addressDirectory: Map<string, { tag: string }> = new Map(); | const addressDirectory: Map<string, { tag: string }> = new Map(); | ||||
| // Binance | // Binance | ||||
| addressDirectory.set('ecash:qq337uy8jdmgg7gdzpyjjne6a7w0k7c9m5m5gnpx4u', { | addressDirectory.set('ecash:qq337uy8jdmgg7gdzpyjjne6a7w0k7c9m5m5gnpx4u', { | ||||
| tag: 'Binance', | tag: 'Binance', | ||||
| }); | }); | ||||
| // CoinEx Hot Wallet | |||||
| addressDirectory.set('ecash:qp88dx4eyrhl7cm32qzwjfeeuae4xsefr58vqy4vp3', { | |||||
| tag: 'CoinEx', | |||||
| }); | |||||
| // CoinEx associated wallets that are not currently tracked | |||||
| addressDirectory.set('ecash:qq580luw0dkypdlrply9ulk3rht6nrqfugvgm9le8a', { | addressDirectory.set('ecash:qq580luw0dkypdlrply9ulk3rht6nrqfugvgm9le8a', { | ||||
| tag: 'Coinex 1', | tag: 'Coinex 1', | ||||
| }); | }); | ||||
| addressDirectory.set('ecash:qqv2vqz6he83x9pczvt552fuxnvhevlt6ugrqqa7w5', { | addressDirectory.set('ecash:qqv2vqz6he83x9pczvt552fuxnvhevlt6ugrqqa7w5', { | ||||
| tag: 'Coinex 2', | tag: 'Coinex 2', | ||||
| }); | }); | ||||
| export default addressDirectory; | export default addressDirectory; | ||||