Skip to content

Commit

Permalink
Add other currency pair format LTCEUR BTCEUR XBTEUR ETHEUR
Browse files Browse the repository at this point in the history
  • Loading branch information
dve committed Aug 19, 2017
1 parent a629aee commit 669ebbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Constant/CurrencyPair.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ class CurrencyPair
const XZECZUSD = 'XZECZUSD';

private static $quoteCurrenciesByPair = [
self::LTCEUR => 'EUR',
self::BTCEUR => 'EUR',
self::XBTEUR => 'EUR',
self::ETHEUR => 'EUR',
self::LTCEUR => 'ZEUR',
self::BTCEUR => 'ZEUR',
self::XBTEUR => 'ZEUR',
self::ETHEUR => 'ZEUR',
self::BCHEUR => 'EUR',
self::DASHEUR => 'EUR',
self::DASHUSD => 'USD',
Expand Down

0 comments on commit 669ebbc

Please sign in to comment.