Merge pull request #254 from poanetwork/hitbtc-exchange

(Feature) HitBTC exchange for core POA network
This commit is contained in:
Victor Baranov 2019-01-30 14:50:53 +03:00 committed by GitHub
commit 714bfea8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -85,6 +85,10 @@ function getExchanges ({network, amount, address}) {
name: 'CEX Plus',
link: 'http://cex.plus/market/poa_eth',
},
{
name: 'HitBTC',
link: 'https://hitbtc.com/POA-to-ETH',
},
]
case 100:
return [

View File

@ -81,6 +81,10 @@ describe('', function () {
name: 'CEX Plus',
link: 'http://cex.plus/market/poa_eth',
},
{
name: 'HitBTC',
link: 'https://hitbtc.com/POA-to-ETH',
},
])
})