Replace POA-ETH Binance link to POA-BTC

This commit is contained in:
Victor Baranov 2020-06-10 10:10:31 +03:00
parent e00c8a93bf
commit 2251133fc2
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## Current Master
- [#383](https://github.com/poanetwork/nifty-wallet/pull/383) - (Chore) Replace POA-ETH Binance link to POA-BTC
## 5.1.0 Tue May 12 2020
- [#356](https://github.com/poanetwork/nifty-wallet/pull/356) - (Backwards-compatibility feature) Custom derivation paths and access to funds in accounts derived from ETH dPath

View File

@ -91,7 +91,7 @@ function getExchanges ({network, amount, address}) {
return [
{
name: 'Binance',
link: 'https://www.binance.com/en/trade/POA_ETH',
link: 'https://www.binance.com/en/trade/POA_BTC',
},
{
name: 'BiBox',

View File

@ -71,7 +71,7 @@ describe('', function () {
assert.deepEqual(exchanges, [
{
name: 'Binance',
link: 'https://www.binance.com/en/trade/POA_ETH',
link: 'https://www.binance.com/en/trade/POA_BTC',
},
{
name: 'BiBox',